PlotLab Visual C++/MFC
help me!!!!
Thread Starter: adhan Started: 12/5/2007 5:13 PM UTC
Replies: 1
help me!!!!
please,help me,boian!!!

i try to show the value of amplitude and frequency from some *.wav on static text component,,but is hard!!,,i can't read the right value!!,,,i have already exploit CSLScope.h on CTSLChannelData and CTSLChannelData,but i'm not sure with it,,i try to CALSpectrum.h,but once again,i'm doubt,,,so please,give me any direction,,,what suppose to be i do?,,,,

with best regards,
adhan

Re: help me!!!!
Hi Adhan,

You will need to connect CTSLGenericReal after the CTALSpectrum component. You will need 1 CTSLGenericReal for each channel you want to plot. In the CTSLGenericReal.OnProcess event, add the code to display your data.

With best regards,
    Boian Mitov

adhan wrote:
i try to show the value of amplitude and frequency from some *.wav on static text component,,but is hard!!,,i can't read the right value!!,,,i have already exploit CSLScope.h on CTSLChannelData and CTSLChannelData,but i'm not sure with it,,i try to CALSpectrum.h,but once again,i'm doubt,,,so please,give me any direction,,,what suppose to be i do?,,,,