Apply Frequency Response Function to time series

10 次查看(过去 30 天)
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.

类别

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