Perform zero-padding

zero-padding for 2 input vectors
113.0 次下载
更新时间 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 的更多信息
致谢

参考作品: DSP computing, addition, Size Convert

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