Transfer function of buterworth lowpass filter in c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Transfer function of buterworth lowpass filter in c++

11th May 2018, 9:36 PM
Amjad
Amjad - avatar
2 Answers
0
please be more specific. What transfer of functions?
7th Jun 2018, 9:56 AM
Huang Yaomin
Huang Yaomin - avatar
0
T(jw) = 1/(1+jw/wo)^n or if 2 distinct roots T(jw)=1/(1+jw/w1)(1+jw/w2) , how to implement in c++
30th Jun 2018, 12:36 PM
Amjad
Amjad - avatar