LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

butterworth filter frequencies

Attached file shows the butterworth filter which I had implemented. I realise there's an error whenever the sampling frequency is less than 2f, by Nyquist theorem. Is there anyway I can do to make sure that the error message don't pop up, for example, if the sampling frequency is less than 2f, the connecting lines won't be able to connect.
I believe this applies to all filters and not only Butterworth.
0 Kudos
Message 1 of 4
(4,778 Views)

hello,

 

with values used actually error is not on filter but with signal generator, 

i don't know exactly how you can have Fs> Fe/2 but if you want to intercept error,

you can use clear error in dialog palette to prevent popup error message

 

@+

Tinnitus

 

CLAD / Labview 2011, Win Xp
------------------------------------------------------
Mission d'une semaine- à plusieurs mois laissez moi un MP...
RP et Midi-pyrénées .Km+++ si possibilité de télétravail

Kudos always accepted / Les petits clicks jaunes sont toujours appréciés
Don't forget to valid a good answer / pensez à valider une réponse correcte
0 Kudos
Message 2 of 4
(4,758 Views)

gareth1983 ,

 

The best way to go about it is to use bundle by name  cluster that contains the signal parameters and signal information as shown below. Then use a property node to force the relationship between the sampling freq and the signal freq. If you can not complete it let me know.

 

0 Kudos
Message 3 of 4
(4,746 Views)

Hi,

Yes ,I agree with other discussion on forum.It is due to setting on the sine wave signal generator not on filter.If you want not to set the value <2fs then you can use the property node to restrict the setting.I attached the screen shoot of the filter setting.

 

Regards.

S.Ahmad

0 Kudos
Message 4 of 4
(4,707 Views)