-
rectangular_surface
In this program we calculate the scattering field of a infinite rectangular surface. I use Physical Optic method and compare the result with exact solution.
- 2009-03-03 15:16:20下载
- 积分:1
-
bpsk8pskqpsk
二进制移相键控,八进制移相键控和多进制移相键控的matlab源代码(2psk,8psk and Qpsk souce codes)
- 2009-07-20 17:02:34下载
- 积分:1
-
motion
Motion Detection of object and tracking the features
- 2014-11-18 16:59:47下载
- 积分:1
-
GAPID
基于遗传算法的PID参数整定。由系统的阶跃响应曲线可见,系统是稳定的,且调节时间较短。(PID parameter tuning based on genetic algorithm.)
- 2021-01-05 20:08:54下载
- 积分:1
-
cona
fonction permet d extraire les fréquence de la transcription musicale
- 2009-12-06 02:12:22下载
- 积分:1
-
GPSR
无线传感器网路中基于地理位置路由算法(即GPSR)在matlab上的仿真(Location-based wireless sensor network routing algorithm (ie, GPSR) simulation in matlab)
- 2020-10-20 21:47:24下载
- 积分:1
-
matlab(cbir)
一个matlab编的图像检索代码,贡献给大家(cbir bnvbmnb,m)
- 2009-03-11 19:30:05下载
- 积分:1
-
DistEuclidian
this code calculate the euclidian distance.
h = waitbar(0, Distance Computation )
switch nargin
case 1
- 2015-02-09 02:19:06下载
- 积分:1
-
bpsk_awgn
高斯信道下的BPSK信号 对其进行归一化 并求出均值 方差 包络等(Under the Gaussian channel BPSK signals normalized them and obtained such as mean-variance envelope)
- 2009-04-07 16:10:58下载
- 积分:1
-
cut_sample
说明: 使用二分法对样本集进行剪辑,剪辑法的思想,就是将样本集分成训练集与考试集, 利用训练集样本对考试集的样本进行分类(使用近邻法),如果考试集中某个样本分类错误的话,将这个样本删除。在该函数中,使用最近邻法,只进行一次剪辑(遍历完考试集中的样本以后退出)。还有一种重复剪辑法(适用于样本比较多的情况),把样本随机分为多个样本集,将相邻的两个样本前一个作为考试集,后一个作为训练集,调用二分剪辑。所有的样本子集剪辑完毕以后,在递归调用,直到没有样本被剪辑掉,没得讲,重复剪辑的效果肯定好一些。
(The sample sets using the dichotomy of the clips, editing law idea is to sample set into training set and test set, using the training set samples to the test set of samples (using the nearest neighbor algorithm), if the examination focused on a sample of classification error then delete this sample. In the function, use the nearest neighbor method, only once clips (focused on a sample of traversal finished after the exit exam). There is also a repeat clip method (samples are more applicable to the case), the samples were randomly divided into multiple sample set, the two adjacent samples of the former one as a test set, the latter one as a training set, call the two sub-clips. All the samples were a subset of the clips after they have finished, in the recursive call, until there are no samples were clip out, did not have to say that the effect of repeated clips definitely better.)
- 2010-03-19 11:13:13下载
- 积分:1