photo

jebli med


Aktiv seit 2017

Followers: 0   Following: 0

Statistik

MATLAB Answers

8 Fragen
0 Antworten

RANG
86.241
of 300.369

REPUTATION
0

BEITRÄGE
8 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
12.5%

ERHALTENE STIMMEN
0

RANG
 of 20.936

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.436

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • First Review
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten