-
ECGFiltering
用于心电信号滤波,峰值检测,相位检测中值检测(For ECG filtering, peak detection, phase detection value Detected)
- 2009-03-24 09:39:18下载
- 积分:1
-
vgg_matlab
matlab code for vgg matlab
- 2013-01-31 02:34:31下载
- 积分: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
-
RobustPAST_Tracking
PAST算法,利用PAST算法实现信号来波方向角估计。文件还为MUSIC, ESPRIT算法一起进行了仿真比较。(PAST algorithm, using PAST algorithm for signal DOA angle estimation. The document also is MUSIC, ESPRIT algorithms were simulated and compared together.)
- 2021-04-01 10:19:08下载
- 积分:1
-
mfa
用于盲信号分离的原代码,可以根据输入源信号的基本统计特征,由观测数据进行信号分离,最终恢复出源信号。
(Blind signal processing has become an emerging subject in signal processing in these years, which depends on the source signal statistical characteristics to separate the signals from the observation data and recovers the source signals in the end.
)
- 2010-12-19 22:02:05下载
- 积分:1
-
GAtoolbox
压缩包里是matlab三个著名工具箱的一些教程,包括gaot,BSheffield大学gatbs工具箱,matlab自带的gads,还有工具箱的安装方法。(Three well-known compression bag is matlab toolbox tutorials, including gaot, BSheffield University gatbs toolbox, matlab built-gads, there Toolbox installation.)
- 2011-06-01 14:57:25下载
- 积分:1
-
LIM-simulation
LIM simulation in M file and simulink
- 2014-11-13 05:52:34下载
- 积分:1
-
chap10
关于用遗传算法改进BP神经网络的matlab实现(转引)
ga优化神经网权值&阈值程序。
优化的基本原理和过程很多论文可以查到,在此不必赘述我就把用gaot5的小程序贴在下面吧,也是y=1/x(为看的方便,比较繁杂的也有) (About matlab improved BP neural network using genetic algorithm implementation (quoted) ga optimizing neural network weights & Threshold Program. Optimization of the basic principles and procedures can be found in many papers, this does not have to go into details, I' ll stick with gaot5 small program below it, is y = 1/x (for watching convenience, there are also more complicated))
- 2014-11-19 17:51:53下载
- 积分:1
-
ZXingDemo
它详细介绍了如何利用ZXing编写一个二维码的编码程序(It details how to use ZXing to write a two-dimensional code encoding process)
- 2013-12-11 19:08:43下载
- 积分:1
-
kemWhite
KEM algorithm speech enhancement Gannot
- 2011-01-20 01:39:43下载
- 积分:1