-
pcadwt1
PCA Discrete wavelet face recognition
- 2011-11-28 21:07:58下载
- 积分:1
-
e
说明: 这是一个球点电荷外电势分布的程序,很好用,顶一下吧。(This is a ball point charge potential distribution of foreign procedures, very good, and the top about it.)
- 2009-05-10 22:10:38下载
- 积分:1
-
blast
BLAST detection algorithm
- 2007-08-29 16:47:47下载
- 积分:1
-
DTFT
this is about DTFT.DTFT s matlab code and it is for Discrete time fourier transform.
- 2009-06-25 08:20:29下载
- 积分:1
-
classical_music_2
MUSIC算法[1]是一种基于矩阵特征空间分解的方法。从几何角度讲,信号处理的观测空间可以分解为信号子空间和噪声子空间,显然这两个空间是正交的。信号子空间由阵列接收到的数据协方差矩阵中与信号对应的特征向量组成,噪声子空间则由协方差矩阵中所有最小特征值(噪声方差)对应的特征向量组成。(MUSIC algorithm [1] is a feature space based on matrix decomposition method. From the geometric point of view, the signal processing can be decomposed observation space the signal subspace and the noise subspace, it is clear that the two spaces are orthogonal. Signal Subspace data received by the array covariance matrix and eigenvectors corresponding to the signal component, the noise subspace from the covariance matrix of all the smallest eigenvalue (noise variance) eigenvector components.)
- 2013-09-15 20:26:53下载
- 积分:1
-
PG_BOW_DEMO-master
一个用BoW|Pyramid BoW+SVM进行图像分类的Matlab Demo
(Image Classification using Bag of Words and Spatial Pyramid BoW)
- 2013-12-03 21:20:48下载
- 积分:1
-
National-Taiwan-Central-University
The current MATLAB program of HHT includes the following modules:
1) eemd.m. The module that performs EMD/EEMD
2) ifndq.m. The module that calculates an instantaneous frequency for a given IMF and
3) extrema.m. A supporting module that is used by the previous two modules.
4) significance.m This is used to obtain the percenta line based on Wu and Huang
(2004).
5) dist_value.m This is a utility program being called by significance.m .
(National Taiwan Central University )
- 2015-04-22 10:25:25下载
- 积分: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
-
solvecone
Conical flow field solver
- 2013-07-20 23:15:49下载
- 积分:1
-
Essentials-MATLAB-Programming-2nd-txtbk
Essentials of MATLAB Programming,is designed to serve as the text for an “Introduction to Programming/Problem Solving” course for freshman
engineering students.
- 2013-04-18 05:49:55下载
- 积分:1