jebli med
Followers: 0 Following: 0
Statistics
8 Questions
0 Answers
RANK
282,856
of 294,599
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
12.5%
VOTES RECEIVED
0
RANK
of 20,131
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 152,091
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
hi sit please how to separate image to red green and blue (3) from simulink
red channel green channel blue channel
7 years ago | 0 answers | 0
0
answersQuestion
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');
7 years ago | 0 answers | 0
0
answersQuestion
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' );...
7 years ago | 1 answer | 0
1
answerQuestion
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...
7 years ago | 1 answer | 0
1
answerQuestion
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. ...
7 years ago | 1 answer | 0
1
answerQuestion
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...
7 years ago | 0 answers | 0
0
answersQuestion
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)...
7 years ago | 1 answer | 0
1
answerQuestion
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); ...
7 years ago | 0 answers | 0