LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

band pass filter

Solved!
Go to solution

Hi.

 

i am trying to implement a bandpass filter  blocking frequencies below 0.1Hz and above 5Hz with sampling rate of 50e-3. I have implemented it using a butterworkh as shown in attached but nothing is coming out, my graph and array are empty. Have I the filter configured correctly or is there another stage? Should I use a different filter block?

 

Many thanks,

 

Jim.

0 Kudos
Message 1 of 3
(3,027 Views)
Solution
Accepted by topic author jim346

You didn't posted your text file but from your diagram I would suspect a mismatch between your sampling frequency (50 mHz -> period of 20 sec ) and your loop timing (wait for .. set to 5 msec). Try to increase your sampling frequency or your loop delay.

 

Ben

Message 2 of 3
(3,015 Views)

Thanks ben.

 

I was dividing into 1. Silly me,

 

Thanks.

Message 3 of 3
(3,006 Views)