-
tssf
Script to simulate a digital full-state-feedback tracking system.
- 2008-06-08 23:14:47下载
- 积分:1
-
work
this is a matlab code for zooming image
- 2010-03-02 12:37:07下载
- 积分:1
-
chap01_7
先进pid matlab 仿真 刘金琨 第版 第一章程序 pid matlab simulink liujinkunc hap01_7.rar
- 2009-07-17 21:25:42下载
- 积分:1
-
fdct_usfft_matlab
采用非均匀空间抽样法,进行曲波变换的工具箱,带有几个例子(Non-uniform spatial sampling, for curvelet transform toolbox, with a few examples)
- 2010-06-10 18:49:01下载
- 积分:1
-
TEACHINGGENETICALGORITHMUSINGMATLAB
Teaching Genetic Algorithm Using Matlab
- 2010-06-28 22:19:38下载
- 积分:1
-
MIMO
采用漫反射传输设置时,室内无线光信道的MIMO(Multiple-Input Multiple-Output)的传输特性。(MIMO Characterization of Indoor Wireless Optical Link Using a Diffuse-Transmission Configuration)
- 2011-04-28 12:07:30下载
- 积分:1
-
matlab
程序相当有用,可用于数学建模中。数据是实例,程序浅显易懂。(Program is useful for mathematical modeling. Data instance, the program easy to understand.)
- 2013-09-07 09:44:59下载
- 积分:1
-
Ap
说明: 采用正交投影生成子空间算法来进行最大似然估计,程序已经运行出结果。可以放心使用(Orthogonal subspace projection algorithm for generating maximum likelihood estimates, the program has run out of results. Safe to use)
- 2011-11-15 09:40:28下载
- 积分: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
-
filternotch
说明: 用于信号滤波,要事先给出滤波器系数,给出心电加上正弦干扰信号的滤波过程。(For signal filtering, to filter coefficients is given in advance, given ECG+ sinusoidal interference signal filtering process.)
- 2010-04-10 22:47:27下载
- 积分:1