登录
首页 » matlab » MIMO-OFDM-Graduate-design

MIMO-OFDM-Graduate-design

于 2021-04-27 发布 文件大小:1088KB
0 245
下载积分: 1 下载次数: 86

代码说明:

  这是我的本科毕业设计,题目为MIMO-OFDM技术的研究及matlab仿真。文件里包含流程图,仿真参数设置图,源程序和仿真图以及中英文翻译。(This is my graduation design, titled MIMO-OFDM technology research and matlab simulation. File contains a flow chart, the simulation parameters, source code and simulation map and in English translation)

文件列表:

MIMO-OFDM本科毕设
.................\MIMO-OFDM本科毕设
.................\.................\matlab仿真程序
.................\.................\..............\final1.m,1294,2014-06-07
.................\.................\..............\final2.m,1067,2014-06-07
.................\.................\..............\final3.m,1188,2014-06-10
.................\.................\..............\final4.m,1438,2010-08-25
.................\.................\..............\Picturenomodu.asv,1414,2014-06-10
.................\.................\..............\Picturenomodu.m,1414,2014-06-10
.................\.................\..............\yandncompare.m,799,2014-06-08
.................\.................\MIMO图线





.................\.................\........\非对称 MIMO 系统容量比较WODE.png,18320,2014-06-07
.................\.................\OFDM框图.pdf,64833,2014-06-09
.................\.................\ofdm的simulink仿真
.................\.................\..................\QAM16.mdl,30583,2014-06-03
.................\.................\..................\无编码
.................\.................\..................\......\psk16no.mdl,25493,2014-06-08
.................\.................\..................\......\qam16no.mdl,25765,2014-06-08
.................\.................\..................\......\qam4no.mdl,25756,2014-06-08
.................\.................\..................\......\qpskno.mdl,24724,2014-06-08
.................\.................\OFDM系统元件参数截图





.................\.................\....................\RS编码模块.png,5092,2014-06-02
.................\.................\....................\不同子载波调制方式的对比.png,95363,2014-06-02
.................\.................\....................\交织模块.png,7274,2014-06-02
.................\.................\....................\仿真模块总图.png,90867,2014-06-02
.................\.................\....................\伯努利发生器.png,9584,2014-06-02
.................\.................\....................\加零模块.png,4900,2014-06-02
.................\.................\....................\并串转换模块参数设置.png,9070,2014-06-02
.................\.................\....................\循环前缀之存疑.png,5902,2014-06-02
.................\.................\中英文翻译.doc,394452,2014-07-30
.................\.................\毕业论文.doc,1137149,2014-07-30
.................\.................\流程图.pdf,15993,2014-06-09

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

发表评论

0 个回复

  • suijixinhao
    用Matlab对随机语音信号进行处理,编制基于GUI格式的随机信号处理工程(Using Matlab to random voice signal processing system based on GUI format, the random signal processing engineering )
    2012-04-29 15:36:20下载
    积分:1
  • CAL_corner
    针对结构转角信息难以测量的问题,采用转角信息重构技术由随机子空间从振动信号中提取的结构平动位移估算结构转动位移,然后构建改进的单元损伤变量(Since it is difficult to measure the rotational responses of a structure, a technique was adopted to evaluate the approximate modal rotations with the modal displacements, which were extracted from structural vibrational signals with stochastic subspace identification, by static condensation and QR decomposition)
    2013-12-18 04:22:26下载
    积分:1
  • matlab_FEM_dismesh
    DistMesh giving a singular FEM matrix?(Hi Anyone here with some experience of using DistMesh in finite element code? I m solving the scalar Helmoltz equation in an annular region in 2D: rho_1 < rho < rho_2 where rho_1 is the radius of a Perfect Electric Conducting cylinder and rho_2 is where the mesh is truncated using an Absorbing Boundary condition. Now, I ve written code to mesh the region myself (by dividing the region into annular rings and picking a fixed number of points on each ring) and I ve written another program which uses DistMesh to mesh the region. I get a nice solution using my own meshing code but the FEM matrix becomes singular when I use DistMesh. This is the DistMesh Code I used: Circle with hole rABC=1.5 rCyl=0.5 fdstring=sprintf( ddiff(dcircle(p,0,0, f),dcircle(p,0,0, f)) ,rABC,rCyl) fd=inline(fdstring, p ) box=[-2,-2 2,2] [p,N]=distmesh2d(fd,@huniform,0.04,box,[]) I tried changing box and the 0.04 value (initial edge length). But every time, the matrix becomes sin)
    2010-06-05 09:17:55下载
    积分:1
  • 1
    说明:  产生高斯白噪声,标准差和期望都固定,如N=f(0.1,2),这种形式的,随机产生40个(Generated white Gaussian noise, standard deviation and expectations are fixed, such as N = f (0.1,2), this form of randomly generated 40)
    2009-07-04 14:31:32下载
    积分:1
  • combine---two-binary-trees-
    This is a small program to create indexs for two binary trees and combine them to a new 003 * index tree and output the new tree,the second tree only has the left child tree then 004 * if the first tree has no left child tree,insert the second tree into the first tree as 005 * its left child and if the first tree has the left child tree,then insert the first tree 006 * into the second tree as its left child. (This is a small program to create indexs for two binary trees and combine them to a new 003* index tree and output the new tree, the second tree only has the left child tree then 004* if the first tree has no left child tree, insert the second tree into the first tree as 005* its left child and if the first tree has the left child tree, then insert the first tree 006* into the second tree as its left child.)
    2012-06-11 16:16:55下载
    积分:1
  • MATLAB-UG
    利用matlab和ug联合进行齿轮设计,先求解,再建模,思路很新鲜(Ug joint use matlab and gear design, first solved, and then modeling, very fresh ideas)
    2021-04-09 20:38:59下载
    积分:1
  • cumulant
    信号处理程序包 高阶累积量 matlab 工具箱(Signal processing toolbox matlab package cumulant)
    2011-09-20 22:20:30下载
    积分:1
  • 小波去噪
    说明:  使用小波算法对语音信号进行降噪处理,里面包含三种方法,可以对比(Wavelet algorithm is used to denoise speech signal. There are three methods in it, which can be compared.)
    2019-03-24 09:34:01下载
    积分:1
  • OFDM1
    该链路仿真了OFDM系统在克服瑞丽多径衰落的影响中性能,并使用了理想信道估计。(The link of the OFDM system simulation Ruili in overcoming the effects of multipath fading in the performance and the use of an ideal channel estimation.)
    2009-04-17 20:31:22下载
    积分:1
  • am
    说明:  基于matlab的课程设计,功能是实现AM信号的解调,运用了两种方法实现。(Matlab-based curriculum design, function is to achieve the AM signal demodulation, the use of two methods to achieve.)
    2008-11-17 12:15:43下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载