-
matlab11111
matlab辅助神经网络设计指南,对于MATLAB的运用有很大的参考价值(matlab neural network-assisted design guidelines for the use of MATLAB have great reference value)
- 2008-04-17 19:35:27下载
- 积分: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
-
ProgramNeuralNetworkTheoryandImplementationMatlab7
说明: 电子书:<神经网络理论与MATLAB7实现>,书中的所有例题的MATLAB源程序代码.MATLAB神经网络工具箱应用,解决实际问题实例,非常好!(EBook: < Neural Network Theory and MATLAB7 achieve> , the book' s source code for all examples in MATLAB. MATLAB neural network toolbox of applications, examples of solving practical problems, very good!)
- 2010-04-14 20:29:50下载
- 积分:1
-
HW4
EKF+UKF滤波算法在汽车做二维运动中的应用(The EKF+ UKF filtering algorithm in two-dimensional movement in the car)
- 2012-03-20 16:35:34下载
- 积分:1
-
QoS-multicast-routing
QoS multicast routing based on ant colony algorithm
- 2013-01-10 18:05:08下载
- 积分:1
-
TimeSeriesViewer
这个是时间序列分析的可视化工具,具体的使用可以到mathworks网站上查询。(this is the time series analysis visualization tools, concrete can be used to Stable website.)
- 2007-04-03 04:18:08下载
- 积分:1
-
photo
this file is the program of the module GPV
- 2011-07-14 17:53:02下载
- 积分:1
-
stochastic
matlab code of stochastic differential
- 2011-11-21 19:06:58下载
- 积分:1
-
flayback1
基于matlab/simulink的反激变换器仿真(Based on matlab/simulink simulation flyback converter)
- 2013-10-20 13:26:50下载
- 积分:1
-
shujudefenxi
这是matlab关于数据分析的经典程序,欢迎参考(This is a classic matlab on the data analysis procedures, please refer to)
- 2009-10-08 11:01:05下载
- 积分:1