Altera_Forum
Honored Contributor
17 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 choose. When this is done I would like to store an element in the vector again. I have different index variables.. I have put a example of the matlab-code below: r1=x+x[j];x=[i]x[j]; Can anyonew help me with this? I am really stuck in this problem! -thanks