How can i make a smoothed envelope of my complex (random) signal?
8 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Stijn Hillenius
am 29 Aug. 2017
Kommentiert: Stijn Hillenius
am 5 Sep. 2017
I would like to plot a envelope over my random signal (complex). My matlab does not support the function 'envelope'. Any ideas how I can do this?
Thanks in advanced.
stijn
4 Kommentare
Adam
am 29 Aug. 2017
Smoothing is something of a black art and depends entirely on your data, what you want to get from it, etc, etc.
You could just slap a length 5 mean filter over your envelope to smooth it, but that is very aggressive.
Or you can use a Savitzky-Golay filter
doc sgolay
to do some post smoothing. That requires a lot of parameterisation though which again depends on just how smooth you want it vs how much of your data you want to retain.
Akzeptierte Antwort
Star Strider
am 29 Aug. 2017
0 Kommentare
Weitere Antworten (0)
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!