登录
首页 » matlab » SCFDE

SCFDE

于 2021-05-13 发布 文件大小:15KB
0 514
下载积分: 1 下载次数: 67

代码说明:

  该算法是迄今为止我找到的最好的最完整的单载波频域均衡的原理。众所周知,时域均衡一直是接收机的瓶颈能估,频域均衡则要简单的多。频域均衡使用基于块传输的机制,类似于OFDM,并且是单载波的。接收机十分完整,包含载波同步、帧同步等,最重要的均衡处理。(This algorithm is the best and the most complete single carrier frequency domain equalization principle I have found so far. As we all know, time domain equalization is always the bottleneck of the receiver, and frequency domain equalization is much simpler. Frequency domain equalization is based on block transmission mechanism, which is similar to OFDM and is single carrier. The receiver is very complete, including carrier synchronization, frame synchronization, and so on, the most important equalization processing.)

文件列表:

SCFDE\bit_map.m, 642 , 2012-12-25
SCFDE\ch_top.m, 468 , 2012-12-28
SCFDE\cir_lan.m, 480 , 2012-12-27
SCFDE\phd_b2s.m, 355 , 2012-12-28
SCFDE\rx_bit_demap.m, 474 , 2012-12-28
SCFDE\rx_cc_dec.m, 431 , 2012-12-28
SCFDE\rx_cs_proc.m, 2395 , 2012-12-28
SCFDE\rx_descramble.m, 196 , 2012-12-28
SCFDE\rx_fs_proc.m, 1304 , 2012-12-27
SCFDE\rx_hdr_proc.m, 1305 , 2012-12-28
SCFDE\rx_pload_proc.m, 884 , 2012-12-28
SCFDE\rx_rsdec_hdr.m, 205 , 2012-12-28
SCFDE\rx_search_packet.m, 827 , 2018-05-22
SCFDE\rx_top.m, 657 , 2012-12-28
SCFDE\scfde_tx_func.m, 1640 , 2018-06-06
SCFDE\scrm_gen.m, 250 , 2012-12-27
SCFDE\sim_consts_set.m, 2934 , 2012-12-28
SCFDE\sim_options_set.m, 960 , 2012-12-27
SCFDE\sim_run_one.m, 478 , 2012-12-27
SCFDE\symbol_intlv_gen.m, 401 , 2012-12-27
SCFDE\timing.m, 2461 , 2018-06-04
SCFDE\tx_bit_map.m, 336 , 2012-12-27
SCFDE\tx_block_modu.m, 334 , 2012-12-27
SCFDE\tx_cc_enc.m, 220 , 2012-12-28
SCFDE\tx_gen_preamble.m, 229 , 2018-05-17
SCFDE\tx_preamble_gen.m, 674 , 2012-12-27
SCFDE\tx_rsenc.m, 508 , 2012-12-28
SCFDE\tx_rsenc_hdr.m, 193 , 2012-12-28
SCFDE\tx_scramble.m, 194 , 2012-12-27
SCFDE\tx_spread_intlv.m, 545 , 2012-12-27
SCFDE\tx_top.m, 1897 , 2012-12-28
SCFDE\t_1.m, 6105 , 2018-06-02
SCFDE\t_12.m, 312 , 2012-12-28
SCFDE, 0 , 2018-06-06

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

发表评论

0 个回复

  • 16QAM_Bit_Error_Rate_(BER)_with_Gray_mapping
    QAM调制的误码率仿真代码,通俗易懂,简单实用。(The error rate simulation code of QAM modulation is easy to understand, simple and practical.)
    2018-12-17 21:40:16下载
    积分:1
  • wcnc08-bc
    Effi cient Cooperative Diversity Schemes and Radio Resource Allocation for IEEE 802.16j
    2011-09-27 19:10:26下载
    积分:1
  • fft
    正交频分复用系统中信号的调制与解调,我们用傅里叶反变换和变换来实现(Orthogonal frequency division multiplexing system signal modulation and demodulation, and we use the inverse Fourier transform to achieve transform)
    2013-07-18 11:42:59下载
    积分:1
  • juanjioqpsk
    基于卷积编码的BPSK、OQPSK调制通信系统的仿真设计,较为简单(OQPSK Modulation Communication System Based on Convolutional Coding)
    2019-03-08 13:15:42下载
    积分:1
  • 4
    说明:  :载波频率偏移是OFDM系统实现的关键问题之一。分析了OFDM 系统载频偏移估计的2 种算法,即利用循环前缀和训练序列方法。它们均为最大似然估计方法。分别讨论了它们的基本 思想、实现方法和仿真结果。可以看出基于循环前缀算法复杂度较小,精度不高,而基于训练序列 的算法有较高的估计精度,但降纸了系统传输效率。(Abstract:Carrier frequency ofset is one of the key problems in OFDM system.Two foundational methods 。cycling prefix—based and training sequence—based algorithms。to estimate OFDM carriers~equency ofset are analyzed.Then it discusses their basic thoughts。implementing methods and simulation resuits. Finally。merits and demerits of every algorithm are supposed.It concludes that the cycling prefix— based algorithm has less complexity and less precision。and that the training sequence—based algorithm has better estimation performance at the cost of transmission efficiency.)
    2010-05-18 18:34:44下载
    积分:1
  • MIMO(OFDM)simulator
    This project demonstrates OFDM with adaptive modulation applied to Multiple-Input Multiple- Output (MIMO) systems. The analysis and simulation is considered in two stages. The rst stage involves the application of a variable-rate variable-power MQAM technique for a Single-Input Single-Output (SISO) OFDM system. The second stage applies adaptive modulation to a general MIMO system by making use of the Singular Value Decomposition to separate the MIMO channel into parallel subchannels.
    2008-05-23 17:01:47下载
    积分:1
  • BPSK_MSK_QAM_GMSK
    给出了BPSKMSKQAMGMSK的详细代码,可以直接在MATLAB中运行,并且有误码率的仿真。(BPSKMSKQAMGMSK given a detailed code, can be run directly in MATLAB, and BER simulation.)
    2008-12-19 16:33:57下载
    积分:1
  • WinGPC4_13_1_100824Eng
    WinGPC4是samsung系统plc编程软件最新版本,适于windows系统编程组态(WinGPC4 is the latest version of PLC programming software in Samsung system. It is suitable for Windows system programming configuration)
    2017-11-11 11:06:37下载
    积分:1
  • llr_Bp2
    matlab写的ldpc编译码仿真,自己可以该参数看误码率,(matlab ldpc encode decode)
    2018-03-27 11:38:36下载
    积分:1
  • THESIS_ANFIS_1
    if a radio configuration is given, what are its anticipated capabilities (e.g., in terms of achievable data rate), taking into account recent information sensed, as well as the past experience and knowledge?”.Here learning schemes are considered for basic and extended based on neural networks and ANFIS are designed to enhance the learning capabilities of a cognitive terminal, in terms of assisting it to predict the data rate that a specific radio configuration could achieve if it was selected for operation.
    2011-11-29 22:44:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载