-
Solutions_manual_for_modern_signal_processing-2nd
This the solution manual for modern signal processing.
- 2008-03-22 01:47:57下载
- 积分:1
-
c10
matlab 程序,WCDMA的程序,用MATLAB实现3G手机(SDR based MATLAB program aboutWCDMA.
SDR in WCDMA)
- 2010-05-28 22:01:07下载
- 积分:1
-
jianmosuanfa
这是关于matlab中常用的算法,希望对大家有帮助(Matlab commonly used algorithms, hope to have everyone help)
- 2013-01-31 23:06:32下载
- 积分:1
-
FastMarching_version3b
This function Skeleton will calculate an accurate skeleton (centerlines) of an object represented by an binary image / volume using the fastmarching distance transform.
- 2014-10-08 01:25:55下载
- 积分:1
-
10-kW-Thyristor-Controlled-Rectifier
MATLAB仿真,主要是三厢10KW的晶闸管整流仿真,可以研究研究。(10 kW Thyristor Controlled Rectifier)
- 2011-12-22 10:49:34下载
- 积分:1
-
powerQualityHHT
电能质量扰动信号信号通过hilbert变换得到瞬时频率,瞬时幅值,hilbert谱,边际谱等重要特征,从而实现特征提取。(Power quality disturbance signals are obtained by hilbert transform to obtain instantaneous frequency, instantaneous amplitude, hilbert spectrum, marginal spectrum and other important features, in order to achieve feature extraction.)
- 2016-11-10 18:14:00下载
- 积分:1
-
rgk
时频分析工具——径向高斯核时频分布。为了在时频分布平面内不出现交叉项,则在模糊函数域内应有效去除互分量而仅保留自分量。设计一个与信号相匹配的核函数可以达到上述目的。基于信号的径向高斯核时频分布是一种比较理想的时频分布(Optimal radially Gaussian kernel time-frequency representation)
- 2010-10-09 21:40:39下载
- 积分: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
-
2D_DOA
2维的波达方向估计,旋转子空间不变法,alpha稳定分布噪声环境下(2 d doa estimation, rotating subspace without political reform, alpha stable distribution under noise environment)
- 2016-03-15 14:21:34下载
- 积分:1
-
遗传算法具有强大的全局优化能力
遗传算法具有强大的全局优化能力,并行计算的快速收敛性(Genetic algorithm has strong global optimization ability and fast convergence of parallel computing)
- 2020-06-23 00:20:02下载
- 积分:1