The following Matlab project contains the source code and Matlab examples used for find upper and lower envelopes of a given signal .
Find upper and lower envelopes of a given signal
Syntax
[upperenv lowerenv] = envelope(sig, method)
inputs:
sig: vector of the input signal
method: method of interpolation (defined as in interp1)
outputs:
upperenv: upper envelope of the input signal
lowerenv: lower envelope of the input signal
The source code and files included in this project are listed in the project files section, please make sure whether the listed source code meet your needs there.
Project Files:
File Name | Size |
---|---|
envelope.m | 986 |
license.txt | 1304 |