LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

filter iir

Hi! Excuse me for language.
I must create an a filter iir in C that it clears the input signal.
Can you help me? Thank you very much.
0 Kudos
Message 1 of 6
(3,752 Views)
Hi!
   If you have advanced analysis library it is not really difficult.  Go to LabWindows menu,
  
          Library --> Advanced Analysis -->  Signal Processing --> IIR digital filters
 
   and explore the functions you have.

Anyway, if you are new to DSP and digital filters, be careful in using IIR filters: they have to be carefully designed and tested, and they can show unstable behaviour.

greetings

graziano
0 Kudos
Message 2 of 6
(3,749 Views)
If you want to implement the filter in C (I mean, without Advanced analysis library), you can refer to on-line book "Numerical Recipes in C"

                           http://www.library.cornell.edu/nr/cbookcpdf.html

  especially this chapter:    http://www.library.cornell.edu/nr/bookcpdf/c13-5.pdf

Bye!

graziano
0 Kudos
Message 3 of 6
(3,741 Views)

Thank you! I will see it. I hope it is efficient for me.

Grazie ancora - bye

0 Kudos
Message 4 of 6
(3,699 Views)
...magari il prossimo post lo scrivo in italiano!

Ciao, e buona giornata!

graziano
0 Kudos
Message 5 of 6
(3,693 Views)
🙂 Infatti, per questo ho scritto "grazie ancora", perchè avevo intuito dal nome che sei italiano.
0 Kudos
Message 6 of 6
(3,678 Views)