-
Median_filter
median filter in the matlab software
- 2010-01-02 20:23:35下载
- 积分:1
-
tutorial-matlab
tutorial to make functions and other utilities in Matlab
- 2011-08-26 07:09:56下载
- 积分:1
-
lssvm
最小二乘支持向量机对数据进行分类,求出精确度,用于故障诊断(Least Square Support Vector Machine classifies the data and finds out the accuracy for fault diagnosis.)
- 2020-06-23 19:00:02下载
- 积分:1
-
teletraffic-2.1
Tele traffic using matlab
- 2010-12-08 02:45:23下载
- 积分:1
-
PN码产生1
MATLAB的源程序,包括产生随机传输数据data的子程序,eject_seq发射序列子程序,BPSK调制序列产生子程序,产生pn1序列的子程序,利用积分法实现BPSK解调,均衡pn1序列的子程序.(MATLAB source, including random data transmission of data subroutine, eject_seq launch sequence subroutine, BPSK modulation sequence generated subroutine, have Promoters sequence subroutine, use integral method to achieve BPSK demodulation, balanced Promoters sequence subroutine.)
- 2005-05-18 10:19:40下载
- 积分:1
-
MATLAB
详细的介绍了FIR滤波器的结构,对于初学者来说这是一篇不错的代码,结合matlab开发环境(Detailed description of the structure of the FIR filter, for beginners, this is a good code, combined with
matlab development environment)
- 2012-01-05 14:24:49下载
- 积分:1
-
xian
运用matlab软件,编程运算,进行回归分析(Use matlab software, programming operations, the regression analysis)
- 2013-09-14 10:15:19下载
- 积分:1
-
MatchFilterLFM
高分辨率雷达 距离向压缩算法滤波器设计 三种方法 全面设计(clc
clear all
close all
2013年9月28日
---------------参数----------
Tr=42e-6
fs=9.5e6
K=0.7e11
Nfft=2048
-------------匹配滤波 时域生成--------------
t=(-Tr/2+1/fs:1/fs:Tr/2-1/fs)
w = kaiser(length(t),2.5)
w=w
w = ones(1,length(t))
ht1=w.*exp(-1i*pi*K*t.^2)
ht2=w.*exp(1i*pi*K*t.^2)
hf1=fft(ht1,Nfft)
hf2=fft(ht2,Nfft)
figure
subplot(211)
plot(abs(hf1))
title( 匹配滤波器1 幅频响应 )
subplot(212)
plot(phase(hf1))
title( 匹配滤波器1 相位 )
figure
subplot(211)
plot(abs(hf2))
title( 匹配滤波器2 幅频响应 )
)
- 2013-10-12 22:32:06下载
- 积分:1
-
kaerman
用卡尔曼滤波器实现目标追踪,利用蒙特卡洛的方法对跟踪滤波器进行仿真分析,次数为1000次
(Kalman filter to achieve target tracking, using the Monte Carlo method of tracking filter simulation analysis, the number is 1000 times)
- 2013-09-03 17:16:41下载
- 积分:1
-
MATLABABCv2
Matlab based Artificial Bee colony algorithm implementation. It s the newest version with all the supportive files.
- 2012-06-09 02:40:51下载
- 积分:1