-
qam
一个关于qam调制方法的小程序,是用matlab语言编写的(Qam modulation method on a small program is written in matlab)
- 2009-11-10 18:06:55下载
- 积分:1
-
fenzhi
#include <iostream.h>
int main()
{
int i(0),sum(0)
while (i<=100)
{
sum=sum+i
++i
}cout<<"sum="<<sum<<endl
return 0;
}
- 2009-12-11 22:03:44下载
- 积分:1
-
PID-optimization
基于Matlab的PID参数最优化设计(fminsearch单纯形法)(Matlab-based design of PID parameter optimization (fminsearch simplex method))
- 2011-10-20 16:11:29下载
- 积分:1
-
psoshj
pos算法,微粒群优化算法解决函数优化问题,程序就是解决函数优化问题。(pos algorithm, particle swarm optimization algorithm to solve the function optimization problem, the procedure is to solve function optimization problems.)
- 2013-11-07 15:13:53下载
- 积分:1
-
matlab_stereo
matlab源代码,利用作图建立引导滤波器,对粗深度图进行修缮,效果极好,附测试样例。(matlab source code, the use of mapping to guide the establishment of filter, coarse depth map for repairs, excellent results, with the test sample.)
- 2015-02-13 21:48:38下载
- 积分:1
-
POTDCsumrate
这里给出了双向中继系统基于AF协议下的relay beamforming 优化算法,仿真重现了一篇transactions上的文章(Relay beamforming simulation of two-way relay communication under AF protocol, the simulation is for a paper on transactions, it put forward three kinds of optimization algorithm.)
- 2021-02-26 14:29:37下载
- 积分:1
-
cexiang
通过侧向的定位方法,这对无源定位跟踪的学者十分有用(Through the lateral positioning method, which the scholars of passive location and tracking is useful)
- 2021-04-01 18:19:08下载
- 积分:1
-
PeriodogramBT
周期图法,bt进行功率谱估计,matlab仿真程序(Periodogram, bt power spectrum estimation, matlab simulation program)
- 2013-05-02 19:05:33下载
- 积分:1
-
dijkstra
基于dijkstra算法求最短路径,可以求任意两点间的最短路径(use dijkstra to solut the shortest path)
- 2010-08-28 09:37:10下载
- 积分:1
-
Wiener
设计一维纳滤波器
(1)产生三组观测数据:首先根据s(n)=a s(n-1)+w(n)产生信号s(n),将其加噪(信噪比分别为20dB,10 dB,6 dB),得到观测数据x1(n), x2(n), x31(n).
(2)估计xi(n),i=1,2,3的AR模型参数。假设信号长度为L,AR模型阶数为N,分析实验结果,并讨论改变L,N对实验结果的影响。
(A Wiener filter design (1) to produce three sets of observations: first generating a signal s (n) according to s (n) = as (n-1)+w (n), to add noise (20dB SNR, respectively , 10 dB, 6 dB), to obtain observational data x1 (n), x2 (n), x31 (n). (2) estimate xi (n), i = AR model parameters 1,2,3. Assuming the signal length L, AR model of order N, analysis of experimental results and discuss the impact changing L, N of the experimental results.)
- 2013-11-26 21:53:25下载
- 积分:1