Integration over log space

バージョン 1.1.0.0 (2.07 KB) 作成者: yoash levron
Approximates an integral with samples on a logarithmic scale
ダウンロード: 314
更新 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 (2024). Integration over log space (https://www.mathworks.com/matlabcentral/fileexchange/54650-integration-over-log-space), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2013a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersGet 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