-
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
-
shumo
说明: 用时钟周期法模拟人流疏散的数学建模matlab代码(Simulation of clock cycles used to evacuate the mathematical modeling of flow matlab code)
- 2009-08-17 10:27:38下载
- 积分:1
-
matlabgjxhs
matlab所有的工具箱函数大全,包括了所有的工具箱函数。 (all the Matlab toolbox functions Solutions, including all of the toolbox functions. Matlab toolbox functions of all volumes, including all the Toolbox function.)
- 2007-06-25 14:40:10下载
- 积分:1
-
dd
说明: 无限冲击响应滤波器 (IIR) 实现,涉及一个Butterworth低通滤波器,设计指标为:在通带内频率低于0.2π时,最大衰减小于1dB;在阻带内[0.3π, π]频率区间上,最小衰减要大于15dB (An infinite impulse response filter (IIR) implementation, involves a Butterworth low-pass filter design specifications as follows: in the passband frequencies below 0.2π, the maximum attenuation is less than 1dB in the stopband [0.3π, π] frequency interval , the minimum attenuation greater than 15dB )
- 2013-09-06 19:37:50下载
- 积分:1
-
SortAlgorithm
Sort Algorithm
quick sort
merge sort(sort algorithm)
- 2010-02-19 10:05:03下载
- 积分:1
-
cyb-cafe-ja
Cyber cafe management software.
- 2014-11-29 23:55:46下载
- 积分:1
-
ohspeci
1.5维谱,信号处理方面,用于微弱信号特征提取(1.5-dimensional spectrum, signal processing, feature extraction for weak signal)
- 2021-01-13 19:08:47下载
- 积分:1
-
testnonlocalmean
这是一个非局部均值算法实现工具和相关实验数据,主要用来实现图像增强和降噪应用(This is a non-local means algorithm to achieve the tools and related experimental data, mainly used for image enhancement and noise reduction application)
- 2021-04-01 17:19:08下载
- 积分:1
-
SpeedControl
Pulse Modulated Signal Mfile
- 2010-09-21 18:07:00下载
- 积分:1
-
wavelet_denoise
基于小波方法实现降噪--语音增强--MATLAB(wavelet denoising---matlab)
- 2010-05-11 21:09:01下载
- 积分:1