登录
首页 » matlab » Clarke_Jakes_Zheng模型matlab仿真

Clarke_Jakes_Zheng模型matlab仿真

于 2021-04-06 发布
0 164
下载积分: 1 下载次数: 4

代码说明:

说明:  包括瑞丽信道的仿真,JARKS以及改进JARKS(Including Rayleigh channel simulation, jarks and improved jarks)

文件列表:

Clarke_Jakes_Zheng模型matlab仿真, 0 , 2021-03-26
Clarke_Jakes_Zheng模型matlab仿真\Clarke, 0 , 2021-03-26
Clarke_Jakes_Zheng模型matlab仿真\Clarke\Clarke.m, 2724 , 2021-03-26
Clarke_Jakes_Zheng模型matlab仿真\Clarke\Clarke_model.m, 1126 , 2021-03-26
Clarke_Jakes_Zheng模型matlab仿真\Clarke\Doppler.m, 485 , 2021-03-26
Clarke_Jakes_Zheng模型matlab仿真\Jakes, 0 , 2021-03-26
Clarke_Jakes_Zheng模型matlab仿真\Jakes\Jakes.m, 2017 , 2021-03-26
Clarke_Jakes_Zheng模型matlab仿真\Jakes\Jakes_model.m, 797 , 2021-03-26
Clarke_Jakes_Zheng模型matlab仿真\read_me.txt, 507 , 2021-03-26
Clarke_Jakes_Zheng模型matlab仿真\改进Jakes, 0 , 2021-03-26
Clarke_Jakes_Zheng模型matlab仿真\改进Jakes\Zheng.m, 1885 , 2021-03-26
Clarke_Jakes_Zheng模型matlab仿真\改进Jakes\Zheng_QPSK.m, 1309 , 2021-03-26
Clarke_Jakes_Zheng模型matlab仿真\改进Jakes\z_rayleigh.m, 510 , 2021-03-26

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

发表评论


0 个回复

  • performanceimprovementwithpredictivechannelselecti
    基于信道的历史信息来预测不同信道的未来可用时间可以帮助CR选择一个最佳信道进行信息传递。不同的预测准则应用到周期或是随机的开关模式中。一个CR可以学习以往不同信道的模式。我们提出一个简单的分类和学习方法去检测模式的类型和收集需要的信息用于智能信道的选择。MATLAB仿真结果显示提出的方案在随机信道的随机和周期模式中都有优越的表现。随着时间的变化,新到的切换次数减少到55 ,并且延迟时间也相应减少,而吞吐量却在提高。(Prediction of future availability times of different channels based on history information helps a cognitive radio (CR) to select the best channels for control and data transmission. Different prediction rules apply to periodic and stochastic ON-OFF patterns. A CR can learn the patterns in different channels over time. We propose a simple classification and learning method to detect the pattern type and to gather the needed information for intelligent channel selection. Matlab simulations show that the proposed method outperforms opportunistic random channel selection both with stochastic and periodic channel patterns. The amount of channel switches needed over time reduces up to 55 , which reduces also the delay and increases the throughput.)
    2010-06-29 19:26:28下载
    积分:1
  • matlab
    双线性iir数字滤波器的设计。。。。。。。(Bilinear design of iir digital filter)
    2009-04-23 18:17:02下载
    积分:1
  • TL431
    TL431提供恒定偏流的电桥 TL431提供恒定偏流的电桥 (TL431 provide a constant bias current of the bridge to provide a constant bias current of the TL431 bridge)
    2009-11-23 19:07:08下载
    积分: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
  • IFV5200
    美国IFV公司IFV5200芯片资料 该芯片为三端大功率PNP三级管(American IFV company IFV5200 chip information)
    2014-11-07 10:37:03下载
    积分:1
  • CMA
    简单的CMA算法,适合初学者来学习,自己编写的,望采纳。(simple CMA algorithm)
    2020-10-21 18:07:24下载
    积分:1
  • pso_dispatch
    日前调度计划,对负荷、风电、光伏、燃气轮机、蓄电池的日前出力计划进行调度,实验粒子群算法,获得运行成本最优调度计划(Recently scheduling, load, wind power, photovoltaic, gas turbines, battery output plan before scheduling, particle swarm optimization experiments to obtain optimal scheduling operating costs)
    2016-05-27 14:35:30下载
    积分:1
  • hht_analysis
    说明:  希尔伯特 黄变换中EMD分解函数以及信号的时频特性希尔伯特谱函数的源代码(matlab source code examples of simple applications, simple to use easy to understand for beginners.)
    2010-04-28 13:20:35下载
    积分:1
  • 1
    说明:  仿真锁相环 及锁相环的MATLAB代码(pll MATLAB )
    2010-05-04 22:50:17下载
    积分:1
  • write-raw
    MATLAB读写裸数据,将MATLAB的mat格式文件,写成所需的图像类型格式(MATLAB to read and write raw data to the MATLAB mat format file, write the desired image type format)
    2020-12-26 19:59:03下载
    积分:1
  • 696518资源总数
  • 104911会员总数
  • 4今日下载