Perform zero-padding

zero-padding for 2 input vectors
113 descargas
Actualizado 17 jul 2015

Ver licencia

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).

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2014a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Audio Processing Algorithm Design en Help Center y MATLAB Answers.
Agradecimientos

Inspirado por: 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/

Versión Publicado Notas de la versión
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