Feeds
답변 있음
Values of vectors in matrix (changes in time)
Since all the x variables are functions of the same t variable you should be able to create a matrix by: for m = 1:length(t) ...
Values of vectors in matrix (changes in time)
Since all the x variables are functions of the same t variable you should be able to create a matrix by: for m = 1:length(t) ...
거의 7년 전 | 0
| 수락됨
답변 있음
How do I take the fft of a signal after I using the blackman window?
I think you might have issue with dimensions early on. Have you tried to see what size(strain_seg) length(strain_seg) actual...
How do I take the fft of a signal after I using the blackman window?
I think you might have issue with dimensions early on. Have you tried to see what size(strain_seg) length(strain_seg) actual...
거의 7년 전 | 1
| 수락됨

