photo

jebli med


2017년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

8 질문
0 답변

순위
189,158
of 300,381

평판
0

참여
8 질문
0 답변

답변 채택
12.5%

획득한 표
0

순위
 of 20,941

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,477

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


hi sit please how to separate image to red green and blue (3) from simulink
red channel green channel blue channel

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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');

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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' );...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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. ...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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)...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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); ...

8년 초과 전 | 답변 수: 0 | 0

0

답변