-
find_maxpoint
信号实时处理,查找实时接收到的信号的幅值最大点并标记(real-time signal processing,max amplitude point)
- 2015-01-08 10:02:43下载
- 积分:1
-
分洪问题
工件加工问题,本程序提供了工件加工问题的一般算法question1 question2 question3经过调试能成功运行(workpiece machining, the process of machining the general algorithm question1 question2 question3 after the successful operation Debugging)
- 2005-08-27 16:08:18下载
- 积分:1
-
GradHerm.matlab
说明: 上传RBF源程序,希望能对大家学习有所帮助,并请提出宝贵的意见和建议!(upload source, in hopes of learning we can help, and requested the valuable advice and suggestions!)
- 2006-05-10 17:13:05下载
- 积分:1
-
m1envelope
a program to extract envelop in a best way
- 2012-01-10 17:43:23下载
- 积分:1
-
texture-feature
从图片中提取四种不同纹理特征,包括gabor、灰度共生矩阵、灰度直方图、灰度梯度共生矩阵纹理特征。(Four different texture features extracted the image, including gabor, GLCM, histogram, GGCM texture.)
- 2015-07-26 09:49:21下载
- 积分:1
-
DataPlot
从IMU中提取数据,计算出速度、位移,从而得到运动轨迹,实现定位功能(Calculate velocity and displacement data of IMU, thus we can get movement track and achieve locate function.)
- 2020-09-14 17:17:58下载
- 积分:1
-
dengjianju
天线方向图的波达方向,用于描述回波的方向图2,可以用于初学者学习使用(DOA antenna pattern, used to describe the echo pattern 2, can be used for beginners to learn to use)
- 2010-11-13 18:20:29下载
- 积分: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
-
TDOAChanAlgorithm
TDOA无源时差定位Chan算法,matlab源码(Chan Passive TDOA TDOA location algorithm, matlab source code)
- 2021-04-08 16:09:00下载
- 积分:1
-
chepaishibie
车牌识别算法。包括图像预处理、车牌分割、字符分割(License plate recognition algorithm. Including image preprocessing, license plate segmentation, character segmentation and character recognition)
- 2013-10-30 22:00:04下载
- 积分:1