-
SglCon
绘图函数用mcc生成的代码嵌入VC工程实例,Win32 Console版本(mapping function using mcc generated code embedded VC engineering example, Win32 Console Version)
- 2005-08-09 18:42:23下载
- 积分:1
-
VB
说明: 基于VB与MATLAB的数字图像处理软件设计(VB and MATLAB-based digital image processing software design)
- 2013-03-02 21:05:25下载
- 积分:1
-
Density_Evolution
LDPC码理论方面的高性能密度进化仿真测试例程,可以跑出数值结果(LDPC DENSITY EVOLUTION)
- 2013-10-03 16:49:20下载
- 积分: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
-
zhj
雷达定位算法,通过收集三个雷达的数据确定飞行物的坐标位置(Radar positioning algorithm, by collecting three radar data to determine the coordinates of the location of flying objects)
- 2020-12-03 09:49:25下载
- 积分:1
-
VBDiaoYongMATLAB
VB程序中实现调用MATLAB的方法。本文介绍了在VB应用程序中利用动态数据交换ActiveX自动化(OLE自动化)协议实现的两种调用MATLAB函数的方法。通过这两种方法实现了VB的可视化界面与MATLAB强大的数值分析和图形显示的能力的结合。(VB program called MATLAB to implement the method. This article describes the application in VB using ActiveX Automation Dynamic Data Exchange (OLE Automation) protocol to achieve the two call MATLAB functions. Achieved by these two methods VB' s powerful visual interface and MATLAB numerical analysis and graphical display of the ability of the combination.)
- 2010-05-08 22:12:10下载
- 积分:1
-
CNN_GUI
matlab的二值化代码,将一副路面的图形中的边界线,显示出来(matlab' s binary code, a road graph of the boundary line, displayed)
- 2009-12-28 13:29:49下载
- 积分:1
-
H1
说明: 运用相移延拓的方法有效地模拟地震波在介质中的传播路径。(Extension of the use of the phase shift method can effectively simulate seismic wave propagation path in the medium.)
- 2015-04-14 10:46:06下载
- 积分:1
-
pso_vcpp
粒子群算法
粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation),有
Eberhart博士和kennedy博士发明。源于对鸟群捕食的行为研究PSO同遗传算法类
似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优
值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在
解空间追随最优的粒子进行搜索。(pso
粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation),有
Eberhart博士和kennedy博士发明。源于对鸟群捕食的行为研究PSO同遗传算法类
似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优
值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在
解空间追随最优的粒子进行搜索。)
- 2009-07-15 14:07:42下载
- 积分:1
-
rs54
matlab rough set 粗糙集代码 matlab实现(this is a rar for rough set using matlab )
- 2012-09-12 15:17:40下载
- 积分:1