-
counter
本例源代码文件由用户按照书中的操作步骤自己生成,“Example-2-1Project_Navigator_Demo源代码”目录下为源代码的参考文件。“Example-2-1Project_Navigator_Democounter”目录下为完整的工程,包括源代码文件、综合与实现的结果文件、ISE工程文件等,可以使用ISE工程管理器打开工程,供读者参考(In this case the source code files by the user in accordance with the steps the book itself is generated, "Example-2-1 Project_Navigator_Demo source" directory as the source code reference document. "Example-2-1 Project_Navigator_Demo counter" directory for a complete project, including source code files, integrated with the realization of the outcome document, ISE project file, etc. You can use ISE Project Manager, open the project for the reader is referred to)
- 2009-09-19 13:53:10下载
- 积分:1
-
regiongrow
说明: 图像处理中的区域生长算法,利用若干种子点的选取进行区域生长。(Image processing region growing algorithm, using several seed points selected for regional growth.)
- 2010-04-19 22:27:58下载
- 积分:1
-
AWGN
AWGN channel simulation without channel coding. Modulation scheme is BPSK. BER curve is provided.
- 2007-10-27 16:52:44下载
- 积分:1
-
svpwm
逆变器使用的svpwm脉冲simulink仿真,脉冲和桥臂开关对应顺序已经注明。(Svpwm pulse inverter using simulink simulation, pulse, and bridge arm switches corresponding order has been noted.)
- 2013-11-27 21:53:15下载
- 积分:1
-
ofdm_signal_wlan
说明: 该程序是用matlab语言实现无线通信领域ofdm的描述,读者可以一试(that the procedure was used Matlab language OFDM wireless communications description, the reader can be a trial)
- 2006-01-17 12:36:43下载
- 积分:1
-
pscadDataProcess
PSCAD程序与MATLAB程序的接口,将PSCAD文件产生的.out文件自动处理到所需matlab的文件格式(PSCAD program interface with MATLAB program , .out file generated by PSCAD automatically processed to the required file format for matlab)
- 2015-03-04 16:13:31下载
- 积分:1
-
chao-xi-tiao-he-fen-xi
本代码可以用于一个月的潮汐调和分析,求出调和常数,并进行潮汐预报。(Month of tidal harmonic analysis)
- 2013-12-30 18:14:57下载
- 积分: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
-
LDPCperformance
LDPC implemented in MATLAB, BPSK performance using LDPC checked
- 2010-02-15 22:46:56下载
- 积分:1
-
sxsy
matlab编写的数值计算程序,用于数学实验方面(Matlab prepared by the numerical calculation program for math experiments)
- 2006-10-22 00:27:41下载
- 积分:1