qpsk通过瑞利衰落信道和高斯信道子程序 免费提供的,随便下载
2021-11-13 16:26:59 3KB 子程序
1
概率密度函数 分布概率密度函数(PDF)。 随机变量的(PDF)为 其中sigma是比例参数。 安装 $ npm install distributions-rayleigh-pdf 要在浏览器中使用,请使用 。 用法 var pdf = require ( 'distributions-rayleigh-pdf' ) ; pdf(x [,选项]) 评估分布的(PDF)。 x可以是 , array ,typed array或matrix 。 var matrix = require ( 'dstructs-matrix' ) , mat , out , x , i ; out = pdf ( 1 ) ; // returns ~0.607 out = pdf ( - 1 ) ; // returns 0 x = [ 0 , 0.5 , 1 , 1.5 , 2 , 2.5
2021-11-13 16:10:56 78KB JavaScript
1
Given symmetric matrices B,D ∈ R n×n and a symmetric positive definite matrix W ∈ R n×n , maximizingthe sum of the Rayleighquotientx ? Dx andthe gener- alized Rayleigh quotient x ? Bx x ? Wx on the unit sphere not only is of mathematical interest in its own right, but also finds applications in practice. In this paper, we first present a real world application arising from the sparse Fisher discriminant analysis. To tackle this problem, our first effort is to characterize the local and global maxima by investi- gating the optimality conditions. Our results reveal that finding the global solution is closely related with a special extreme nonlinear eigenvalue problem, and in the spe- cial case D = μW (μ > 0), the set of the global solutions is essentially an eigenspace corresponding to the largest eigenvalue of a specially-defined matrix. The characteri- zation of the global solution not only sheds some lights on the maximization problem, but motives a starting point strategy to obtain the global maximizer for any monoton- ically convergent iteration. Our second part then realizes the Riemannian trust-region method of Absil, Baker and Gallivan (Found. Comput. Math. 7:303–330, 2007) into a practical algorithm to solve this problem, which enjoys the nice convergence prop- erties: global convergence and local superlinear convergence. Preliminary numerical tests are carried out and empirical evaluation of its performance is reported.
2021-11-11 11:27:29 2.91MB 广义瑞利商
1
瑞利衰落matlab代码Simulation_wireless_channels 多径衰落信道的仿真:Jake仿真器的改进 在此存储库中,可以找到在2016/2017学年期间在帕多瓦大学修读的“无线通信”课程的专业项目。 说明:Matlab实现了瑞利和里奇通道的几个模拟器。 如何使用代码:-打开以下两个文件夹中的“ Rician”或“ Rayleigh”-运行“ main.m”以启动仿真 作者:Ciprian Matteo,Guglielmo Camporese
2021-11-09 19:50:21 41.1MB 系统开源
1
资源分配
2021-11-09 17:14:02 204KB matlab
1
瑞利分布杂波
2021-11-09 17:09:22 2KB 波位编排
1
瑞利信道下的LDPC码的仿真程序,译码的。
2021-11-05 22:26:25 19KB 瑞利信道 译码
1
Rayleigh 信道和AWGN信道下BPSK的误码率分析matlab仿真
2021-11-01 21:02:17 2KB BPSK BER 瑞利信道 AWGN
1
ALAMOUTI 执行蒙特卡罗模拟并估计 Alamouti 方案 [1] 在瑞利信道上的误码率 (BER)。 该方案假定 2 个发送 (Tx) 和任意数量的接收 (Rx) 元素。 如果Rx = 1(一个接收元素),则将ALAMOUTI转换为具有最大比率组合(MRC)的2阶发送分集方案。 调制格式为任意阶数 M 的 MPSK,可由用户控制。 使用内置的图形用户界面 (GUI) 输入仿真参数,其中包含: 1. 要传输的来自两个 Tx 元素的对符号数量:N。该数量应至少是预期 1/BER 的 10 倍,以提供低估计误差。 2. MPSK 阶 M,必须是 2 的幂。 3. 信噪比 (SNR),单位为 dB,是一个 Rx 元件的平均接收功率与该元件的噪声功率之比。 4. 用户不能改变的发射元素数量Tx=2。 5.接收元件Rx的数量可以是任意的。 该程序不会检查进料参数的格式,也不会发
2021-10-28 10:26:12 6KB matlab
1
此代码计算瑞利信道中 16-QAM 的 BER 值。 您可以将 BER 图与来自 MATLAB BER TOOL 的理论值进行比较。
2021-10-27 11:00:14 2KB matlab
1