-
fft_plot
routine to take the Fourier transform of a signal and plot both the time and frequency domain representations. Typical use:
>> n = 100 number of data points
>> dt = 0.01 spacing between samples
>> t = 0:dt:(n-1)*dt time vector
>> y = sin(2*pi*10*t) 10 Hz sin wave
>> fft_plot(y,dt) plot of signal in time and frequency domain
- 2009-06-23 06:04:38下载
- 积分:1
-
OFDMcode
OFDM系统仿真,包含了发射、信道估计、接受等完整的OFDM系统仿真(his simulation script set allows for an OFDM transmission to be simulated. Imagetx.m generates the OFDM signal, saving it as a windows WAV file. This allows the OFDM signal to be played out a sound card and recorded back. Imagerx.m decodes the WAV to extract the data. settings.m contains all the common settings to specify all the simulation parameters such as FFT size, number of carriers, input data source file, input and output WAV files, etc. See settings.m for more details. )
- 2010-03-06 17:16:47下载
- 积分:1
-
plot3d
plot 3d with matlab
with this code you can plot a surface with matlab functions: meshgrid, zeros, rastriginsfcn, meshc, xlabel, ylabel, zlabel, clear, clc
- 2013-12-31 14:09:44下载
- 积分:1
-
qam
基于MATLAB的qam通信系统的仿真,绝对能够(MATLAB-based simulation of communication systems qam)
- 2010-05-07 22:22:52下载
- 积分:1
-
musictest
信号处理作业,高斯白噪声,信噪比对music法分辨力的影响(Signal processing and Gaussian white noise, signal to noise ratio on the resolution of the music France)
- 2012-06-05 17:02:25下载
- 积分:1
-
emd分解
实现emd的分解并利用svm预测,最终得到太阳能的预测结果(Realize the decomposition of EMD and use SVM prediction, and finally get the prediction result of solar energy.)
- 2017-12-05 14:15:47下载
- 积分:1
-
matrix_multiply
F90_MATLAB作为演示fortran90和matlab相互作用的例子:)(F90_MATLAB as a demonstration of the interaction of FORTRAN90 and matlab examples:))
- 2009-03-23 17:12:00下载
- 积分:1
-
st1105
開回路是的基礎型升壓型變換器,可以改變DUTY值來改變輸出電壓。(Open loop is the basis of type boost converter, you can change the value to change the output voltage DUTY.)
- 2010-11-24 17:19:41下载
- 积分:1
-
shuzhicaozuo-matlab-GUI
自己编程实现的MATLAB gui界面,能实现对.edit框中输入数值的加1,减一,乘2,除2,等相关操作。源码见压缩包。(The MATLAB gui own programming interface, can achieve. Edit box, enter the value plus 1, minus one, multiplied by two, in addition to 2, and other related operations. See the source tarball.)
- 2013-12-16 15:09:58下载
- 积分:1
-
atan_cordic
atan function using cordic
- 2010-10-15 19:10:09下载
- 积分:1