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.
다운로드 수: 78
업데이트 날짜: 2018/8/15

라이선스 보기

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
카테고리
Help CenterMATLAB 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