CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - QAm constellation

搜索资源列表

  1. QAM128_mod1

    1下载:
  2. matlab下的128QAM基带调制仿真,并绘制星座图-matlab under 128QAM baseband modulation simulation, and the mapping of constellation diagram
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:930byte
    • 提供者:ll
  1. OFDM_4qam

    0下载:
  2. OFDM仿真程序,采用4QAM星座映射方式-OFDM simulation program, using Constellation Mapping 4QAM
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1.01kb
    • 提供者:刘喆
  1. hqam

    1下载:
  2. 16QAM系统的调制,解调的仿真。作出星座图及调制,解调信号的波形,输出信号的功率谱,眼图及误码率曲线。-16QAM system, modulation, demodulation of the simulation. Make a constellation and the modulation, demodulation waveform, the output signal of the power spectrum, eye diagram and BER curves.
  3. 所属分类:Other systems

    • 发布日期:2016-01-21
    • 文件大小:2.26kb
    • 提供者:potato
  1. blind

    0下载:
  2. 实现信号处理中QAM调制、过信道、解调部分。其中QAM调制部分可改符号点数,M阶数,信道加高斯白噪声、时延、多径,调制解调均有星座图。通过本代码,可学习QAM调制解调,或者通信系统的知识。-To achieve QAM modulation, signal processing over channel, a demodulation section. QAM modulation section can be changed symbolic points M order channel ad
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:1.42kb
    • 提供者:Michael
  1. 1

    2下载:
  2. 2PSK-32PSK、QAM的调制程序集合和识别,用于通信系统调制、仿真、星座图识别-2PSK-32PSK, QAM modulation procedures for the collection and identification, for communication systems modulation, simulation, constellation identification
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:8.92kb
    • 提供者:lan
  1. OFDM_matlab

    1下载:
  2. 该程序基本涵盖了OFDM-16QAM系统传输的全过程,除了调制解调外,有添加循环前缀,加窗的过程。生成图像有各个阶段的时域、频域图,以及发射前后的星座图。-This basically covers the whole process of OFDM transmission- 16 qam system, in addition to the modem, have add cyclic prefix, plus the window procedure. Generate the image
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:4.84kb
    • 提供者:刘晨
  1. QAM

    0下载:
  2. 数字通信中有许多调制方式,16QAM是常用的一种,它是幅度和相位联合键控。QAM调制包括了16QAM、32QAM、64QAM、56QAM等,这段代码仿真了16QAM的星座图,误码率和误比特率,显示了它们之间的联系,对于学习QAM调制的性能分析有用。-This code simulation 16 qam constellation diagram, bit error rate and bit error rate, and shows the links between them,
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.71kb
    • 提供者:卢松品
  1. qam-qpsk

    0下载:
  2. qam调制与解调仿真误码率曲线和星座图 qpsk调制与解调仿真误码率曲线和星座图-QAM modulation and demodulation simulation BER curves and constellation diagram QPSK modulation and demodulation simulation BER curves and constellation diagram
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6.14kb
    • 提供者:孙凯飞
  1. Qam16

    1下载:
  2. 16QAM的调制与解调。眼图、矢量星座图、解调波形、误码率、simulink-16 qam modulation and demodulation. Eye diagram, vector constellation diagram, demodulation waveform, ber and simulink
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:10.72kb
    • 提供者:钱江
  1. OFDM_mode

    0下载:
  2. Normalization Factor Kmod Modulation Scheme Value kmod here is a normalization constant or scale factor applied to the hard decision based on the sub-carrier constellation being used,such as BPSK, QPSK, 16-QAM or 64-QAM such that each of the sub-
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.7kb
    • 提供者:淘爱57
  1. 2PSK-32PSKQAM的调制程序集合和识别

    2下载:
  2. 在通信系统中实现各种MPSK QAM调制,并具有仿真图和星座图(Implement all kinds of MPSK QAM modulation in the communication system, and have simulation and constellation)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:8kb
    • 提供者:tsxywy365
  1. FBMC

    0下载:
  2. /* A C++ version of Matlab's qamdemod(y, M, varargin) * Align each symbol to the nearest constellation points by minimum Euclidean distance. * The function only consider rectanglular constellation diagram and grey code. * The input is assum
  3. 所属分类:其他

    • 发布日期:2018-04-23
    • 文件大小:1kb
    • 提供者:EsonJohn
  1. qam_16_kmeans

    1下载:
  2. 1. 在matlab中,对k均值聚类算法的原理进行仿真实现; 2. 在不同信噪比下,比较接收QAM信号的星座图; 3. 对接收的星座图使用K均值算法进行均衡,比较使用算法和不使用算法直接解调的误码率。(1.we simulate the principle of K means clustering algorithm in MATLAB. 2. the constellation diagram of receiving QAM signals is compared at
  3. 所属分类:其他

    • 发布日期:2020-10-21
    • 文件大小:4kb
    • 提供者:wangjiawei
搜珍网 www.dssz.com