How to generate a signal with time varying frequency?

조회 수: 19 (최근 30일)
Jetson Ronald
Jetson Ronald 2012년 10월 22일
답변: Carlos 2014년 3월 10일
Hello I am using Hilbert spectrum to study my nonstationary earthquakes recorded strong-motion. I was able to analyze the signal into AMPLITUDE ENVELOPE and INSTANTANEOUS FREQUENCY, later I was able to synthesis my signal back with the same amplitude envelope, instantaneous frequency and the phase.
My objective is to generate nonstationary signal with the empirical amplitude envelope and empirical instantaneous frequency which I have calibrated based on the seismological parameters. Now I did the following exercise 1) I took a ground-motion record and analyzed it using Hilbert spectrum and I replaced the amplitude envelope with my empirical envelope and keeping instantaneous frequency and the phase from the analysis intact and try to synthesis the signal back, I was successful and the resulting signal was good. 2) In the second case, I did the same operation but replacing the instantaneous frequency with the empirical one and keeping the other parameters intact. Although the empirical model closely resembles the actual instantaneous frequency, still the resulting signal was quite different; in fact the signal had completely different frequencies.
Could you help me, how to generate signal with time varying frequency?

답변 (3개)

Lisa Justin
Lisa Justin 2012년 10월 22일
Use wavelet transform or Short time fourier transform. I prefer wavelet tranform for nonstationary signals
  댓글 수: 1
Jetson Ronald
Jetson Ronald 2012년 10월 22일
Hello Lisa Thank you for the answer.
I find Hilbert transform to be more suitable my intended purpose.
However, I can alayze my signal using Wavelet and short term fourier transform but the question is to how to generate time varying frequency signal?

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


BecauseHElives
BecauseHElives 2014년 3월 10일
I hope you found the answer by now. If not, I think this should help ....

Carlos
Carlos 2014년 3월 10일
This is a simple way to do it
f=0:0.1:100;
int=cos(2*pi.*f);

카테고리

Help CenterFile Exchange에서 Hilbert and Walsh-Hadamard Transforms에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by