Forum Discussion
12 Replies
- Altera_Forum
Honored Contributor
Matrix are not supported. You need to use single data values.
- Altera_Forum
Honored Contributor
Thanx but if i take an image as input of an altera blockset then what we will do?
- Altera_Forum
Honored Contributor
Is there any interface blockset between simulink blocksets and altera blocksets?
- Altera_Forum
Honored Contributor
images will have to be streamed into the FPGA 1 pixel at a time and processed somehow - usually in a pixel pipeline.
- Altera_Forum
Honored Contributor
Can you please tell me what is the exact block that is used for interfacing between simulink blockset and altera blockset...........
- Altera_Forum
Honored Contributor
whatever block it is to convert to integer or fixed point type.
- Altera_Forum
Honored Contributor
In xilinx system generator we use gateway_in and gateway_out block for interfacing between matalab simulink blocks and xilinx blocksets in case of DSP builder what blocksets we will use?
- Altera_Forum
Honored Contributor
DSPBuilder doesn't have to follow Xilinx strategy.
t uses one top level block with device declared inside representing synthesis toplevel. Anything outside is simulink and can be connected directly. - Altera_Forum
Honored Contributor
Thanx but when i am taking image as input and reshaping, unbuffering image and connected it with altera input blockset "one dimensional blockset does not support input this message is coming" in that case what to do??? plz help me
- Altera_Forum
Honored Contributor
You have to stream in your image 1 pixel at a time. You cannot input the image as a matrix.