env_secant(x_data, y_data, view, side)
Function call: env_secant(x_data, y_data, view, side)
Calculates an envelope of data <y_data> over <x_data>.
Method used: 'secant-method'
env_secant() observates the max. slope of every about <view> points from last junction point, and joints them to the resulting envelope.
An interpolation over original x-values is finally done.
<side> ('top' or 'bottom') defines which side to evolve.
Citar como
Andreas Martin (2024). env_secant(x_data, y_data, view, side) (https://www.mathworks.com/matlabcentral/fileexchange/27662-env_secant-x_data-y_data-view-side), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- Signal Processing > Signal Processing Toolbox > Measurements and Feature Extraction > Descriptive Statistics >
Etiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.