02-19-2015 12:25 PM
Hi everyone,
I'm working on a VI that displays the frequency response of a speaker in dB SPL vs freq. I have the specs given with the upper and lower limits.
The output of my power spectrum is connected to a waveform graph. The waveform graph shows the power spectrum, but i want to also display the upper and lower limits within that same graph. Basically the limits are a set of points, x and y. In my VI, to make these points I've made an array.After making an array, I've bundled them to display on one graph.
However, there's an error since I've connected two terminals of different types
How can i successfullu bundle the two and display it in one graph.
02-19-2015 01:17 PM
A Waveform Graph does not accept a X-Y pairing of arrays. The is what the XY Graph is for.
What you need to do is create a waveform from your limits. A waveform includes a start time (X0) and a change in X (delta X).
The graph can then accept an array of waveforms to plot.
02-19-2015 01:24 PM
02-19-2015 06:55 PM
Where can I find the VI to crette a waveform from my limits. A waveform includes a start time (X0) and a change in X (delta X).
Can you tell me what particular VI is used?
02-19-2015 07:49 PM