Apply Frequency Response Function to time series

조회 수: 11 (최근 30일)
Luca Amerio
Luca Amerio 2019년 5월 14일
댓글: Raj 2019년 5월 14일
I have a time series and a (complex) frequency response function .
I want to compute the time history obtained applying to in the frequency domain.
Does matlab has a high-level function to do this without having to code all the transformations to and from the frequency domain myself?

답변 (1개)

Raj
Raj 2019년 5월 14일
You can do this easily in Simulink. Create a model of H(f) using the transfer function block. Load your input in workspace and pass if to the transfer function model in Simulink through an input port. Save the output of transfer function again to workspace. Should work without any issue.
  댓글 수: 2
Luca Amerio
Luca Amerio 2019년 5월 14일
I need to do this inside a bigger piece of code and I have never used simulink.
Is there a way to do it inside a script?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Sources에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by