CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Frequency modulation matlab code

搜索资源列表

  1. Frequency_Modulation1

    1下载:
  2. 频率调制,It is a diffrent matlab code for frequency modulation.-frequency modulation, It is a different Matlab code for frequency Modul ation.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2012
    • 提供者:凌珏
  1. OFDM.rar

    1下载:
  2. 详细的OFDM设计过程,包括Matlab仿真、DSP源码及文档说明。 OFDM(正交频分复用)技术实际上是MCM(Multi-Carrier Modulation,多载波调制)的一种。,OFDM detailed design process, including the Matlab simulation, DSP source code and documentation. OFDM (Orthogonal Frequency Division Multiplexing) technolo
  3. 所属分类:DSP编程

    • 发布日期:2014-02-20
    • 文件大小:3441628
    • 提供者:lee
  1. OFDMcode.rar

    0下载:
  2. 完整的OFDM链路程序并作了较为具体的解析从基本的bpsk,qpsk,qam到实际的ofdm系统,cdma链路,mac层仿真分析.,Orthogonal frequency division multiplexing (OFDM) is becoming the chosen modulation technique for wireless communications. OFDM can provide large data rates with sufficient robustnes
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-25
    • 文件大小:161096
    • 提供者:田静
  1. 16qam_channel_encode

    3下载:
  2. 一、 本程序采用16QAM调制方式,对一串2进制信源进行调制,采用(7,4)循环码对信源做信道编码,用升余弦滚降函数进行基带调制,再调到高频信道;在信道上加入高斯白噪声,运用匹配滤波器解调,画出解调星座图,运用最小欧氏距离译码判决,再对信号进行信道解码,画出采用信道编码技术和不采用信道编码技术的误比特率图。-First, this program uses 16QAM modulation mode, for a string of two binary source is modulated,
  3. 所属分类:通讯/手机编程

    • 发布日期:2013-08-01
    • 文件大小:89681
    • 提供者:zhaoyang
  1. FM-Frequency-Modulation

    0下载:
  2. 包括信号的调制与解调,经MATLAB仿真,其性能良好。-Including the signal modulation and demodulation, by the MATLAB simulation, its performance is good.
  3. 所属分类:Communication

    • 发布日期:2017-03-23
    • 文件大小:36277
    • 提供者:ads
  1. modulation

    0下载:
  2. 通信信号相干调制解调源码 Fc=10 %载频 Fs=40 %系统采样频率 Fd=1 %码速率 N=Fs/Fd df=10 numSymb=25 %进行仿真的信息代码个数 M=2 %进制数-Coherent modulation and demodulation of communication signal source Fc = 10 carrier frequency Fs = 40 systematic sampling frequency Fd = 1 co
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1391
    • 提供者:包耐峰
  1. chap09

    3下载:
  2. ex9_1 脉冲信号调制 ex9_2 载波10MHz,带宽2MHz的线性调频信号及其频谱图 ex9_3 产生7位巴克码编码的二相码 ex9_4 产生7位巴克码和线性调频的混合调制信号 ex9_5 瑞利分布实现程序 ex9_6 瑞利分布+杂波 ex9_7 相关对数正态分布杂波 ex9_8 相关weibull分布杂波 ex9_9 相干相关K分布杂波 ex9_10 线性调频信号的数字化正交解调 ex9_11 雷达脉冲压缩处理 ex9_12 二相编码信号的脉压
  3. 所属分类:assembly language

    • 发布日期:2015-06-29
    • 文件大小:18644
    • 提供者:张满超
  1. cp_ofdm_simulation

    0下载:
  2. Matlab file for simulating a cyclic-prefix (CP) orthogonal-frequency- division-multiplexing (OFDM) system with binary phase-shift keying (BPSK) modulation on each subcarrier. CP-OFDM system includes a repetition code and interleaving across
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:2380
    • 提供者:王勇
  1. radar-waveforms

    3下载:
  2. 雷达波型设计仿真程序,包括连续波波型,脉冲波型,线形调频波型,步进频波形-the simulation code for radar waveforms,including CW and pulsed waveforms, linear frequency modulation waveforms and stepped frequency waveforms
  3. 所属分类:matlab

    • 发布日期:
    • 文件大小:7072
    • 提供者:张晓斌
  1. smallprograms

    0下载:
  2. bpsk-binary phse shift keying,fsk-frequency shift keying,hamming code,pcm-pulse coded modulation,dpsk-differential phase shift keying
  3. 所属分类:3G develop

    • 发布日期:2017-04-06
    • 文件大小:4509
    • 提供者:pkp
  1. FSK

    0下载:
  2. 预先设定载频、采样率、码速率、信息代码个数和信噪比等参数,进行FSK信号的调制解调。-Pre-set carrier frequency, sampling rate, bit rate, information, code number and signal to noise ratio and other parameters for FSK signal modulation and demodulation.
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-03-26
    • 文件大小:1170
    • 提供者:马汪
  1. pcm

    2下载:
  2. 脉冲编码调制(PCM)实现 编程实现PCM技术的三个过程:采样、量化与编码。 采样:低通连续信号采样,以 x=sin(200*t) m=x./(200*t) m=m.*m 为例说明低通采样定理,绘出信号时、频图形;带通连续信号采样,以x=sin(20*t) m=x./t 为例说明带通采样定理,绘出信号时、频图形。 量化:均匀量化,以幅度 的正弦信号为例实现为64级电平的均匀量化;非均匀量化,输入A律PCM编码器的正弦信号 ,采样序列为 ,将其进行PCM编码,给出编码器的输出码组序列
  3. 所属分类:Communication-Mobile

    • 发布日期:2016-01-27
    • 文件大小:2002
    • 提供者:马芳
  1. AM-and-FM-modulation

    0下载:
  2. 模拟通信系统中,幅度调制及频率调制的代码,调制与解调,应用matlab实现。-Analog communication systems, amplitude modulation and frequency modulation code, modulation and demodulation, the application of matlab.
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:7068
    • 提供者:刘倩倩
  1. 2FSK

    3下载:
  2. 2FSK仿真演示系统,可以任意输入码字序列,和载波频率,动态产生调制波形。可以清楚的看到整个调制解调过程的时域及频域的波形。-Simulation demo system 2FSK, can enter the code word sequence, and the carrier frequency, modulation waveform is dynamically generated. Can clearly see the time domain and frequency domai
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-16
    • 文件大小:37668
    • 提供者:lisha
  1. system_s-function(mimo)

    1下载:
  2. 这是用SIMULINK的S-FUNCTION方式编写的系统仿真代码,系统是基于4G网络的核心技术空时分组编码的MIMO-OFDM通信系统的,涉及到空间分集、时间分集和频率分集的有机结合,包括QPSK调制解调、IFFT调制、控制编解码、基于训练符号的信道估计等通信模块。包括main_STBC_MIMO_OFDM和training_symbol两个M文件和一个DOC文件,对各部分的都有详细的代码和注释。-It is used SIMULINK the S-FUNCTION approach to t
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:12959
    • 提供者:masong
  1. frequency-modulation-method

    0下载:
  2. 雷达测伪距 采用的正负调频法 matlab仿真源码 -The radar measured pseudorange positive and negative frequency modulation method matlab simulation source code
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-21
    • 文件大小:2051
    • 提供者:杨益
  1. fmsys

    0下载:
  2. Frequency Modulation Matlab code
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:603
    • 提供者:a
  1. fsksys

    0下载:
  2. Frequency Shift Key Modulation matlab code
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:626
    • 提供者:a
  1. frequency-modulation-method

    0下载:
  2. 雷达测伪距 采用的正负调频法 matlab仿真源码 -The radar measured pseudorange positive and negative frequency modulation method matlab simulation source code
  3. 所属分类:Communication

    • 发布日期:2017-04-13
    • 文件大小:2096
    • 提供者:yan520559
  1. OFDM-Modulator-Matlab-code

    0下载:
  2. orthoganal frequency division multeplexing modulation
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-12
    • 文件大小:538
    • 提供者:Eswar
« 12 3 4 »
搜珍网 www.dssz.com