-
Matlabgetstart
Matlab入门教材,可以作为入门是的读物。(Matlab entry materials, can be used as entry is reading.)
- 2007-10-23 23:18:48下载
- 积分:1
-
HomeRes
家庭理财统计!可以在一定的时间一定的消费类型消费人员金额等等的统计!(Family financial management and Statistics! At a certain time a certain amount of the consumption type of consumption, personnel statistics, etc.!)
- 2010-01-16 22:24:58下载
- 积分:1
-
SVDBasedImageQualityMeasure
Source code svd in matlab
- 2009-11-12 22:42:40下载
- 积分:1
-
wuziqi
说明: 声明:本程序仅交流用,所以调试时用两颗棋子就可以赢(Disclaimer: This procedure only exchange with, so debugging can win with two pieces)
- 2010-05-01 17:34:45下载
- 积分:1
-
bigtime
说明: 大模型的采样点时间波场图。还是先前的大模型,这次采用了十个检波器记录数据。通过修改常量可以达到修改检波器数目的目的。C源程序,MATLAB绘图。(Large model sampling time to wave field map. Is a large model of the previous, this time using 10 detectors record data. Constant change can be achieved by modifying the detector number of purposes. C source code, MATLAB graphics.)
- 2009-08-25 09:26:11下载
- 积分:1
-
xiangweifacejiao
关于雷达相位法测角的论文:MUSIC,多基线相位测角法(Phase angle measured on radar papers: MUSIC, multi-baseline phase angle measurement method)
- 2014-08-31 11:25:20下载
- 积分:1
-
Density_Evolution
LDPC码理论方面的高性能密度进化仿真测试例程,可以跑出数值结果(LDPC DENSITY EVOLUTION)
- 2013-10-03 16:49:20下载
- 积分:1
-
testmatcom_mfc
matlab与vc联合编程实例
实现图形在vc中的显示(joint programming and matlab examples vc in vc in the realization of graphics display)
- 2007-11-23 20:02:42下载
- 积分:1
-
example4_4
例4:在sinc(t)信号中叠加噪声,分析对应频谱
fs=100 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=2 时间窗大小
(
x=x+0.1*randn(1,N)
x=awgn(x,-10, measured )
figure
plot(t,x)
title( 时域信号图 )
xlabel( t /s )
y=fft(x,N)
figure
if mod(N,2)~=0
N=N-1
end
f=linspace(0,fs/2,N/2)
plot(f,abs(y(1:N/2))*2/N)
title( 叠加噪声的sinc(t)信号频谱 )
xlabel( f /Hz )
figure
y0=y(1:N/2)
P=y0.*conj(y0)/N
P=10*log10(P)
plot(f,P)
title( 功率谱 )
xlabel( f /Hz )
)
- 2010-05-25 20:59:03下载
- 积分:1
-
Bowling
保龄球一局分十轮,每轮可以滚球一次或多次,以击倒的球数为依据得分。(Bowling a Board sub-10, each round can be one or more ball to knock the ball based on the number of scores.)
- 2009-12-28 13:32:14下载
- 积分:1