LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to calibrate the signal with the pure software like LabVIEW

I'm going to do a simulation to calibrate the signal coming from a pressure sensor with LabVIEW,not use any other hardwares.How can I generate the signal just like the real one? Thanks in advance!
0 Kudos
Message 1 of 2
(2,605 Views)
It all depends on what you want the signal to look like. LabVIEW 7.x has an Express VI called Simulate Signal for sine, square, triangle waves. On the Analyze>Waveform Generation palette, there are lot of possiblities including one that will generate a waveform from a formula. None of these functions are available in the base version of LabVIEW but you could alwasy use the numeric functions or formula node to create an array. If you can define the signal mathematically, LabVIEW can create it.
0 Kudos
Message 2 of 2
(2,587 Views)