-
tdoa
时延估计算法 互相关
自适应滤波法 (TDE
TIME DELAY ESTIMATION)
- 2021-05-16 17:30:02下载
- 积分:1
-
信号处理matlab
说明: 自己编写的信号产生和处理软件,以matlab7为平台。可以实现确定信号和非确定信号的产生,各种滤波器的设计,对信号的频谱分析,滤波后信号的频谱分析等功能。有利于信号与系统、数字信号处理相关课程的学习与理解。(themselves prepared and have the signal processing software to matlab7 platform. Determine signal can be achieved and identify signals the emergence of various filter design, the signal spectrum analysis, after filtering signals in the spectrum analysis capabilities. Help signal and systems, digital signal processing-related courses of study and understanding.)
- 2006-01-30 20:03:56下载
- 积分:1
-
chap2
基础PID控制的matlab仿真源代码。适合入门学习。(Basic PID control matlab simulation source code. Suitable for study entry.)
- 2013-04-28 09:23:09下载
- 积分:1
-
complex-net
复杂网络的matlab程序,包括bnet,nn net和nw net共8个.m文件组成。(compclex network)
- 2014-01-02 20:50:29下载
- 积分:1
-
HW3
a cart and pole. The inverted pendulum is a classic problem in dynamics and control theory and is widely used as a benchmark for testing control algorithms. In this report
- 2012-12-30 17:02:19下载
- 积分:1
-
B.TECH-PROJECT-PRESENTATION
WIND FORECASTING AND CHOOSING OF TIME SEIRES MODEL
- 2011-10-12 16:54:47下载
- 积分:1
-
SNorm
MATLAB FUZZY BASIC OPERATIONS
- 2014-02-18 00:09:50下载
- 积分:1
-
zuixiaoercheng
matlab 最小二乘法插值!matlab 最小二乘法插值!matlab 最小二乘法插值!(matlab zuixiaoerchengfachazhi.matlab zuixiaoerchengfachazhi.)
- 2010-06-03 15:21:42下载
- 积分: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
-
Bassel
前面搞错了,把五个文件一起打包上传了,现在一个一个传
贝塞尔Bassel滤波器的离散滤波算法 模拟程序
程序头上有详细的注释和使用说明(Made a mistake in front of the pack with five file upload, and now one by one Chuan Bassel filter discrete Bessel filter head simulation program procedures detailed notes and use)
- 2008-06-12 02:21:11下载
- 积分:1