登录
首页 » matlab » Modulation-and-demodulation

Modulation-and-demodulation

于 2015-06-13 发布 文件大小:88KB
0 111
下载积分: 1 下载次数: 7

代码说明:

  可以成功运行的调制解调程序,很全,对初学者参考使用非常有用(Modulation and demodulation process, very full)

文件列表:

16QAM的MATLAB仿真。包括包络检波,相干解调和非相干解调等16QAM
............................................................\16QAM

............................................................\.....\baoluo.m,517,2009-12-18
............................................................\.....\book.m,460,2009-06-03
............................................................\.....\get_AP.asv,10,2009-05-31
............................................................\.....\get_AP.m,73,2009-05-31
............................................................\.....\get_lwav.m,321,2009-05-31
............................................................\.....\get_wav.m,359,2009-06-02
............................................................\.....\jietiao.asv,2717,2009-12-18
............................................................\.....\jietiao.m,3171,2009-12-17
............................................................\.....\oxchg.m,161,2009-05-30
............................................................\.....\PAjietiao.asv,876,2009-06-04
............................................................\.....\PAjietiao.m,929,2009-12-18
............................................................\.....\redmsg.m,969,2009-06-04
............................................................\.....\tiaozhi.asv,619,2009-05-31
............................................................\.....\tiaozhi.m,697,2009-06-03
............................................................\.....\xd.m,158,2009-06-03
BPSKBASKBFSK 调制解调 不用系统的自带命令,完全按照调制解调原理图进行Digitalmodulation
.....................................................................................\有噪声(底层)
.....................................................................................\............\BASK.m,9119,2009-07-23
.....................................................................................\............\BASK2.m,5643,2009-09-26
.....................................................................................\............\BDPSK.m,10526,2009-07-23
.....................................................................................\............\BDPSK2.m,7078,2009-07-23
.....................................................................................\............\BFSK.m,9494,2009-07-23
.....................................................................................\............\BFSK2.m,30503,2009-07-23
.....................................................................................\............\BPF.m,612,2009-05-20
.....................................................................................\............\BPSK.m,9281,2009-07-23
.....................................................................................\............\BPSK2.m,7681,2009-06-09
.....................................................................................\............\ENV_PHAS.m,262,2009-06-03
.....................................................................................\............\F2T.m,300,2009-05-20
.....................................................................................\............\LOWEQ.m,222,2009-06-03
.....................................................................................\............\lpf.m,487,2009-05-20
.....................................................................................\............\LPF2.m,488,2009-07-02
.....................................................................................\............\MSK.m,9986,2009-06-25
.....................................................................................\............\MSK2.m,11834,2009-06-26
.....................................................................................\............\MSK3.m,8876,2009-06-26
.....................................................................................\............\OQPSK.m,8553,2009-07-06
.....................................................................................\............\PI4QPSK.m,11468,2009-07-06
.....................................................................................\............\PI4QPSK2.m,11136,2009-07-23
.....................................................................................\............\QAM.m,8272,2009-07-06
.....................................................................................\............\QAM16.m,9197,2009-07-23
.....................................................................................\............\QAM64.m,10781,2009-07-15
.....................................................................................\............\QPSK.m,8345,2009-07-23
.....................................................................................\............\sigexpand.m,142,2009-05-19
.....................................................................................\............\T2F.m,386,2009-05-19
BPSK基带传输系统的MATLAB仿真 实现了主要模块二进制信息源输入,BPSK调制,发射滤波器,接收滤波器,采样,均衡,信号检测,BPSK解调,信息还原输出,产生BER曲线图。bpsk
................................................................................................................................................................\bin.m,51,2008-12-15
................................................................................................................................................................\BpskModu.m,252,2008-12-15
................................................................................................................................................................\demobpsk.m,753,2008-12-15
................................................................................................................................................................\gussianhannel.m,212,2008-12-15
................................................................................................................................................................\main.m,349,2008-12-15
................................................................................................................................................................\pass1.mat,282,2008-12-15
................................................................................................................................................................\pass2.mat,632,2008-12-15
................................................................................................................................................................\untitled.fda,3569,2008-12-15
................................................................................................................................................................\untitled1.fda,3301,2008-12-15

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

发表评论

0 个回复

  • histogram
    code for creating a histogram for an image in matlab
    2010-12-30 04:16:40下载
    积分:1
  • google-map-training
    此程序主要是用Matlab进行点云数据的三维建模,对用Matlab进行三维重建有实用价值。 (The procedure is to use Matlab for modeling three-dimensional point cloud data on the three-dimensional reconstruction with Matlab has practical value.)
    2011-01-19 14:30:42下载
    积分:1
  • jianyujiaoben
    一个samp的监狱脚本,机不可失失不再来!大家都拿去看看吧(A script samp prison)
    2014-01-29 20:26:21下载
    积分:1
  • subbandadpcm
    ofdm是比较常用的调制方式,本文给出了子带的ofdm的matlab程序,希望可以帮助大家(OFDM modulation is more commonly used methods, this paper presents a sub-band of the OFDM matlab program, I hope you can help)
    2008-12-31 10:27:11下载
    积分:1
  • TECmatlab-code
    各种算法的matlab代码,方便你们学习和使用,全为matlab编写(Genetic algorithms, particle swarm optimization algorithm examples of easy to learn and use you, all written for the matlab)
    2011-08-27 16:59:13下载
    积分:1
  • MatchFilterLFM
    高分辨率雷达 距离向压缩算法滤波器设计 三种方法 全面设计(clc clear all close all 2013年9月28日 ---------------参数---------- Tr=42e-6 fs=9.5e6 K=0.7e11 Nfft=2048 -------------匹配滤波 时域生成-------------- t=(-Tr/2+1/fs:1/fs:Tr/2-1/fs) w = kaiser(length(t),2.5) w=w w = ones(1,length(t)) ht1=w.*exp(-1i*pi*K*t.^2) ht2=w.*exp(1i*pi*K*t.^2) hf1=fft(ht1,Nfft) hf2=fft(ht2,Nfft) figure subplot(211) plot(abs(hf1)) title( 匹配滤波器1 幅频响应 ) subplot(212) plot(phase(hf1)) title( 匹配滤波器1 相位 ) figure subplot(211) plot(abs(hf2)) title( 匹配滤波器2 幅频响应 ) )
    2013-10-12 22:32:06下载
    积分:1
  • FOTF Toolbox
    MATLAB M FILES FOR CONTROL
    2021-04-23 11:28:47下载
    积分:1
  • 【Simulink仿真】基于PR控制器的单相逆变器控制
    说明:  系统采用LC滤波,利用PR控制器对逆变器输出电压进行闭环控制。PR控制器在逆变器控制中应用很多。PR控制能够在谐振频率处提供无穷大的增益,因而对谐振频率处的电流信号实现无静差跟踪,并且易于实现,可有效降低系统成本。(The system uses LC filter and PR controller to control the output voltage of inverter. PR controller is widely used in inverter control. PR control can provide infinite gain at the resonant frequency, so the current signal at the resonant frequency can be tracked without static error, which is easy to implement and can effectively reduce the system cost.)
    2020-07-05 21:22:34下载
    积分:1
  • PSD
    matlab中用PSD法绘制信号功率谱,可得到信号的频谱幅度。(PSD method using matlab draw the signal power spectrum, the spectrum available to the signal amplitude.)
    2010-01-12 19:14:32下载
    积分:1
  • Matlab-C-CPP
    matlab simulink c++,java等一些程序语言。(matlab simulink c++, java programming language some.)
    2012-06-04 11:32:22下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载