photo

jebli med


2017 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

8 質問
0 回答

ランク
243,061
of 300,857

評判
0

コントリビューション
8 質問
0 回答

回答採用率
12.5%

獲得投票数
0

ランク
 of 21,097

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,361

コントリビューション
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

9年弱 前 | 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');

9年弱 前 | 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' );...

9年弱 前 | 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...

9年弱 前 | 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. ...

9年弱 前 | 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...

9年弱 前 | 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)...

9年弱 前 | 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); ...

9年弱 前 | 0 件の回答 | 0

0

回答