Frequency response of Downsampled transfer function in Z domain #1126
roccafrancesco
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Everybody
I wrote a simple function that convert a z transfer function(num,den) in frequency response object when the outputl is decimated M fold.
#num: transfer function numerator
#den: transfer function denominator
#M: M fold decimator
#Tc: sample time
#points: points of frequency response
Im not really sure if i did everithig well.
Could someone check and correct eventually the function?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions