-
Recog_Colores
RECONOCIMIENTO DE COLORES CON MATLAB Y MSP530
- 2014-10-07 11:51:15下载
- 积分:1
-
01
这是一个关于偏最小二乘法的程序,使用Matlab编写。(partial least squares method)
- 2013-09-29 13:27:59下载
- 积分:1
-
lab4
digital image processing - filters
- 2010-01-08 09:45:54下载
- 积分:1
-
ch3
说明: MATLAB 7编程 数字信号处理源代码(MATLAB)
- 2010-04-23 12:01:06下载
- 积分: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
-
MATLAB
电力电子系统仿真,包含了电力电子技术这本书里的十个实验(power matlab )
- 2012-05-31 09:38:31下载
- 积分:1
-
GA-OF-THE-NETWORK
遗传算法优化神经网络程序[matlab],十分有用(the generic algorithm of the network ,it is very helpful)
- 2013-04-22 19:19:35下载
- 积分:1
-
denoise
labview 中通过调用MATLAB节点来对示波器数据进行小波去噪并显示(By calling MATLAB in labview nodes to wavelet denoising and display the data of the oscilloscope)
- 2015-04-16 16:30:24下载
- 积分:1
-
gonglb
一个实现功率谱估计的程序具有很好的效果具有很好的实际意义(yigeshixiangonglvpugujidechengxu)
- 2010-06-24 18:35:23下载
- 积分:1
-
MATLAB-function-index
MATLAB函数参考
MATLAB函数参考
MATLAB函数参考(MATLAB function index
MATLAB function index.doc
MATLAB function index.doc)
- 2012-03-26 13:02:05下载
- 积分:1