登录
首页 » matlab » ask_fsk_psk_hibert_16qam

ask_fsk_psk_hibert_16qam

于 2014-07-10 发布 文件大小:4976KB
0 210
下载积分: 1 下载次数: 84

代码说明:

  包括针对调制识别的ASK,PSK,FSK,16QAM,以及hilbert变换的matlab源代码,注意是针对调制识别的(Including modulation recognition for ASK, PSK, FSK, 16QAM, and hilbert transform matlab source code, attention is directed modulation recognition)

文件列表:

16qam
.....\qam16_digital.asv,2858,2011-11-21
.....\qam16_digital.m,8080,2011-11-21
Hilbert.m,1663,2007-10-15
mask
....\ask2_digital_2_ly.asv,6166,2011-11-21
....\ask2_digital_2_ly.m,6153,2011-11-21
....\ask4_digital.asv,6351,2011-10-26
....\ask4_digital.m,1603,2011-10-26
....\ask4_digital_ly.m,6432,2011-11-28
....\askdigital.asv,862,2011-10-25
....\askdigital.m,862,2011-10-19
mfsk
....\fsk2_digital(another).m,556,2011-11-18
....\fsk2_digital.m,773,2011-10-26
....\fsk2_digital_ly.asv,6421,2013-03-19
....\fsk2_digital_ly.m,6394,2013-03-19
....\fsk4_digital.m,990,2011-10-26
....\fsk4_digital_ly.m,6772,2013-03-20
....\fsk_2digital.asv,555,2011-08-04
mpsk
....\1.doc,19968,2010-05-19
....\bpsk_2.asv,6212,2011-10-08
....\bpsk_2.m,6268,2011-10-08
....\bpsk_2_10.m,3840,2010-05-19
....\bpsk_2_500.asv,3840,2010-05-19
....\bpsk_2_500.m,3840,2010-05-19
....\bpsk_2_ly.asv,6278,2011-11-18
....\bpsk_2_ly.m,6261,2011-11-21
....\dtap.fig,1357,2010-05-19
....\dtap_psk4.fig,1472,2010-05-19
....\dtap——bpsk.fig,1356,2010-05-19
....\ghpsk_4.m,5699,2010-05-26
....\modulate_mpsk.fig,1694799,2010-05-25
....\modulate_mpsk.m,886,2011-11-18
....\psk_4.asv,5328,2011-10-16
....\psk_4.fig,4281034,2010-05-19
....\psk_4.m,5320,2011-10-16
....\psk_4_ly.m,6758,2011-11-21
....\qpsk_ly.asv,6632,2011-10-13
....\qpsk_ly.m,6628,2011-10-13
....\ra.fig,1443,2010-05-19
....\ra_psk4.fig,1967,2010-05-19
....\tezhengtiqu.m,1263,2010-05-20
....\the signal is 2PSK.ps,14502,2011-10-08

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

发表评论

0 个回复

  • power_system_simulation-master
    说明:  用于计算电力系统的节点阻抗或者导纳,还算比较好用。(It can be used to calculate nodal impedance or admittance of power system.)
    2019-03-03 16:10:15下载
    积分:1
  • RESINVM3D
    电法处理软件RESINVM3D,功能较全,操作简单(RESINVM3D)
    2009-11-23 20:58:02下载
    积分:1
  • pso
    说明:  应用标准PSO优化的wiener,Pso粒子群最佳化算法,小弟的作品,希望对各位有帮助(Application of the standard PSO optimization wiener, Pso particle swarm optimization algorithm, younger brother of the works you want to help)
    2011-03-24 15:30:14下载
    积分:1
  • fuxinhao
    简单的雷达信号估计仿真程序,对比显示信号估计性能与信噪比的关系(Simple simulation of a radar signal estimation process, the signal estimation performance comparison shows the relationship with the SNR)
    2011-06-05 09:45:15下载
    积分:1
  • 数学建模 电源规划问题
    说明:  给出具体的电源规划问题解决方案,采用matlab程序语言进行编写。(The specific solution of power planning problem is given, and the program language of MATLAB is used to compile it.)
    2020-06-17 23:20:01下载
    积分:1
  • MSK
    实现MSK数字通信系统仿真。通信信道模型中的噪声为理想加性高斯噪声。接收端有自适应滤波器。(Simulate MSK communication system. Noise in communication channel is additive Gaussian noise. Adaptive filter is designed at receiving terminal.)
    2014-12-22 13:08:22下载
    积分:1
  • 04chapter4
    Model predictive control book nice one
    2012-10-30 15:12:12下载
    积分:1
  • hht
    中央大学的hht变换程序,需要下载tbf时频工具箱(Central University hht transform the program, you need to download tbf frequency toolbox)
    2012-11-16 22:37:34下载
    积分:1
  • fig_4_8_4taylor_phase_exp
    taylor分布的天线综合代码,基于原始的指数方程编写,并且附加了相位项,可以用来优化综合。(taylor antenna integrated code distribution, exponential equations based on the original writing, and an additional phase term can be used to optimize the synthesis.)
    2014-07-03 17:40:31下载
    积分:1
  • matlab_3_opt
    提供一种求解最优哈密尔顿的算法---三边交换调整法,要求在运行jiaohuan3(三交换法)之前,给定邻接矩阵C和节点个数N,结果路径存放于R中。 bianquan.m文件给出了一个参数实例,可在命令窗口中输入bianquan,得到邻接矩阵C和节点个数N以及一个任意给出的路径R,,回车后再输入jiaohuan3,得到了最优解。 由于没有经过大量的实验,又是近似算法,对于网络比较复杂的情况,可以尝试多运行几次jiaohuan3,看是否能到进一步的优化结果。 (Provide an optimal algorithm Hamilton- trilateral exchange Adjustment Act, requiring running jiaohuan3 (c exchange) before a given adjacency matrix C and the node number N, the results of the path stored in the R in. bianquan.m document gives examples of a parameter can be in the command window, type bianquan, be the adjacency matrix C and the node number N and an arbitrary given path R,, carriage return after the input jiaohuan3, have been the optimal solution . After the absence of a large number of experiments, it is approximate algorithm, for more complex network situations, you can try to run several jiaohuan3, can look to further optimize the results.)
    2007-09-20 19:35:15下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载