how to plot this transfer function in matlab?

Status
Not open for further replies.

nhkch

Junior Member level 2
Joined
Jan 21, 2013
Messages
21
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Visit site
Activity points
1,411
Hi, i want to plot the transfer funtion of this cic filter with matlab. I got no idea how to do it...pls help..thanks



This is the result i should get
 

the plot u wanted is between the transfer function and the frequency range from 0 to 1.5MHz. Make a frequency vector from 0 to 1.5MHz with 100Hz step. then u will have to numerically evaluate ur transfer function in matlab for the vector. Use the plot function to plot the graph like plot(freq_vector, transfer_function_evaluated).

hope that helps.
 

but how to evaluated the Z in the transfer funtion?

- - - Updated - - -

but how to evaluated the Z in the transfer funtion?
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…