-
MyFEM1
matlab求转子系统的临界转速程序源代码(Critical Speed)
- 2013-01-24 00:28:59下载
- 积分:1
-
newton-to-nonlinear-equations
牛顿法求解非线性方程组matlab源程序(Newton method for solving nonlinear equations matlab source code)
- 2012-07-24 10:17:22下载
- 积分:1
-
LS_esprit
LS-ESPRIT算法,能够有效的测出信号的位置(LS-ESPRIT algorithm can effectively detect the location of the signal)
- 2013-12-04 11:35:01下载
- 积分: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
-
paralel
Parallel Computing Toolbox™ 5
An Introduction Into OpenMP
Parallel Computing with
OpenMP on distributed shared
memory platforms
OpenMP tutorial
- 2011-01-08 07:23:56下载
- 积分:1
-
Total-Variation-Denoising
全变分 全差,用来对图片进行全变分处理,可以直接运行。(Full variational whole differential used to picture the total variation can be run directly.)
- 2012-04-11 19:09:47下载
- 积分:1
-
Untitled2
利用matlab实现对图像的处理实现对图像的平移镜像旋转缩小放大(Using matlab image processing to achieve a mirror image of the rotating pan shrink enlarged)
- 2014-01-21 16:50:12下载
- 积分:1
-
FFRLS
这是一个遗忘因子递推最小二乘法的辨识程序,可辨识系统参数。(This is a forgotten factor recursive least square mathod to identify the system parameters.)
- 2015-09-23 15:31:58下载
- 积分:1
-
Highboost
frequency domain filters
- 2009-12-10 17:12:45下载
- 积分:1
-
freecontrol1
simulink中建立的汽车转向自动回正模型(simulink automotive steering automatically created back to being model)
- 2010-12-24 11:19:21下载
- 积分:1