On MATLAB R2017a, there no longer is a difference between these two methods of creating an array. zeros shows the same behavior shown here for the ... ... <看更多>
Search
Search
On MATLAB R2017a, there no longer is a difference between these two methods of creating an array. zeros shows the same behavior shown here for the ... ... <看更多>
... <看更多>
So what happens? MATLAB just adds zero elements at the end of the vector until its size is 64: vXDft = fft([vX; zeros([60, 1])]);. ... <看更多>