How exactly do I code and plot this frequency response?
2 次查看(过去 30 天)
显示 更早的评论
How exactly do I code the frequency response of this. I try following some of this websites structure but can't find a structure when it involves e^(-j2pi*f) Would really appreciate the help.
<<

>>
0 个评论
回答(1 个)
Star Strider
2016-4-28
code the complex exponential as:
exp(-1i*2*pi*f)
Also see the documentation on Array vs. Matrix Operations to understand how to use element-wise operations to code your function.
Look through the documentation, including the ‘Getting Started’ sections if you’ve not used MATLAB before.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Dynamic System Models 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!