Forum Discussion
Altera_Forum
Honored Contributor
10 years agoDSP builder won't work with Matlab 6.5... It needs something recent. I used Matlab 2013b.
The reason you still need fixed point toolbox because matlab can't interpret fixed point math without it. On its own Matlab can only do floating point math. These operations may look the same, but they work very differently. Fixed point toolbox is an addition to matlab to expand its abilities. I can try to generate a dsp blockset model. It will take me some time, i'm pretty busy. Meanwhile you need to specify the# of input you need (parameter N in the model description above). That will be fixed. I think currently you have 6 inputs, correct?