Non-stationary signal decomposition
3 views (last 30 days)
Show older comments
suppose f(t) is a non-stationary signal which can be expressed as follow:
f(t) = A1(t)*sin(w1*t) + A2*sin(w2*t) + ... + An(t)sin(wn*t), where 0<= t <= td.
How can I find each Ai corresponding to circular frequency wi?
Is there any MATLAB function which can be employed for this purpose?
emd function decompose a signal to its intrinsic mode functions (IMF) and each IMF has the same length as original signal. I am looking for something like emperical mode decomposition but it should be capable to extract A1, A2, ..., An.
0 Comments
Answers (0)
See Also
Categories
Find more on Signal Processing Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!