登录
首页 » matlab » OF123456

OF123456

于 2010-05-21 发布 文件大小:6KB
0 245
下载积分: 1 下载次数: 18

代码说明:

  OF,实际上OF是MCM Multi-CarrierModulation,多载波调制的一种。其主要思想是:将信道分成若干正交子信道,将高速数据信号转换成并行的低速子数据流,调制到在每个子信道上进行传输。正交信号可以通过在接收端采用相关技术来分开,这样可以减少子信道之间的相互干扰 ICI 。每个子信道上的信号带宽小于信道的相关带宽,因此每个子信道上的可以看成平坦性衰落,从而可以消除符号间干扰。而且由于每个子信道的带宽仅仅是原信道带宽的一小部分,信道均衡变得相对容易。在向B3G/4G演进的过程中,OFDM是关键的技术之一,可以结合分集,时空编码,干扰和信道间干扰抑制以及智能天线技术,最大限度的提高了系统性能。(OF)

文件列表:

OF.m,19178,2009-11-25

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

发表评论

0 个回复

  • OFDM
    OFDM系统级的仿真,里面涉及到卷积编码,交织,qpsk调制等(OFDM system-level simulation, which relates to convolutional coding, interleaving, qpsk modulation)
    2010-06-01 10:53:09下载
    积分:1
  • right
    MATLAB实现一种新的变步长的LMS算法,即对步长因子进行了改进,将步长因子与误差因子间建立函数关系提出变步 长LMS新的算法(MATLAB implementation of a new variable step size LMS algorithm, that step factor is improved, will be established as a function of time step size and the error factor proposed variable step The new long-LMS algorithm)
    2016-02-12 16:55:01下载
    积分:1
  • radon_ambiguity
    %radon transform clear all % N=800 n=1:N fs=200 t=n/fs x1=exp(j*2*pi*(5*t+0.5*5*t.^2)) x2=exp(j*2*pi*(5*t+0.5*15*t.^2)) x=x1+x2 %N=length(x) % ambifunb(x ) %*****************************************RAT naf=ambifunb(x) htl(abs(naf)) % [wh,rho,theta]=htl(abs(naf)) colormap([0,0,0]) % xlabel( 极半径 ) % ylabel( 角度 ) %**************************************%找出峰值点的坐标,计算初始频率和调频斜率(正确) %找出峰值点的坐标 b=max(max(wh)) [u,a]=find(wh>=0.8*b) ( Radon transformclear all N = 800 n = 1: N fs = 200 t = n/fs x1 = exp (j* 2* pi* (5* t+ 0.5* 5* t. ^ 2)) x2 = exp ( j* 2* pi* (5* t+ 0.5* 15* t. ^ 2)) x = x1+ x2 N = length (x) ambifunb (x)***************************************** RATnaf = ambifunb (x) htl (abs (naf)) [wh, rho, theta ] = htl (abs (naf)) colormap ([0,0,0]) xlabel (polar radius) ylabel (angle)************************************** to find the coordinates of the peak point, calculating the initial slope of the frequency and FM (right) find the peak point of the coordinates b = max (max ( wh)) [u, a] = find (wh)
    2008-05-06 21:56:10下载
    积分:1
  • MatLabengineerMathApplication
    说明:  关于工程数学应用 的,在Matlab环境下的一些实现(With regard to the application of engineering mathematics, in the Matlab environment to achieve some)
    2008-11-02 18:53:36下载
    积分:1
  • matrixaco
    一个基于矩阵分布的改进型蚁群算法(ACO),可用于矩形区域分布的孔加工路径规划(A matrix based on the distribution of improved ant colony algorithm (ACO), can be used for regional distribution of hole machining rectangular path planning)
    2011-11-22 23:20:29下载
    积分:1
  • filter
    五种常用滤波函数,巴特沃兹低通滤波、中值滤波等(5 different functions of filter)
    2018-11-26 15:44:50下载
    积分:1
  • Desktop
    文件里包含了扩频系统中的m序列码的产生,产生以后的相关运算(File contains the m-sequence spread spectrum system code generation, is produced in the relevant operations)
    2010-08-31 09:46:35下载
    积分:1
  • Multivariable-Frequency-Domain-Toolbox
    Multivariable Frequency Domain Toolbox
    2013-12-04 01:37:16下载
    积分:1
  • StepclassV2
    逐步判别分析的主函数 用于分类 [sel,c,c0,re,P]=StepclaassV2(data,[50 50 50],data,10) 输入变量 x为训练集.每行为一个样本,每列为一个变量. Class_x,为训练集的分类情况,一行,为各类样本数量,例如[5 6 9] Test为待分类样本. 输出变量:sel为选择的变量序号,c,c0为拟合出的判别函数.re为对Test的判别结果,P为其后验概率. author 王新 2012.4.8 例子Sample: load fisheriris x=meas Class_x=[50,50,50] Test=meas(1:5,:) Fa1=4 [sel,c,c0,re,P]=StepclaassV2(x,Class_x,Test,Fa1)( Stepwise discriminant analysis for the classification of the main function [sel, c, c0, re, P] = StepclaassV2 (data, [50 50 50], data, 10) input variables x as the training set, each conduct a sample of each as a variable. Class_x, the classification for the training set, a row, the number of samples for all types, for example, [5 6 9] Test sample to be classified. output variable: sel for the selected variables serial number, c, c0 is fitted discriminant function. re discrimination results for the Test, P its posterior probability. author Wang 2012.4.8 examples Sample: load fisheriris x = meas Class_x = [50,50,50] Test = meas (1:5, :) Fa1 = 4 [sel, c, c0, re, P] = StepclaassV2 (x, Class_x, Test, Fa1))
    2020-09-18 12:27:56下载
    积分:1
  • fivepointbuildtrack
    匀速直线运动和匀加速直线运动下的航迹生成方法、航迹测量方法、五点建航方法,亲自调试能能比较有效的建立航路(Uniform motion and uniformly accelerated linear motion trajectory generation method, track measurements, five-point method built aircraft, personally commissioning can build more effective route)
    2015-03-04 19:20:07下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载