LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Coutinuous sine wave output with a changing frequency

I'm trying to have a continuous audio signal outputed (sine wave) with a changing pitch (frequency) according to a certain analogue input reading. This will be done from the same DAQ-Card which is a PCI-6024.
I chose a sine wave because I thought it would be easier.

Thanks
0 Kudos
Message 1 of 2
(2,722 Views)
You could use the Continuous Analog Output examples that ships with LabVIEW 6 as your starting point. You can add the function AI Read One Scan to get your analog input reading at each iteration of your loop. Then wire this reading to the frequency terminal of a sine generation function such as Sine Waveform.vi. The waveform data can then be used as your input to AO Write.
0 Kudos
Message 2 of 2
(2,722 Views)