Linear Convolution without using conv(A, B)
버전 1.0.0 (23.4 KB) 작성자:
Ashutosh Rout
It is a basic operation to calculate the output for any linear time invariant system given its input and its impulse response.
Enter x
[1 2 3 4 5]
Enter the lower limit:
-1
Enter the upper limit:
3
Enter h:
[1 2 3]
Enter the lower limit:
-2
Enter the upper limit:
0
x(n) is:
1 2 3 4 5
h(n) is:
1 2 3
y(n) is:
1 4 10 16 22 22 15
인용 양식
Ashutosh Rout (2025). Linear Convolution without using conv(A, B) (https://kr.mathworks.com/matlabcentral/fileexchange/68496-linear-convolution-without-using-conv-a-b), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R2016a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux카테고리
- Signal Processing > Signal Processing Toolbox > Transforms, Correlation, and Modeling > Correlation and Convolution >
Help Center 및 MATLAB Answers에서 Correlation and Convolution에 대해 자세히 알아보기
태그
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!버전 | 게시됨 | 릴리스 정보 | |
---|---|---|---|
1.0.0 |
|