-
Matlab-Coder-VC
一个实例说明matlab coder的使用方法,可以实现vc++中调用matlab生成的cpp文件进行两个数的乘法计算。(An example shows the use of matlab coder, can call matlab in vc++ cpp files generated multiplication of two numbers.)
- 2011-11-27 14:53:50下载
- 积分:1
-
smat2c
matlab语言转换成学语言,源程序主要用于生成粒子群算法(matlab language into learning the language, the source is mainly used to generate the PSO)
- 2013-10-13 11:32:21下载
- 积分:1
-
dbscan-721ea2b3e634.tar
K-MEANS algorithm Input: cluster number k, and contains n data object . Output: the minimum
- 2014-11-11 18:28:48下载
- 积分:1
-
fw
说明: 数字信号处理,滤波,维纳滤波器,维纳—霍夫方程(Digital signal processing, filtering, Wiener filter, Wiener- Hoff equation)
- 2011-11-06 13:01:49下载
- 积分:1
-
ShutDown
SYSTEM SHUTDOWN Process
- 2015-01-29 14:34:32下载
- 积分:1
-
radar_data2
雷达杂波抑制算法 (Radar clutter suppression algorithm)
- 2010-08-10 16:56:51下载
- 积分:1
-
91332001RayTrace1.1
说明: 蒙特卡罗方法可以有效地解决复杂的工程问题,而MATLAB具有强大的数值计算功能。将二者结合使用,可以得到高效的解决问题的方法。本文阐述了该方法并通过实例验证了该方法的正确性和优越性。
(Monte Carlo method can effectively solve complex engineering problems, and MATLAB has powerful function of numerical calculation. The two in combination, can be cost-effective solution to the problem. This paper describes the methods and examples of the method to verify the correctness and superiority.)
- 2008-12-04 20:48:05下载
- 积分:1
-
txinndaooh
本文使用Matlab及Simulink软件源码包对cdma20000的前向业务信道进行时间流与数据流仿真,并对仿真结果进行了对比分析。
(This article uses the Matlab and Simulink software source code packages on cdma20000 the first time flow and data flow simulation, and simulation results were compared to the traffic channel.)
- 2012-06-24 23:09:50下载
- 积分:1
-
TurboDecodeAlgorithm
3GPP标准Turbo码编码译码仿真Matlab6.5及VC6.0源代码,并包含Turbo码编码译码原理的介绍文档。(3GPP standard Turbo coding and decoding simulation VC6.0 Matalab 6.5 source code , and includes Turbo Encoder Decoder description of the principle of documentation.)
- 2006-10-11 00:53:04下载
- 积分:1
-
example4_6
:滤波
fs=400 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=5 时间窗大小
t=0:ts:T (hf1=zeros(1,N)
hf1(f<=B1&f>=-B1)=1
y1=hf1.*fftshift(y)
figure
subplot(211)
plot(f,abs(fftshift(y))/N,f,hf1, r-- )
axis([-fs/2,fs/2,0,1.2])
title( 原信号频谱 )
xlabel( f /Hz )
subplot(212)
plot(f,abs(y1)/N)
title( 低通滤波,截止频率90Hz )
xlabel( f /Hz ))
- 2010-05-25 20:58:05下载
- 积分:1