-
A-Guide-to-MATLAB-for-Beginners-and-Experienced-U
A matlab guide book.
- 2012-04-17 20:12:28下载
- 积分:1
-
antcolony
vrp code with ant colony in matlab
- 2014-08-22 03:37:01下载
- 积分:1
-
MYspider
飞秒激光光谱测量SPIDER,matlab模拟程序(Femtosecond laser spectroscopy measurement SPIDER, matlab simulation program)
- 2013-01-23 19:21:54下载
- 积分:1
-
Aninformatioheoretic
能量效率相关通信文档,MIMO技术相关,能效定义(An information-theoretic look at MIMO energy-effi cient communications- valuetools-belmega-lasaulce_final)
- 2014-02-25 16:14:56下载
- 积分: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
-
lvbo
一个带通滤波器,模拟Gelileo卫星中频滤波,显示频谱。(A band-pass filter, an analog IF filter Gelileo satellite.)
- 2013-12-15 12:33:37下载
- 积分:1
-
捷联惯导仿真程序
惯性导航系统仿真算法程序,捷联惯导仿真程序,包含四元数更新,姿态角更新,速度位置更新等(Inertial navigation system simulation algorithm program, the strapdown inertial navigation simulation program, includes quaternion update, update attitude Angle, position update speed, etc
)
- 2014-05-07 11:50:37下载
- 积分:1
-
New-folder
This code to generate channel tap delay
- 2017-03-28 05:57:33下载
- 积分:1
-
matlab微分方程的解法教程
matlab微分方程的解法教程,需要的请下载,没有程序(Matlab differential equation solution tutorial, need to download, no program)
- 2020-06-21 07:00:02下载
- 积分:1
-
logistic
generation of chaotic signals (logistic map)
- 2013-12-04 04:36:20下载
- 积分:1