Zero-padding in MATLAB usually accomplished by knowing how many zeros you need to pad with an the just concatenate the matrix zeros(m, n) to your matrix.
確定! 回上一頁