Chris Schwarz
University of Iowa
Followers: 0 Following: 0
Feeds
已回答
Calculate PSD using FFT
An adjustment to Wayne's code that gives an exact match to the periodogram is: Fs = 1e3; t = 0:1/Fs:1-1/Fs; x = cos(2*pi*100*...
Calculate PSD using FFT
An adjustment to Wayne's code that gives an exact match to the periodogram is: Fs = 1e3; t = 0:1/Fs:1-1/Fs; x = cos(2*pi*100*...
4 years 前 | 0
已提交
Model View Control Pattern using GUIDE
A simple GUIDE with Uicontrols is modified to demonstrate the application of MVC in Matlab.
12 years 前 | 1 次下载 |