Integration over log space

버전 1.1.0.0 (2.07 KB) 작성자: yoash levron
Approximates an integral with samples on a logarithmic scale
다운로드 수: 313
업데이트 날짜: 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 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