-
direct2
实现 直接2型滤波器的设计 以及 仿真 功能(direct two-filter design and simulation function)
- 2007-06-30 10:05:56下载
- 积分:1
-
YAMLMatlab
Imports YAML into matlab
- 2012-04-02 08:08:36下载
- 积分:1
-
different_u
u取不同值时CCDF曲线比较,u律压缩扩张法,效果一般(u for different values of CCDF curves, u law compression expansion method, the general effect)
- 2010-05-29 20:47:14下载
- 积分:1
-
Multipath-and-Doppler--
多径和多普勒的讲义,文件内含matlab源代码,对于了解多径和多普勒效应很有帮助。(Multipath and Doppler handouts, matlab file containing the source code for understanding the effect of multipath and Doppler helpful.)
- 2014-12-25 15:43:32下载
- 积分:1
-
pearson
计算pearson相关系数的函数,hen xiang xi(ji suan pearson xiang guan xishu de han shu)
- 2013-05-22 20:40:28下载
- 积分:1
-
PMSM_weakflux
说明: 永磁同步电机的弱磁控制,使电机进入弱磁区域,达到提高转速的效果。(Flux weakening control of permanent magnet synchronous motor, available)
- 2020-05-05 22:30:35下载
- 积分:1
-
MCMC_Unscented_Particle_Filter_demo
The algorithms are coded in a way that makes it trivial to apply them to other problems. Several generic routines for resampling are provided. The derivation and details are presented in: Rudolph van der Merwe, Arnaud Doucet, Nando de Freitas and Eric Wan. The Unscented Particle Filter. Technical report CUED/F-INFENG/TR 380, Cambridge University Department of Engineering, May 2000. After downloading the file, type "tar -xf upf_demos.tar" to uncompress it. This creates the directory webalgorithm containing the required m files. Go to this directory, load matlab5 and type "demo_MC" for the demo.
(The algorithms are coded in a way that makes it trivial to apply them to other problems. Several generic routines for resampling are provided. The derivation and details are presented in: Rudolph van der Merwe, Arnaud Doucet, Nando de Freitas and Eric Wan. The Unscented Particle Filter. Technical report CUED/F-INFENG/TR 380, Cambridge University Department of Engineering, May 2000. After downloading the file, type "tar-xf upf_demos.tar" to uncompress it. This creates the directory webalgorithm containing the required m files. Go to this directory, load matlab5 and type "demo_MC" for the demo.
)
- 2008-03-07 23:27:02下载
- 积分:1
-
LinearSystems
线性系统理论中对线性系统的可加性齐次性的验证仿真(Linear system theory of linear systems can be added to the homogeneity of the validation of simulation)
- 2010-10-19 09:01:41下载
- 积分:1
-
radon_ambiguity
%radon transform
clear all
%
N=800
n=1:N
fs=200
t=n/fs
x1=exp(j*2*pi*(5*t+0.5*5*t.^2))
x2=exp(j*2*pi*(5*t+0.5*15*t.^2))
x=x1+x2
%N=length(x)
% ambifunb(x )
%*****************************************RAT
naf=ambifunb(x)
htl(abs(naf))
% [wh,rho,theta]=htl(abs(naf))
colormap([0,0,0])
% xlabel( 极半径 )
% ylabel( 角度 )
%**************************************%找出峰值点的坐标,计算初始频率和调频斜率(正确)
%找出峰值点的坐标
b=max(max(wh))
[u,a]=find(wh>=0.8*b)
( Radon transformclear all N = 800 n = 1: N fs = 200 t = n/fs x1 = exp (j* 2* pi* (5* t+ 0.5* 5* t. ^ 2)) x2 = exp ( j* 2* pi* (5* t+ 0.5* 15* t. ^ 2)) x = x1+ x2 N = length (x) ambifunb (x)***************************************** RATnaf = ambifunb (x) htl (abs (naf)) [wh, rho, theta ] = htl (abs (naf)) colormap ([0,0,0]) xlabel (polar radius) ylabel (angle)************************************** to find the coordinates of the peak point, calculating the initial slope of the frequency and FM (right) find the peak point of the coordinates b = max (max ( wh)) [u, a] = find (wh)
- 2008-05-06 21:56:10下载
- 积分:1
-
bee22
说明: 用matlab画蜂窝网络,用蜂窝覆盖给定的圆域(drawing cellular network using matlab )
- 2011-02-22 23:52:29下载
- 积分:1