-
matlab
东北大学 薛定谔的高等应用数学问题MATLAB求解的源代码(Northeastern University, Applied Mathematics Higher Schrodinger problem solving MATLAB source code)
- 2009-03-14 23:24:58下载
- 积分:1
-
SimpleWarping
warping basics in matlab
- 2015-03-28 16:42:22下载
- 积分:1
-
完整的OFDM仿真程序
PAPR抑制方法中SLM等方法的matlab仿真代码(PAPR suppression method, SLM method)
- 2021-04-06 19:19:02下载
- 积分:1
-
duffing-system
duffing方程非线性系统的分析,matlab代码,包括其李雅普诺夫指数求解,相图,混沌等分析,值得学习(duffing equation analysis of nonlinear systems, including its Lyapunov exponent solving the phase diagram, chaos analysis, it is worth learning)
- 2015-03-20 18:33:38下载
- 积分:1
-
advstats(高级统计工具箱)
说明: matlab高级统计工具箱,做统计很方便,也很实用(Matlab Toolbox, do the statistics very convenient and practical)
- 2006-01-24 18:41:39下载
- 积分: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
-
pn_code
产生PN序列码的源代码,里面有详细的注释!希望对有需要的朋友有用!(PN code sequence generated source code, which has detailed notes! Wish to have a friend in need useful!)
- 2008-05-21 19:19:58下载
- 积分:1
-
ar_modle
ar模型 3种算法构建:
ar模型 3种算法构建:
ar模型 3种算法构建:
ar模型 3种算法构建:(Model 3 algorithm to construct ar: ar Model 3 algorithm to construct: ar Model 3 algorithm to construct: ar Model 3 algorithm to construct:)
- 2011-05-25 10:04:47下载
- 积分:1
-
ControlRossler
Rossler系统的反馈控制,将其从混沌状态控制到稳态(feedback control of Rossler system,this program control Rossler to steady state from chaotic state)
- 2011-09-01 12:49:42下载
- 积分:1
-
lms
LMS算法计算信号功率和特征向量,并和其他几种算法做比较(LMS algorithm to calculate the signal power and the feature vector, and several other algorithms compare)
- 2012-08-31 20:11:31下载
- 积分:1