-
NoiseRemoval
noise removal by open close filter
- 2010-10-06 16:40:45下载
- 积分:1
-
anglemod
simulation of Angle modulation (FM & PM)
- 2010-11-07 20:50:31下载
- 积分:1
-
MKabrupt0
Mann-Kendall突变检验的matlab程序,设置的置信度95 ,当然这个很容易自己调整(Mann-Kendall mutation test matlab program, set 95 confidence level, of course, this is very easy to make their own adjustments)
- 2012-07-05 14:21:55下载
- 积分:1
-
0479-8023(2012)03-0405-06
基于Malvar窗时频谱的反Q滤波方法0479-8023(2012)03-0405-06(Seismic Inverse Q Filíering U sing Malvar Window based Time-Frequency Analysis)
- 2014-02-04 18:05:28下载
- 积分:1
-
Chien搜索BCH译码算法
说明: %inverstable
inverse_tb = gf(zeros(1, t+1), m);
for i=1:t+1,
inverse_tb(i) = alpha^(-i+1);
end;
%chien's search
lambda_v = zero;
accu_tb=gf(ones(1, t+1), m);
for i=1:n,
lambda_v=lambda*accu_tb';
accu_tb = accu_tb.*inverse_tb;
if(lambda_v==zero)
error(1,n-i+1)=1;
else
error(1,n-i+1)=0;
end
end
found = find(error(1,:)~=0)
- 2021-04-23 11:08:47下载
- 积分:1
-
fmean
说明: 使用FCM对数据进行分类,数据使用随机数据。(FCM was used to classify the data and random data was used.)
- 2020-12-02 20:16:04下载
- 积分:1
-
SAR-RD
关于合成孔径雷达成像的非常好的论文。原理分析清楚详细,易懂(On synthetic aperture radar imaging of very good papers. Principles of clear and detailed, easy to understand)
- 2010-08-31 14:20:14下载
- 积分:1
-
ring-current-magnetic-point-charge
环形电流磁感应强度的分布,点电荷等势面的分布、两个点电荷感应强度的分布(The distribution of the potential surface of the ring current distribution of the magnetic induction, the point charge, two point charge distribution of the flux density)
- 2012-05-03 15:02:02下载
- 积分:1
-
MergeSort
Merge sort algrorithim implemementation in C#, and making use of mulitiple processors with MPI specification
- 2014-08-24 23:36:56下载
- 积分:1
-
supercontinuum
关于拉曼光纤激光器超连续谱的仿真程序,欢迎大家下载楼!(this is about supercontinue spectrum.)
- 2021-04-12 15:28:57下载
- 积分:1