Apply Frequency Response Function to time series

11 Ansichten (letzte 30 Tage)
Luca Amerio
Luca Amerio am 14 Mai 2019
Kommentiert: Raj am 14 Mai 2019
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?

Antworten (1)

Raj
Raj am 14 Mai 2019
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 Kommentare
Luca Amerio
Luca Amerio am 14 Mai 2019
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?

Melden Sie sich an, um zu kommentieren.

Produkte


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by