Hi Guys,
I am new to Dplot.
I would like to know if I can use the FFT function in Dplot to plot the spectrum.
My input is 2D csv file.
If yes, please let me know how to plot?
Regards
Sid
Plotting Spectrum
Moderator: DPlotAdmin
- DPlotAdmin
- Posts: 2312
- Joined: Tue Jun 24, 2003 9:34 pm
- Location: Vicksburg, Mississippi
- Contact:
Sorry, but you'll have to be more specific. What does your input represent? And what sort of spectrum are you looking for?
Visualize Your Data
support@dplot.com
support@dplot.com
- DPlotAdmin
- Posts: 2312
- Joined: Tue Jun 24, 2003 9:34 pm
- Location: Vicksburg, Mississippi
- Contact:
DPlot doesn't work directly with imaginary numbers, other than temporary storage when using FFT.
What you can do, though, is first generate a third curve that contains the magnitudes of your complex numbers, with Generate>Y=f(X,Y1,Y2,...) and
Y=sqrt(Y1^2+Y2^2)
and then run the FFT on that third curve.
What you can do, though, is first generate a third curve that contains the magnitudes of your complex numbers, with Generate>Y=f(X,Y1,Y2,...) and
Y=sqrt(Y1^2+Y2^2)
and then run the FFT on that third curve.
Visualize Your Data
support@dplot.com
support@dplot.com