-
matlab_program_handles_the_drawing_algorithm_tutor
matlab程序句柄绘图算法设计教程matlab program handles the drawing algorithm tutorial(matlab program handles the drawing algorithm tutorial matlab program handles the drawing algorithm tutorial)
- 2010-08-02 13:19:44下载
- 积分:1
-
syncnoimgaejpg
Good for autocoreelation and imahe compression where ever needed
- 2011-02-03 05:29:21下载
- 积分:1
-
SVMmatlab
支持向量机的matlab商业软件包,附有中文和英文使用手册说明,可以在对算法不了解的基础上,利用简单的命令完成支持向量机的分类和回归建模(Support vector machine (SVM) commercial software package in matlab, accompanied by Chinese and English manual, can be on the basis of the algorithm does not understand, using simple commands to complete the support vector machine (SVM) classification and regression modeling)
- 2014-09-07 10:21:00下载
- 积分:1
-
fircheb
matlab fir chebshev LPF
- 2013-11-21 21:36:36下载
- 积分:1
-
EPS_Control
EPS控制模型 EPS控制模型 EPS控制模型 EPS控制模型(Control model control model EPS EPS EPS EPS control model control model)
- 2011-10-08 09:10:09下载
- 积分:1
-
sanweipinpu3
用于处理机械动力学响应的三维频谱图matlab程序(Matlab program for the processing of mechanical response to the three-dimensional spectrum)
- 2019-03-11 16:43:18下载
- 积分:1
-
matlabForCBCMfinal
说明: Chained Beam-Constraint-Model (CBCM):a powerful tool for modeling large and complicated deflections of flexible beams in compliant mechanisms(Chained Beam-Constraint-Model (CBCM)-a powerful tool for modeling large and complicated deflections of flexible beams in compliant mechanisms)
- 2021-04-13 15:38:56下载
- 积分:1
-
Computer_Vision
计算机视觉的经典教材,最权威的著作,此领域必备(a classic book on computer vision, which is very famous and a must in this area)
- 2010-09-13 16:56:12下载
- 积分:1
-
3.1.1
这是matlab宝典里面的源代码 相信对于开发着有所帮助(This is a matlab source code inside the book and I believe that the development of a help)
- 2008-04-07 13:41:10下载
- 积分: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