-
bayesclassifier
基于贝叶斯分类器的牙周病诊断系统,用matlab实现(Bayesian classifier based on periodontal diagnostic system, using matlab to achieve)
- 2007-12-04 11:21:53下载
- 积分:1
-
capacity_water
multiple input multiple output capacity
- 2011-06-21 23:44:24下载
- 积分:1
-
PF_codes
基于粒子滤波,实现海面船只控制,滤除波动干扰,含建模和仿真,包括主程序和子程序(sea boat tracking and control based on PF)
- 2012-05-29 22:26:03下载
- 积分:1
-
information-hiding
采用MATLAB实现图像信息隐藏。将文本信息,通过DCT和LSB算法嵌入到二维图像中实现信息隐藏。(hide information into voice signal with the methods of DCT and LSB)
- 2021-04-22 23:18:48下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
CNM-algorithm
CNM算法实现的快速社团检测,方便快捷好用(CNM Fast community detection based on the algorithm is convenient, fast and easy to use.)
- 2019-04-22 16:18:54下载
- 积分:1
-
eqbereval
对线性均衡、判决反馈均衡和最大似然序列估计均衡等三种方法的实现和误码率的分析。(Of linear balanced, decision feedback equalizer and maximum likelihood sequence estimation of three methods such as balanced realization and BER analysis.)
- 2007-08-03 15:09:33下载
- 积分:1
-
avgmodepfc
用MATLAB M语言实现平均电流模式控制的PFC数学模型。运行该程序后可看到电流,电压波形。(Using MATLAB M language to achieve an average current-mode PFC control, mathematical model. After running the program to see current and voltage waveforms. )
- 2010-02-28 17:28:05下载
- 积分:1
-
UWB-multipath-simulation
在MATLAB中对超宽带波形设计中产生其前十五阶导数的仿真程序及多径传播的仿真程序(In MATLAB, the design of ultra-wideband waveform generation derivative of its first fifteen simulation program and multi-path propagation of the simulation program)
- 2011-04-28 11:38:44下载
- 积分:1
-
AMP
APPROXIMATE MESSAGE PASSING ALGORITHM
- 2020-11-09 14:49:46下载
- 积分:1