CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 通讯编程 搜索资源 - m-m

搜索资源列表

  1. rs32_28_v1_1_tar

    0下载:
  2. RS码是Reed-Solomon 码(理德-所罗门码)的简称,它是一类非二进制BCH码,在RS码中,输入信号分成k·m比特一组,每组包括k个符号,每个符号由m个比特组成-RS Reed-Solomon codes (Li-teh-Solomon code) in the short, it is a non-binary BCH, the RS code, the input signal into a bit k m groups, each including k symbols, each
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:94208
    • 提供者:姚中华
  1. BCJR_turbo

    1下载:
  2. Turbo码的BCJR 算法 将通过观察离散无记忆信道(DMC) 中的M arkov 信源的接收序列, 经过计算, 给出每符号(状态) 最小 差错概率的符号(状态) 序列。-Turbo Codes BCJR algorithm by observing without discrete memory accesses (DMC), M arkov source reception sequence, calculated, given every sign (state), the
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:181832
    • 提供者:姚中华
  1. mseq

    0下载:
  2. m序列的生成,包括在有限域GF(p)中的基于不同p取值,不同级数条件下的本原多项式多种选择条件下的m序列生成。-m sequence generation, including in GF (p), the p value based on different, different levels under the conditions of primitive polynomial number of options under the conditions of m-sequences ge
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:2882
    • 提供者:李南
  1. matlab实现几种基本的通信仿真技术

    1下载:
  2. 这是我收集的几个通信基础理论的Matlab仿真实现,包括bpsk、qpsk、ofdm以及信号衰减和延迟的仿真。尽管不是我本人原创,但比较都经典。文件为*.m格式-This is my collection of several communications infrastructure theory Matlab Simulation, including BPSK, QPSK, and the OFDM signal attenuation and delay in the simulatio
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:5691
    • 提供者:武昌盛
  1. m序列发生器

    1下载:
  2. m序列发生器(简单型码序列发生器-----simple shift register generator)-m sequence generator (a simple code sequence generator ----- simple shift Regi ster generator)
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:3234
    • 提供者:mingerlier
  1. _B_UWB

    0下载:
  2. 基于simulink的uwb仿真 uwb.mdl: UWB model - open this to begin. uwb_lib.mdl: Library blocks for UWB model. uwb_init.m: Initialization called before model is loaded. uwb_settings: Sets up structure containing system parameters ( uwb in workspace).
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:48656
    • 提供者:案件评
  1. m序列产生器

    1下载:
  2. m序列产生器 用于扩频通信-m sequence generator for spread spectrum communications
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:3037
    • 提供者:田允国
  1. fm.m

    1下载:
  2. %fm.m %频率调制的Matlab演示程序. %被调信号为m(t)=sin(100t).
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:1524
    • 提供者:陈旭
  1. ofdm_system.rar

    0下载:
  2. ofdm系统matlab仿真m程序,包括信道编解码,多径信道,信道估计以及误码率统计等功能,matlab simulation m OFDM system procedures, including channel coding and decoding, multi-path channel, channel estimation, as well as features such as bit error rate statistics
  3. 所属分类:Communication

    • 发布日期:2016-11-20
    • 文件大小:141738
    • 提供者:李辉
  1. ofdmgen.m

    0下载:
  2. MATLAB program for OFDM generation and reception This is a simple MCM communications system. The code is pretty self-explanatory. Here I have not used the cyclic prefix. Transmitter End: 1. Generate random serial data with M symbols (RAND
  3. 所属分类:Communication

    • 发布日期:2017-03-21
    • 文件大小:1165
    • 提供者:snapaj
  1. ofdm.m

    3下载:
  2. 本人的主要任务是利用MATLAB作为仿真工具来实现OFDM在无线信道上的系统仿真,其中主要的仿真模块包括信源产生,波形预处理,调制,插入导频信号和保护间隔,无线信道,接收滤波器,信道估计和信号补偿,解调,计算误比特率模块。-My main task is to use MATLAB as a simulation tool to achieve the wireless channel on the OFDM system simulation, in which the main simula
  3. 所属分类:通讯编程

    • 发布日期:2013-09-09
    • 文件大小:32892
    • 提供者:雷月
  1. Desktop

    0下载:
  2. m序列源程序可用于扩频通信等,斑竹可以自己运行绝对正确-m sequence of source code can be used for spread spectrum communications, the owner can be absolutely right to run their own
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:1355
    • 提供者:刘明
  1. quatenarymod

    0下载:
  2. clear all m=input( enter the number of symbols ) n=log(m)/log(2) npoints=input( enter the no of points ) nbits=input( enter the no of points per bit ) for i=1:npoints d=round((rand(1))) data(i)=2*d-1-m end-clear all m=in
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:575
    • 提供者:venkat reddy
  1. coded

    0下载:
  2. awgn信道下,卷积编码与M-QAM调制相结合的系统分组错误概率与信噪比的函数关系的matlab仿真程序-awgn channel, convolutional coding and M-QAM modulation system, the combination of packet error probability and SNR is a function of the matlab simulation program
  3. 所属分类:Communication

    • 发布日期:2016-11-20
    • 文件大小:8192
    • 提供者:刘少智
  1. m

    0下载:
  2. 主要是针对扩频通信的m序列的产生方法的c++实现-Mainly for m-sequence spread spectrum communication method for forming the c++ Implementation
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:1415
    • 提供者:张正孝
  1. Segmentation-of-M-FISH-Images-for-Improved

    0下载:
  2. Segmentation of M-FISH Images for Improved
  3. 所属分类:Communication

    • 发布日期:2017-11-11
    • 文件大小:473655
    • 提供者:sengottaiyan
  1. DSSS-system.rar

    0下载:
  2. DS-CDMA通信系统,扩频码包括M序列。GOLD,正交GOLD,Gray规则瑞利衰落信道,多用户,统计误码率。,DS-CDMA communication system, the spreading codes including an M sequence. GOLD, orthogonal GOLD, Gray rules Rayleigh fading channel, multi-user, the statistical error rate.
  3. 所属分类:Communication

    • 发布日期:2017-11-08
    • 文件大小:4829
    • 提供者:米兰
  1. processing.m

    0下载:
  2. PROCESSING.M : CHANGING IMAGE TO DIFFERNET COLOUR SPECTRUM
  3. 所属分类:Communication

    • 发布日期:2017-04-11
    • 文件大小:1196
    • 提供者:Abubakar
  1. queuing-system_MM1_MM1k_MMmm

    0下载:
  2. 以下排隊系統性能 – M/M/1 v.s. M/M/2 – M/M/1/k v.s. M/M/2/k – M/M/m/m -The following queuing system- M/M/1 vs M/M/2- M/M/1/k vs M/M/2/k- M/M/m/m
  3. 所属分类:Communication

    • 发布日期:2017-05-11
    • 文件大小:2553077
    • 提供者:張瑀征
  1. queuing-system_MM1k_MD1k_MMPPM1k

    0下载:
  2. 以下排隊系統性能 – M/M/1/k – M/D/1/k – MMPP/M/1/k-The following queuing system- M/M/1/k- M/D/1/k- MMPP/M/1/k
  3. 所属分类:Communication

    • 发布日期:2017-05-07
    • 文件大小:1463390
    • 提供者:張瑀征
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com