This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

plot the result of FFT example

hello,

I wanna try to plot the graph of the FFT example(which is given under the dsplib folder), but somehow it didnt work. 

the description of the txt is writen as 

Steps:
1) Load the Project using CCS V4.
2) Re-build the project.
3) Run the generated outfile.
4) Plot the output samples.
5) Compare it with reference output (refOutput.jpg)

I'm now using CCSv5.03, and I chose the "single time" of "graph" under the "Tools" bar while my board is running in CCS Debug. No matter what I set for my input, there's always only y=0(extends to positive x-axis). I'm wondering why is it? is there any setting that I have to be awared?

Looking for your responses and advices.

Best Regards,

Wendy 

  • Hi Wendy,

    if you are using ccs v5.0.x these are old unsupported beta releases.  I would strongly recommend using the latest version (v5.4).   It is very likely the issue you are seeing is already fixed.

    Best Regards,
    Lisa 

  • Hi Lisa,

    Thank you very much, I've tried already in my linux system with a different CCS version. and it works fine :) 

    Cheers,

    Wendy

  • Hi Wendy,

    ok, great.  Glad to hear you have the plotting working and thanks for the update.

    All the best with development.

    Best Regards,

    Lisa

  • Hi Lisa,

    I run the example code today for a short test, but the figure it plot seems wrong. its more like a noice. with the  high magnitude.

    My steps are just simply opened the single time when the program is running, and I changed the data type from 32 to 16 unsigned bit based on default. I'm wondering that Is there any special setting I have to configure? and I've noticed when the cores are suspended, there's also a note shows SW breakpoint, I didnt set any breakpoint mannually, that's reallz wierd... If its possible, could you please give me some advices.

    btw, my CCS version is 5.4 under linux.

    Thanks in advance.

    Best regards,

    Wendy