资源列表
[matlab例程] pm
说明:PM的一种常用的实现方法是用调制信号控制谐振回路或移相网络的电抗或电阻元件以实现PM。-Generation of time signal from wave spectrum (Jonswap,PM,etc.) and re-build wave spectrum.very good,you have look for best for your study!I hope help you to the job Simple program for time signal generat<胡发刚> 在 2025-11-21 上传 | 大小:2kb | 下载:0
[matlab例程] LDPC
说明:LDPC码是通过校验矩阵定义的一类线性码,为使译码可行,在码长较长时需要校验矩阵满足“稀疏性”,即校验矩阵中1的密度比较低,也就是要求校验矩阵中1的个数远小于0的个数,并且码长越长,密度就要越低。 -LDPC Coding with PSK modulation in Rayleigh fading channel Most of the functions are built in matlab functions found in the comm. toolbox. These<胡发刚> 在 2025-11-21 上传 | 大小:2kb | 下载:0
[matlab例程] MATLAB-energy-source-chaos
说明:典型的能源系统的混沌三相图,包含函数的设定以及x-y-z,x-t,y-t,z-y的图像模拟-Typical chaotic phase diagram of the energy system, contains a set of functions as well as xyz, xt, yt, zy image simulation<李旭> 在 2025-11-21 上传 | 大小:2kb | 下载:0
[数据结构常用算法] strassen
说明:Strassen要求阶n是2的幂,但这样的情况很少。对任一偶数n,总有 n=m*2k, 将矩阵分为m*m个的2k阶矩阵。小矩阵用Strassen相乘,大矩阵用传统算法。设计出偶数阶矩阵相乘的算法。 -Strassen requires order n is a power of 2, but this situation is seldom. On either an even number n, out of a total of n = m* 2k, the matrix is R<yan> 在 2025-11-21 上传 | 大小:2kb | 下载:0