-
Antenna_Selection_and_Design
设计2.4GHz的短距离无线传输天线的资料(The data for designing 2.4GHz SRD wirless antenna)
- 2009-05-11 14:11:35下载
- 积分:1
-
discriminate
matlab程序,用于去掉二值图像中的单个像素的像素点,保留图像中较大面积的区域(get rid of single pixels in images)
- 2015-03-06 10:47:45下载
- 积分:1
-
mimo-simulate-GUI
主要为一个Gui演示平台,能仿真实现不同psk调制及不同状态数的STTC编码,在命令窗口输入ui_start即可进行(Gui primarily a demonstration platform, to achieve different simulation psk modulation and coding of different states of STTC in the command window can be input ui_start)
- 2013-12-01 18:30:56下载
- 积分:1
-
微电网下垂控制
微电网下垂控制,以及对比了PQ控制分别对微电网控制的影响的matlab仿真实验(Microgrid droop control and MATLAB simulation experiment on the influence of PQ control on Microgrid control are compared)
- 2021-03-18 15:09:20下载
- 积分:1
-
逆傅里叶变化法的MATLAB程序
说明: 美国六级谱转换为时域样本的逆傅立叶变换法MATLAB程序(MATLAB Program of Inverse Fourier Transform Method for Converting Six-Level Spectrum to Time-Domain Sample)
- 2021-03-15 15:49:22下载
- 积分: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
-
HarmonicSpring
this is a mass-spring system that show the animation of mass on vertical spring by changing the initial values
- 2010-12-26 06:15:13下载
- 积分:1
-
matlab
利用matlab来实现多项式的运算,及其各种符号的使用。例如求极限,数值积分,函数的求导等(Using matlab to achieve polynomial operations, and its various symbols are used. Such as finding the limit, numerical integration, function derivation, etc.)
- 2013-10-16 00:06:19下载
- 积分:1
-
RS
RS粗糙集利用,用于特征属性的约减,用matlab实现的。(RS rough set utilized for feature attributes about subtraction, using matlab to achieve.)
- 2013-09-16 22:32:21下载
- 积分:1
-
matlab1
最短路径的计算,是我自己变得,比较适合建模用,希望对大家有用.(The shortest path calculation, is my own to become more suitable for modeling with the hope that be useful to everyone.)
- 2009-12-24 22:32:40下载
- 积分:1