Plot array graphically using Codewarrior

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Plot array graphically using Codewarrior

1,252 Views
nasreengshaikh
Contributor I

Hello,

Am trying to plot an array which holds input samples from ADC graphically on Code warrior 10.6. I have a DSC MC56f84786. The input samples are collected from an external ADC and saved into an integer array of size 1024. I need to view this array in a graphical format.

Please suggest me some ways to do it.

Labels (1)
0 Kudos
4 Replies

927 Views
arpitaagarwal-b
NXP Employee
NXP Employee

Hello Nasreen,

You can use FreeMaster utility to see the graph of the sensor's data.

Here is the link for the tutorial which provides good insight on FreeMaster.

http://mcuoneclipse.com/2013/08/24/tutorial-freemaster-visualization-and-run-time-debugging/

If this post helps you, kindly mark it as correct/helpful answer.

-Arpita

0 Kudos

927 Views
charanreddy
Contributor III

Hi,

I am trying to display the output of FFT analysis in Free Master. But i don't know how to plot the graph of an array of length 1024 which has the output of FFT. Is there any procedure to display the output the graph of an array.

Regards,

Charan

0 Kudos

927 Views
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi, all

I do not think there is a way to display the array value with graph in either CodeWarrior or Freemaster tools. You can copy the array value and paste them to Excel tools and display.

Hope it can help you.

BR

XiangJun Rong

0 Kudos

927 Views
charanreddy
Contributor III

Hi,

Thanks for your replay. I will do it as you said.

Regards,

Charan

0 Kudos