-
lxxx
介绍了流形学习的几种经典的算法和一些如闻的知识(Describes several classical manifold learning algorithms, and some, such as knowledge of news)
- 2011-06-13 18:28:54下载
- 积分:1
-
Fault-Tolerant-control
容错控制机器仿真,介绍了飞行器操纵系统以及容错控制。(Fault Tolerant Control )
- 2014-09-19 15:07:47下载
- 积分:1
-
readavi
利用MATLAB分帧读取avi视频文件,并播放视频文件。附视频文件(Use MATLAB to read sub-frame avi video files and audio-video files. Attached to video files)
- 2009-02-20 18:10:01下载
- 积分: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
-
MCU_1852
说明: Matlab下的EEG处理程序库,例程丰富,讲解清晰,医学图像图形处理必备(EEG processing under Matlab library routines rich, clear explanation, the medical image and graphics processing necessary)
- 2010-04-04 19:41:18下载
- 积分:1
-
H6S1
digital signal processing homwork
- 2013-12-26 17:17:57下载
- 积分:1
-
mmbox
说明: matlab绘图代码:取得一个Rubberband Box的位置向量(mapping matlab code: get a Rubberband Box location vector)
- 2008-11-30 12:41:37下载
- 积分:1
-
bianshi_wiener
接收信号为加噪声的QPSK信号,通过球的维纳解,实现系统辨识,达到滤波的目的。(Received signal is the QPSK signal plus noise, the Wiener solution through the ball, to achieve system identification, to achieve the purpose of filtering.)
- 2010-12-29 21:16:20下载
- 积分:1
-
matlabcore
说明: 本文件中有多个matlab内核函数的源代码,可以方便的查阅在matlab内核运行的代码,从而提高个人matlab编程技巧。(This file is about the core code of matlab,can help reader and learner to improve programming in matlab Environment.)
- 2010-03-22 14:30:01下载
- 积分:1
-
Face-Recognition
一段很不错的人脸识别的matlab源代码,matlab版本为7.0.1,我不知道在其他版本下能否顺利执行(A very good face recognition matlab source code, use the matlab version 7.0.1, I do not know whether the smooth implementation of the other versions)
- 2011-05-18 12:56:20下载
- 积分:1