-
Generatesignal
产生随机导频信号的程序 能利用此基本的来帮助进行复杂的编程(Generate random pilot signal)
- 2010-02-23 22:31:47下载
- 积分:1
-
matlab
总结了最基本和最常用的mattlab源码,很实用(Summarizes the most basic and most common mattlab source, it is practical)
- 2014-02-07 16:17:04下载
- 积分:1
-
MATLABanalysis-and-Application
《MATLAB统计分析与应用》程序与数据有聚类分析、判别分析、主成分分析、因子分析、方差分析、数据拟合、Copula理论等(Statistical analysis and application of "MATLAB" program and data clustering analysis, discriminant analysis, principal component analysis, factor analysis, variance analysis, data fitting, such as Copula theory)
- 2012-04-12 10:44:55下载
- 积分:1
-
chap6_03_VB_GPC_NoIden
基于VB环境下的递推增广最小二乘法参数估计(VB Environment Based on Recursive Extended Least Squares Parameter Estimation)
- 2009-10-30 14:49:22下载
- 积分:1
-
半不变量法概率潮流计算 CMPPF IEEE34
实现半不变量法概率潮流计算,并与蒙特卡洛模拟法作比较(Probabilistic power flow based on cumulants, compared with monte-carlo simulink method)
- 2021-05-09 17:58:35下载
- 积分:1
-
viterbi
matlab仿真中的(2,1,2)卷积码和维特比译码的码源。(matlab simulation (2,1,2) convolutional code and Viterbi decoding of the code source.)
- 2012-04-26 13:46:25下载
- 积分:1
-
disklib
Due to an increase in demand for and questions about direct disk
access for Micrososft platforms, and due to the fact that Microsoft
has no API for direct disk access, I am releasing this library
much earlier than I intended at that start. I am still working on
this code.
(Due to an increase in demand for and questio ns about direct disk access for Micrososft plat forms, and due to the fact that Microsoft has no API for d Direct disk access, I am releasing this library much earlier than I i ntended at that start. I am still working on this code.)
- 2006-05-31 01:18:58下载
- 积分:1
-
New--GP-programming
一种新的改进的遗传编程,调用的子函数描述的很清晰,涵盖了经典遗传编程的所有步骤,方便大家的学习和参考(A new and improved genetic programming, call the subroutine described in very clear and covers all the steps of classical genetic programming, we facilitate learning and reference)
- 2011-05-08 18:08:25下载
- 积分:1
-
0101001
实现人员出入管理,输入和输出,人员的添加,管理!(to made the people s manage!)
- 2009-12-26 20:29:23下载
- 积分:1
-
viterbi-matlab
卷积编码器g1=111,g2=101
x为输入的待译码序列
x=[1,0,1,0,0,1,0,0,0,1,0,1,1,1]
x=[1,1,0,1,0,1,1,0,0,1]
x=[1,1,1,0,0,0,1,0,1,1]
a=size(x) 输入序列的长度
s=a(2)/2 译码后的m序列长度为x的一半
m=zeros(1,s) 最终结果存放
ma=zeros(1,s+1) 存放Fa路径的
mb=zeros(1,s+1) 存放Fb路径的
mc=zeros(1,s+1) 存放Fc路径的
md=zeros(1,s+1) 存放Fd路径的(viterbi decoder)
- 2015-04-20 17:06:18下载
- 积分:1