Statistiques
8 Questions
0 Réponses
RANG
86 526
of 301 835
RÉPUTATION
0
CONTRIBUTIONS
8 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
12.5%
VOTES REÇUS
0
RANG
of 21 427
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 176 849
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
hi sit please how to separate image to red green and blue (3) from simulink
red channel green channel blue channel
plus de 9 ans il y a | 1 réponse | 0
0
réponseQuestion
how can i prepare this code to be converted to HDL because it was an error during converting
B = blkproc(I,[8 8],'P1*x*P2',T,T');
plus de 9 ans il y a | 1 réponse | 0
0
réponseQuestion
please help me to fix this error " HDL code generation for fixed point division is only supported when 'RoundMode' is 'Fix' or 'Nearest' "
function c = fi_div(a,b) coder.inline( 'always' ); if isfi( a ) && isfi( b ) a1 = fi( a, 'RoundMode', 'fix' );...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
please explain me that : HDL Coder does not support matrices for code generation. You will need to convert your frame-based design into a pixel-based design suitable for embedding on an FPGA.
HDL Coder does not support matrices for code generation. You will need to convert your frame-based design into a pixel-based des...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
please help sir !!! how can i fix that the HDL check report errors
coder.extrinsic('dctmtx'); I= reshape(ImgVector, 330, 500,3); %dctmtx - Compute discrete cosine transform matrix. ...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
please help !! how can I covert this code to HDL with matlab
I = imread('cameraman.tif'); I = im2double(I); T = dctmtx(8); % dct matrix %Performing DCT on blocks of 8 by 8 dc...
plus de 9 ans il y a | 1 réponse | 0
0
réponseQuestion
please where was the problem i try to generate a HDL code
function dct(I) coder.extrinsic('dctmtx'); %dctmtx - Compute discrete cosine transform matrix. T = dctmtx(8)...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
please help : Subscripted assignment dimension mismatch. Error in dct (line 13) imred(:,:,1) = uint8(red);
function dct(I) coder.extrinsic('dctmtx'); %dctmtx - Compute discrete cosine transform matrix. T = dctmtx(8); ...
plus de 9 ans il y a | 1 réponse | 0

