LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

FIR Filtering Design with Optional Parameters

Solved!
Go to solution

Was trying hands-on in creating my own VI with reference to the existing one available for LabView 8.5 - FIR Filtering Design with Optional Parameters.

 

Everything which I had created is the same as what was provided, however there pop an error which I'm not sure what it is. Can anyone help me take a look, and how can I rectify these problem? The error only appears when you run the program.

Download All
0 Kudos
Message 1 of 4
(2,713 Views)

Gareth,

 

The error is one which you put in!  The constant you have connected to the error cluster wiring has a boolean value of True, which mean that an error has occurred.  Either replace it with a constant made from a real error cluster or actually put an Error in control in its place.

 

Lynn 

0 Kudos
Message 2 of 4
(2,708 Views)
Hi Lynn,
thanks for the info. I'd corrected it. somehow there's another small error message. i set the Fs to be 2x the frequency and a message keep popping out asking me to change the Fs.
0 Kudos
Message 3 of 4
(2,655 Views)
Solution
Accepted by topic author gareth1983

The Nyquist criterion is that the sampling frequency must be greater than twice the highest frequency of interest.  If you have it set at exactly twice the highest frequency, you are still not satisfying the criterion.  Depending on the nature of the signal you want to filter setting it 5 to 10 times higher may give better performance.

 

Lynn 

Message 4 of 4
(2,653 Views)