10-04-2013 01:50 AM
hi .
i am trying to doing continuous sine wave to discrete form and have already generated sine wave. but i am not getting how to convert this generated sine wave to discrete form ? i have attached my vi. pls can any one help me.
thanks in advance
10-04-2013 08:12 AM
What do you mean by "discrete form?" Since you did not attempt anything in the VI you posted we have no clue. Please tell us what the desired output should look like.
Lynn
10-04-2013 08:37 AM - edited 10-04-2013 08:37 AM
Lynn,
from the name of the attached VI, i would expect that the missing part is "spectral measurement".
Please search for "power spectrum" to add this functionality.
thanks,
Norbert
10-05-2013 01:34 AM
hello sir.
discrete form means sampling.i need sampling of the output sine wave, in that attached vi.
10-05-2013 09:55 AM
It is already sampled. Any data used in a digital computer is, by definition, discrete and sampled.
The default graph settings draw a line between the data pojints so it is not so obvious. Change the plot style to isolated points.
Lynn