-
navieBayes
条件独立的有监督朴素贝叶斯分类算法。参数估计,输入训练集和测试集,得到分类结果和分类准确率(naviebayes)
- 2010-01-26 11:39:43下载
- 积分:1
-
APF
APF仿真的matlab工程文件,对于学习APF原理有帮助(APF simulation matlab project files, helpful for learning the principles of APF)
- 2014-09-02 21:46:25下载
- 积分:1
-
Steg
in this project data is hiding by LSB stegnography the shifting opertor is used to shift the data
- 2014-10-05 21:57:50下载
- 积分:1
-
Crystalline-Silicon-Solar-Cells
Crystalline-Silicon Solar Cells
- 2014-12-04 20:25:25下载
- 积分:1
-
figure7
相控阵雷达的MIMO的仿真3,对于雷达中的仿真3(Phased array radar MIMO simulation for radar simulation)
- 2013-04-15 19:57:33下载
- 积分:1
-
GA_program
Genetic Algorithm matlab programs for student
- 2011-01-28 22:36:07下载
- 积分:1
-
pisa
这段程序是披萨伦科谐波分解的程序,包括频率估计和幅度估计(This program is piaLunke procedures, including frequency estimation and magnitude estimation)
- 2011-06-02 22:22:22下载
- 积分:1
-
mtt-cv-mff
气候分析中检验突变的经典程序,如滑动t检验,cv,滑动f检验等(Climate Analysis classic mutation testing procedures, such as sliding t test, cv, sliding f inspection)
- 2013-08-15 18:41:05下载
- 积分:1
-
Fang_Algorithm
Fang算法利用三个基站对信号源位置进行二维的定,是信号源无源定位的一种基本方法。本程序基于MATLAB,对Fang算法定位的过程进行了仿真。希望能对研究无源定位的同志给予帮助。(Fang base algorithm uses three-dimensional location of the source fixed, the signal source is a basic method of passive location. The program is based on MATLAB, Fang algorithm for the simulation process of positioning. Hoping to study passive positioning of the comrades for help.)
- 2011-11-07 18:45:25下载
- 积分:1
-
filter
% y=filter(sig,fmin,fmax)
% 对信号进行理想滤波,可完成低通,带通
% sig为被滤波信号
% fmin为下限频率,当fmin为0时为低通滤波器,当fmin>0时,为带通滤波器
% fmax为上限频率,fmax>fmin
% fs为信号的采样频率
% y为经过滤波后的信号
(% Y = filter (sig, fmin, fmax)% of the ideal signal filtering, to be completed by low-pass, band-pass filter% sig for signal% fmin is the minimum frequency, when fmin for 0:00 for the low-pass filter, when fmin > 0, for the bandpass filter% fmax is the upper limit frequency, fmax> fmin% fs for signal sampling frequency% y for the filtered signal)
- 2009-02-14 20:38:28下载
- 积分:1