Perform zero-padding

버전 1.1.0.0 (2.38 KB) 작성자: Manolis Michailidis
zero-padding for 2 input vectors
다운로드 수: 113
업데이트 날짜: 2015/7/17

라이선스 보기

This funtion calculate which of 2 input 1D vectors have the less number of elements and performs zero-padding so both of them to have same lengths. It can be used to mono only sound files ( 1D matrix).

인용 양식

Manolis Michailidis (2024). Perform zero-padding (https://www.mathworks.com/matlabcentral/fileexchange/52177-perform-zero-padding), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2014a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Audio Processing Algorithm Design에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

zeropad/

버전 게시됨 릴리스 정보
1.1.0.0

v1.1 inludes the following:
- checks if the input vectors have same length
- ensure the input vector to be columns before processing

1.0.0.0