-
matlabkalman
说明: 拥有matlab用户界面的卡尔曼滤波程序,很适合转业人士研究,(Owns matlab user interface Kalman filtering procedures very suitable the retrainees study)
- 2010-03-31 20:54:08下载
- 积分:1
-
PROG1
Hee is theMATLAB Code to Perform colour image segmentation and to perform pseudo coloring on gray image
- 2015-01-06 02:02:13下载
- 积分:1
-
classification
机器学习中几种典型的分类算法,SVM, ML, Gaussian Mixture Model等(typical classifiers(SVM, ML) in ,machine learning.)
- 2013-05-09 07:00:53下载
- 积分:1
-
Independent-CoAn
Advances of Research in Independent Component Analysis
- 2014-02-20 08:04:50下载
- 积分:1
-
fouyen
内含心电信号数据及运用MATLAB写的源代码,是国外的成品模型,小波包分析提取振动信号中的特征频率。( ECG data and includes source code written in MATLAB, Foreign model is finished, Wavelet packet analysis to extract vibration signal characteristic frequency.)
- 2016-08-17 19:49:04下载
- 积分: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
-
samplefreq
It is a sample frequency
- 2009-12-20 23:26:48下载
- 积分:1
-
DCT_normalization
说明: 函数运用基于DCT的正常化算法的图像的MATLAB程序(The function was applied to a wavelet-based image normalization algorithm.)
- 2010-04-21 17:06:24下载
- 积分:1
-
sine
用正弦插值法解决EMD分解过程中遇到的端点效应问题(Sine interpolation to solve the end effect problem encountered in the EMD process)
- 2012-05-09 20:48:46下载
- 积分:1
-
GRU
通过Python基于keras平台实现了时间序列模型gru(Realization of time series model Gru based on keras platform by Python)
- 2020-08-16 15:28:36下载
- 积分:1