-
ana8_2
地震信号数据处理
显示各道信号波形 地震成像(Data processing seismic signal waveforms showing the Road, seismic imaging)
- 2010-01-29 19:44:54下载
- 积分:1
-
liu
直方图均衡算法,傅里叶变换,频域滤波 ,中值滤波算法实现(Common understanding of the gray image space enhance operations and realization of histogram equalization algorithm.)
- 2010-05-12 00:50:37下载
- 积分:1
-
SIMULINK-GUIDE
The complete tutorial in matlab simulink tool
- 2011-09-01 20:05:45下载
- 积分:1
-
leachC
This Matlab source code is for paper LEACHC for wireless sensor networks.
- 2014-10-01 21:36:37下载
- 积分:1
-
SIFT
本文为用matlab编写的SIFT算法希望大家相互交流心得体会(This article was written by SIFT algorithm matlab hope we exchange feelings and experiences)
- 2014-12-09 17:12:57下载
- 积分:1
-
MATLAB6.x
Matlab的信号处理书籍,经典学习教程,相信一定收益颇丰!(Matlab Book about the deal with signals)
- 2013-04-20 16:30:03下载
- 积分:1
-
step reponse
step response of control system
- 2019-06-22 18:24:10下载
- 积分:1
-
DOA
说明: 利用神经网络实现电磁波信号的波达角预测,MATLAB实现方法(Prediction of Signal Arrival Angle of Arrival Using Neural Network)
- 2019-05-12 17:16:48下载
- 积分: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
-
rrt2
RRT算法的第二种实现方法三维立体效果 适合飞行机器人使用(The three-dimensional effect of the second implementation of the RRT algorithm for flying robots)
- 2012-11-23 20:36:08下载
- 积分:1