Perform zero-padding

zero-padding for 2 input vectors
113 téléchargements
Mise à jour 17 juil. 2015

Afficher la licence

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

Citation pour cette source

Manolis Michailidis (2025). Perform zero-padding (https://fr.mathworks.com/matlabcentral/fileexchange/52177-perform-zero-padding), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2014a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Audio Processing Algorithm Design dans Help Center et MATLAB Answers
Remerciements

Inspiré par : 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/

Version Publié le Notes de version
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