-
pr_l5
相当经典的数据仿真,利用matlab实现,很好的例子啊 是pdf(Quite a classic data simulation using matlab to achieve good example is the pdf)
- 2012-05-27 22:37:33下载
- 积分:1
-
2019年华为杯数学建模F题第二问代码
说明: 2019年第16届华为杯数学建模F题第二问的代码(Code for the second question of mathematical modeling F of the 16th Huawei cup in 2019)
- 2019-11-30 15:48:20下载
- 积分:1
-
Rayleigh-Fading-Channel-Simulatiom
无线衰落信道之瑞利衰弱的仿真 可以做出多径瑞利的仿真
(Simulation of Rayleigh weak)
- 2011-05-17 05:20:37下载
- 积分:1
-
shujuyuhanshudkeshihua
介绍基于MATLAB平台的可视化编程.
重点介绍了数据和函数的可视化.(Introduction Based on MATLAB platform visual programming. Focuses on data and function visualization.)
- 2007-08-13 11:31:15下载
- 积分:1
-
TwolevelInverterPWM
Two-level Inverter PWM.........
- 2010-06-15 13:38:52下载
- 积分:1
-
r-21
IEEE research paper for m.tech students
- 2013-03-03 12:35:57下载
- 积分:1
-
PD-PFA
PLOT PD VERSUS PFA DETECTIN THEORY ROC RECEIVER OPERATING CARACTERISTICS
- 2015-06-15 23:12:25下载
- 积分:1
-
Themostshortcircuitandshortcircuit
在secshortest中我希望只得到一条次短路,结果却出来好几条,因此在使用时,要得到次短路,只能用roadcost()函数分别求一下各条路的权重和,找到最小的。(I hope that in secshortest only a short time, the result is out of several, so when used to get at short circuit, can only be used roadcost () function, respectively, for some of the weight of the road and find the smallest.)
- 2009-05-14 16:44:14下载
- 积分:1
-
hierachical-analysis-using-matlab
管理学和统计学中都经常用到的层次分析法,matlab程序(hierachical analysis which is often used in management science and stochastical science,matlab code)
- 2013-05-05 17:09:53下载
- 积分: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