-
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
-
heartrateprocess
用于心电信号处理,主要是去除工频干扰和高频噪声。此外可用于消除多重干扰,用于实时处理(Used for ecg signal processing, mainly to remove power frequency interference and high frequency noise.In addition can be used to eliminate the multiple interference, used for real-time processing)
- 2015-01-02 09:57:34下载
- 积分:1
-
MUSIC
空间谱估计基本原理
MUSIC,ESPRIT算法(MUSIC,ESPRIT)
- 2010-12-17 23:08:08下载
- 积分:1
-
Digital-signal
数字信号处理实验指导书(MATLAB版)实验代码(Digital signal processing experimental instructions (MATLAB version) Experimental code)
- 2011-07-09 11:00:50下载
- 积分:1
-
matlab
基于yule_walker,burg,协方差,改进协方差,最大熵方法这五种算法的matlab程序,并且是一个周期正弦信号与高斯白噪声的模型(Yule_walker, burg, covariance, improved covariance method of maximum entropy algorithm matlab these five programs, and is a periodic sinusoidal signal with Gaussian white noise model)
- 2014-12-14 23:22:46下载
- 积分:1
-
LTE_Scrambler
this code implement LTE scrambler and LTE descrambler used in the 4G mobiles release 8.parameters of these two blocks are flexible.
- 2013-12-13 20:01:12下载
- 积分:1
-
shradha
image segmentation using wavelet
- 2014-01-03 17:18:24下载
- 积分:1
-
gemfull
GEM (graphical environment manager) is a graphic user inteface written for DOS (now public domain)
- 2014-01-22 00:40:33下载
- 积分:1
-
codebuilder_dqqzog
毕设题目,我用MATLAB程序编写的实现基于矢量量化的说话人识别系统,结合了qauflo算法。在给定的temp.wav录音文件的情况下,对不同的人的不同时间长度的语音进行辨识。实现与文本无关的自动说话人确认的实时识别。 使用步骤包括: 1 训练,2 tmgyCFR, 3 测试 4, 输出结果。
(Complete set topic, I use a program written in MATLAB-based VQ speaker recognition system, combining qauflo algorithms. In the case of a given temp.wav audio file, voice different people different lengths of time were identified. Real-time recognition and text-independent speaker verification automatically. Use steps include: 1 training, 2 tmgyCFR , 3 test 4, the output result.
)
- 2016-01-01 21:11:34下载
- 积分:1
-
FFT_report
FFT及应用实验报告,用matlab对fft进行仿真,包括图形和代码(Application of FFT and experimental reports on the fft using matlab simulation, including graphics and code)
- 2008-05-15 22:38:39下载
- 积分:1