-
ga_tsp530
matlab 解决免疫问题这个很好用很清楚很明白(matlab)
- 2010-12-29 22:27:52下载
- 积分:1
-
zhaoaiguo
基于PCA的水环境处理程序代码,MATLAB开发环境。(Based on PCA handler code of water environment, the development environment of MATLAB)
- 2014-11-21 11:58:49下载
- 积分:1
-
DTC_22MAS12
this simulationto make table
- 2014-02-23 19:52:43下载
- 积分:1
-
SINR_calculate
空时信号处理过程中,信杂噪比计算的matlab程序(Space-time signal processing, noise ratio SNR calculation matlab program)
- 2020-10-21 16:57:24下载
- 积分:1
-
model-based-inversion
model based seismic inversion
- 2020-10-16 15:37:28下载
- 积分:1
-
M nearest neighbour tours are generated from randomly selected starting
从随机选择的起始点生成M个最近邻巡更
- 2022-05-06 02:39:34下载
- 积分:1
-
EficientQAMmodulationsystemofsoftwaredefinedradiop
在分析高效宽频带变频系统的基础上提出一种可以把变频部分与多种调制方式灵活结合在一起的方法,并以QAM调制为例,给出具体算法.分析结果表明,该方法降低了对处理速率的要求,提高了处理能力(In order to design an efficient and flexible DDC/DUC system,this paper combined the signal processing of DDC/DUC with QAM system and presented a new method based on the analysis of this efficient broadband DDC/DUC system.QAM modulation was taken for example,and a detailed algorithm of a channel system with 0~30 MHz and 60 channels QAM was presented)
- 2010-11-24 20:57:15下载
- 积分:1
-
roots-by-gauss-siedel
this code helps to find roota of equation by gauss seidel method
- 2014-12-24 02:06:45下载
- 积分:1
-
BME
This code describes the blind channel estimation problem for the estimation of different estimation schmes.
- 2012-02-04 16:57:40下载
- 积分:1
-
2D 沃尔什变换
%=======================================================
2-D SEQUENCY(WALSH),DYADIC(PALEY) %函数和
%天然 (阿达玛) 下令快速沃尔什阿达玛变换
%=======================================================
功能 xx = fwht2d(xx)
%功能实现 2D 快速沃尔什阿达玛变换。
矩阵的维度 %必须是 2 的整数幂。
%作者: Gylson 托马斯 ·
%电子邮件: gylson_thomas@yahoo.com
%助理教授,电气和电子工程部。
工程 Kuttippuram %mes 高等专科学校
%,印度喀拉拉邦,2005 年 2 月。
%版权所有 2007年。
N = length(xx) ;
i = 1: n
xx1(i,:) = fhtseq(xx(i,:)) ;
结束
由 fhtdya 的并矢秩序和 fhtnat 的自然顺序 %替换 fhtseq
xx = zeros(N) ;
j = 1: n
xx(:,j) = fhtseq(xx1(:,j)")" ;
结束
%-------------------------------------------------------
%1 D 序列 (Walsh) 下令快速沃尔什阿达玛变换
%-------------------------------------------------------
函数 x=fhtseq(data)
x=bitrevorder(data) ;
N=length(x) ;
k1 = N;k2 = 1 ;k3 = N/2 ;
为 i1=1:log2(N)
L1 = 1 ;
- 2023-06-21 16:55:03下载
- 积分:1