Forum Discussion
Altera_Forum
Honored Contributor
18 years agoDSP builder - loading and indexing a vector
Hi I'm using the DSP builder in Simulink (Matlab), where I am implemeting a split-radix FFT. I would like to load in a vector from my workspace and then adress each element in the vector as I ...
Altera_Forum
Honored Contributor
18 years agoHave you tried using a counter followed by a Look-Up-Table. The LUT block can use variables from matlab workspace and the value will be preserved also for the compilation and the implementation into the hardware.