-
VS2005CallMatlab
VS2005调用matlab,适合于初学者学习研究(VS2005callmatlab,for the students who study early)
- 2011-12-05 16:10:16下载
- 积分:1
-
Tbbaaluojbh
这是在matlab下实现的包络检波算法法。先对信号进行调制,然后进行包络检波。
(This is the method of envelope detection algorithm under Matlab. First signal modulation, and then proceed to the envelope detector.)
- 2012-08-18 07:25:29下载
- 积分: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
-
cplex
cplex中文教学ppt ,cplex是商用混合整数规划软件,编制的程序对模型进行全局优化。(The cplex Chinese teaching ppt, cplex commercial mixed integer programming software, the program prepared by the global optimization model.)
- 2020-12-18 08:19:11下载
- 积分:1
-
delcam_flexlm_new_crack
delcam soft crack,very good.
- 2013-07-30 18:36:19下载
- 积分:1
-
wildbin
code example demonstrating Wildcard searching techniques
- 2014-11-25 00:46:35下载
- 积分:1
-
hologram-recon
傅里叶全息图的光学重建,利用菲涅尔衍射,透镜菲涅尔衍射三部 仿真光学重建过程(simulating optical reconstruction hologram through fresnel diffraction, fourier lens,fresnel diffraction )
- 2014-12-30 15:57:31下载
- 积分:1
-
sistsp
遗传算法在优化路径中的应用研究,这是MATLAB仿真的源程序。(The genetic algorithm optimization applied research in the path, which is the source of the MATLAB simulation.)
- 2012-04-21 19:54:24下载
- 积分:1
-
buffertest
this ring buffer sample.
- 2006-09-06 11:49:48下载
- 积分:1
-
dbscan
数据挖掘,聚类分析,DBSCAN C++的实现,(Data mining, clustering analysis, DBSCAN C++ Realization)
- 2007-12-26 14:53:12下载
- 积分:1