登录
首页 » matlab » on capacity

on capacity

于 2021-03-29 发布 文件大小:38260KB
0 203
下载积分: 1 下载次数: 21

代码说明:

  利用程序通过数值计算得到超奈奎斯特信号处理下的信道容量(Through numerical calculation, the channel capacity of the Faster-than-Nyquist signaling is obtained by numerical calculation)

文件列表:

on capacity
on capacity\alpha = 0.8, beta = [0.2 0.5], T = 0.5(2).fig, 3587, 2017-11-24
on capacity\alpha = 0.8
, beta = [0.2 0.5], T = 0.5, Eve noiseless.fig, 8324, 2017-11-30
on capacity\alpha = 0.8
, beta = [0.2 0.5], T = 0.5.fig, 3264, 2017-11-23
on capacity\calcRcPSD.m, 232, 2017-11-09
on capacity\capacity0.m, 837, 2017-11-09
on capacity\capacity1.m, 1674, 2017-11-09
on capacity\capacity2.m, 2966, 2017-11-24
on capacity\capacity2_1.m, 3079, 2017-11-30
on capacity\fm_alpha_08.fig, 905278, 2017-11-23
on capacity\get_figdata.m, 293, 2017-11-30
on capacity\on_orthogonal.m, 412, 2017-10-27
on capacity\on_orthogonal_1.m, 614, 2017-10-27
on capacity\on_orthogonal_2.m, 543, 2017-10-27
on capacity\RC_L_100_alpha_03_order_1E6_win_hamming.mat, 7711462, 2017-10-27
on capacity\RC_L_100_alpha_03_order_1E6_win_rec.mat, 7698816, 2017-10-27
on capacity\RC_L_100_alpha_05_order_1E6_win_rec.mat, 7688453, 2017-10-27
on capacity\RRC_L_100_alpha_03_order_1E6_win_rec.mat, 7663702, 2017-10-27
on capacity\RRC_L_100_alpha_05_order_1E6_win_rec.mat, 7618429, 2017-10-27

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • xiandai
    说明:  MATLAB的自适应信号处理,可以提高信号处理的软件编程(MATLAB Adaptive signal processing, can improve the signal processing software programming)
    2008-11-17 12:52:59下载
    积分:1
  • MATLAB_JPDA
    JPDA用来进行多目标跟踪的JPDA算法的MATLAB程序包. 跟踪效果还行(JPDA used for multi-target tracking JPDA algorithm MATLAB package tracking performance is also OK )
    2012-04-03 10:13:27下载
    积分:1
  • yichuansuanfa
    遗传算法(Genetic Algorithm,GA)是通过对自然界中生物的遗传和优胜劣汰的进化过程进行模拟与抽象,进而形成的一种自适应全局随机优化搜索方法。遗传算法只需提供目标函数作为寻优信息,它从某一随机生成的初始群体出发,经过选择、交叉和变异等遗传操作后对个体进行适应度评价,保留适应度较强的个体遗传到子代种群中,经过多次的迭代计算求得最优个体,即问题的最优解。本程序采用遗传算法可求解微网优化运行。(Genetic Algorithm is an adaptive global by nature, genetic and biological survival of the fittest evolutionary process simulation and abstract, and thus the formation of stochastic optimization search method. Just provide genetic algorithm optimization objective function as an information, which is generated from a random initial population of departure, after genetic manipulation, such as selection, crossover and mutation of individuals fitness evaluation, retained a strong individual genetic fitness to child on behalf of the population, after several iterations of computing the optimal solution to get the optimal individual, that is the problem. This program uses a genetic algorithm to solve the optimal operation of the micro-network.)
    2021-03-11 18:29:26下载
    积分:1
  • chengxu
    在无线通信体系中,由于开放的通信信道条件,卫星通信系统中通信链路容易受到平均大气条件的影响,尤其是采用Ka波段的高频信号的系统,容易受到降雨造成的雨衰影响,严重影响了系统的有效性和可靠性。(In a wireless communication system, the communication channel open, average atmospheric conditions vulnerable to the communication link in satellite communication system, especially the system of high frequency signal using Ka band, vulnerable to the influence of rain attenuation caused by rainfall, seriously affect the validity and reliability of the system. In digital systems, channel coding is often used to improve reliability, while modulation is used to ensure effectiveness. Low order modulation and large redundancy coding are adopted to improve the reliability.)
    2020-06-30 03:20:02下载
    积分:1
  • smokeseg
    基于matlab工厂烟雾分割程序,付图片 (Segmentation procedure based on matlab factory smoke, pay picture)
    2011-01-05 16:41:48下载
    积分:1
  • filt1D
    超声成像得到的射频信号转换为包络信号时的一维滤波(RF signals into ultrasound imaging to obtain one-dimensional filtering of the envelope signal when)
    2013-12-03 05:06:11下载
    积分:1
  • work_4
    平面波是一种理想的电磁波,许多复杂的电磁波能分解成均匀平面波的叠加形式,研究平面波的传输问题有很强的现实意义,本文利用场匹配法和等效传输线法对平面波入射分成介质问题进行分析,计算出总的反射系数,并利用Matlab软件对频率在0-10GHz的平面波进行了仿真对比,加深了对平面波传输的理解。(Plane wave is an ideal electromagnetic waves, many of the complex electromagnetic waves can break down into a uniform plane wave superposition form, strong practical significance in the study of plane wave transmission problem, this article use field matching method and the equivalent transmission line method for plane wave incident divided into problems with media conduct analysis, calculate the total reflection coefficient, and the use of Matlab software plane wave in the 10GHz frequency simulation compared to deepen the understanding of plane wave transmission.)
    2013-05-17 13:09:15下载
    积分:1
  • FastFloyd
    floyd warshall algorithm
    2010-12-05 23:54:15下载
    积分:1
  • YTY_GA_Final
    To find the largest fitness value and its location 寻找最大适应性及相应的位置! Population N=50;crossover bits=n/2 (half of bits of an individual) with random locations,mutation bits = 4 种群数 N=50,交换位数= n/2, 即个体位数的一半,且位置随机; 变异位数统一取为4; Nc=20,28,36,44,individuals for crossover(交换的个数)。 Nm=1,5,10,15, individuals for mutation(变异的个数)。 (To find the largest fitness value and its location to find the location of the maximum adaptability and the corresponding! Population N = 50 crossover bits = n/2 (half of bits of an individual) with random locations, mutation bits = 4 population size N = 50, exchange digits = n/2, ie half of the median individual, and random position variation is taken as unity median 4 Nc = 20,28,36,44, individuals for crossover (exchange number). Nm = 1,5,10,15, individuals for mutation (the number of variations.))
    2010-12-27 21:23:27下载
    积分:1
  • mean2
    a code to find the mean in 2d
    2012-09-28 15:51:26下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载