-
GMMandEMandBICProgramm
模式识别
关于GMM+EM+BIC,请运行附件的程序。主程序:VASceneAnalysisFH7_ICMEFull_2009.m
(Pattern Recognition on the GMM+ EM+ BIC, please run the attached file. Main program: VASceneAnalysisFH7_ICMEFull_2009.m)
- 2009-09-20 19:53:59下载
- 积分:1
-
Project20
this is a matlab destination robo using simulink ... there is a demo of how to do it ,, read it and do it yourself have fun
- 2011-05-19 19:18:42下载
- 积分: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
-
capable-of-extracting-keyframes
采用matlab的M文件编程,能够提取交通流中的关键帧(Matlab M-file programming, capable of extracting keyframes in the traffic flow)
- 2013-03-19 09:25:47下载
- 积分:1
-
imageProcessing
image prcessing: histogram, negative, thresholding
- 2009-11-15 08:31:17下载
- 积分:1
-
Physical_Modeling_in_MATLAB
Physical Modeling in MATLAB ebook
- 2013-07-24 22:03:53下载
- 积分:1
-
emd
emd程序,可以用于滤波,得到几个IMF分量,滤掉复杂的波从而分析波的特征(emd program, can be used to filter, get a few IMF component, the complex wave filter to analyze the characteristics of wave)
- 2011-11-30 17:39:33下载
- 积分:1
-
geneticVRP
matlab编程遗传算法代码,解决VRP车辆路径问题(Genetic algorithm matlab programming code to solve VRP Vehicle Routing Problem)
- 2020-10-22 19:17:24下载
- 积分:1
-
PowerFlow
包含潮流求解的所有程序以及IEEE标准数据(其中有牛拉法、PQ分解法、前推回代法、直流潮流)( U5305 u5136 u6L0E u6D1 u6C1 u6C3 u6C3 U5206 u89E3 u6CD2 u3001 u524D u63A8 u56DE u4EE3 u6CD5 u3001 u76F4 u6D41 u6F6E u6D41 uFF09)
- 2017-05-29 13:48:56下载
- 积分:1
-
wav
wav文件读取。包括产生幅度,相位,过零率。内附程序和报告书。(wav file to read. Including the generation of amplitude, phase, zero crossing rate. Enclosing the process and report.)
- 2009-11-16 16:59:20下载
- 积分:1