Integration over log space

版本 1.1.0.0 (2.1 KB) 作者: yoash levron
Approximates an integral with samples on a logarithmic scale
346.0 次下载
更新时间 2015/12/27

查看许可证

Approximates integrals of functions which are sampled over a logarithmic space.
The integration is accurate where the function Y is smooth (piece-wise linear) on a logarithmic scale. For such functions the integral may be evaluated accurately, using fewer samples in comparison to linear sampling. A natural application is integration of transfer functions, for which the frequency samples are usually logarithmically spaced.
Inputs:
X - vector of samples.
Y - corresponding function values. If Y is a matrix, each of its columns is integrated with respect to X.
Output:
int - integration result.
Written by Dr. Yoash Levron, Dec. 2015

引用格式

yoash levron (2025). Integration over log space (https://ww2.mathworks.cn/matlabcentral/fileexchange/54650-integration-over-log-space), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2013a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Get Started with Simulink 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.1.0.0

Update: If Y contains zero columns the corresponding integrals are zero.

1.0.0.0