Hi, Andrea,

On Aug 30, 2010, at 1:19 , Andrea Mattana wrote:

  I have some problems in using the CASPER FFT libraries, the drawings
seems to do not update after changing parameters. When I try to look
under mask (i.e. on fft_biplex_real_2x) there are no connections at all
between blocks, while many other casper blocks works nominally.

Do you have the casper_library directory in your MATLAB path? You can check by typing...

which fft_biplex_real_2x_init

...at the MATLAB prompt. If this is not found, then you do need to add the casper_library directory to your MATLAB path using the "addpath" function. If it is found, then you can try to invoke that init function manually (look at the mask init commands to get an idea of how to invoke it) and see what errors, if any, you get.

Hope this helps,
Dave


Reply via email to