How exactly do I code and plot this frequency response?

조회 수: 2 (최근 30일)
Molovi Shuba
Molovi Shuba 2016년 4월 28일
답변: Star Strider 2016년 4월 28일
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.
<<
>>

답변 (1개)

Star Strider
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.

카테고리

Help CenterFile Exchange에서 Dynamic System Models에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by