-
gold-sequence
m序列产生子函数
gold序列产生子函数
自相关函数和互相关函数计算子函数
调用子函数[s,k,pn]=m(c,b0)产生第二条m序列(function [Rm]=Rm(golda,goldb) 自相关函数和互相关函数计算子函数
N=11
n=2^N-1
Rm(1)=sum(golda.*goldb)/n
for k=1:n-1
Rm(k+1)=sum(golda.*circshift(goldb,[0,k]))/n
end
Rm )
- 2011-04-30 17:53:27下载
- 积分:1
-
MATLABmmm
排队论 MMm 单队多服务 程序化模拟;单服务台;等待时间;排队论(MMm FCFS 程序化模拟;单服务台;等待时间;排队论)
- 2010-05-16 04:19:16下载
- 积分:1
-
decodingforsphere
This a a sphere decoding function. It has low complexity.
- 2012-11-17 20:34:38下载
- 积分:1
-
MIMO
信道建模 仿真程序收集和整理,供参考,MIMO,信道建模MATLAB程序(Channel modeling and simulation program to collect and organize, for reference, MIMO, channel modeling program MATLAB)
- 2014-02-20 17:17:43下载
- 积分:1
-
Lab9a-Interference-analysis
Understanding Interference Effect in communication systems.
- 2014-08-25 17:47:08下载
- 积分:1
-
momentum
Matlab策略之动量策略,根据前P个月的收益率,选取股票收益率最高和最低的组合买入,并持有Q个月(Matlab strategy momentum strategies, based on the previous month yields P, select the highest and the lowest stock returns a combination of buy and hold Q Months)
- 2021-02-07 22:29:55下载
- 积分:1
-
HMM_Backward
马尔可夫链中的模型中的解码问题,用后向算法是简单有效的算法(HMM-BACKWORD)
- 2009-11-30 15:22:59下载
- 积分:1
-
Matlab_workshop4
introduction to matlab part 4 and examples
- 2009-06-04 00:30:37下载
- 积分:1
-
matlab-GA-not-have-improve
这是可以解决tsp问题的遗传算法的matlab,产生初始群体是没采用改良圈法代码,有测试数据,可供参考学习(this is a generic algorithm for tsp)
- 2012-11-05 09:19:03下载
- 积分:1
-
powerflow
基于牛顿-拉夫逊法的电力系统潮流计算程序,matlab(Based on the Newton- Raphson method of power flow calculation program, matlab)
- 2009-03-17 18:23:23下载
- 积分:1