LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Sample Frequency of Low Pass filter VI is ambiguous

I am having trouble understanding how the Sampling Frequency of the Low Pass Filter actually impacts the function buried within. The information passed in is an array with no relavance to time. How does the function actually sample this array of data at a frequency?

0 Kudos
Message 1 of 3
(2,184 Views)

The best thing I can come up with is that the IIR Filter in the low-level VI is building the waveform from the values in the array by assigning them a dt = 1/Sampling Freq. Does that sound right?

0 Kudos
Message 2 of 3
(2,167 Views)

I doubt that they actually build a waveform. Here is my guess: By defining a sample frequency they can get the sampling interval dt as you indicated.  By defining a sampling frequency the cutoff frequencies can be scaled to frequency units (Hz), making the VI easier to use.

 

Lynn

0 Kudos
Message 3 of 3
(2,154 Views)