登录
首页 » matlab » OFDM PAPR SLM PTS

OFDM PAPR SLM PTS

于 2020-08-13 发布 文件大小:84KB
0 230
下载积分: 1 下载次数: 30

代码说明:

  PFDM SIMULINK PAPR SIMULATION

文件列表:

OFDM PAPR SLM PTS\ofdmmatlab\ber_snr.asv, 261 , 2005-11-13
OFDM PAPR SLM PTS\ofdmmatlab\ber_snr.m, 261 , 2005-11-13
OFDM PAPR SLM PTS\ofdmmatlab\con_evc.asv, 15215 , 2005-11-13
OFDM PAPR SLM PTS\ofdmmatlab\de_expcompanding.asv, 8405 , 2005-11-13
OFDM PAPR SLM PTS\ofdmmatlab\de_expcompanding.m, 8405 , 2005-11-13
OFDM PAPR SLM PTS\ofdmmatlab\evc.asv, 14684 , 2005-11-13
OFDM PAPR SLM PTS\ofdmmatlab\expcompanding.asv, 8408 , 2005-11-13
OFDM PAPR SLM PTS\ofdmmatlab\expcompanding.m, 8408 , 2005-11-13
OFDM PAPR SLM PTS\ofdmmatlab\e_cdf.asv, 829 , 2005-11-13
OFDM PAPR SLM PTS\ofdmmatlab\e_cdf.m, 833 , 2005-11-13
OFDM PAPR SLM PTS\ofdmmatlab\e_pdf.asv, 1031 , 2005-11-13
OFDM PAPR SLM PTS\ofdmmatlab\e_pdf.m, 1038 , 2005-11-13
OFDM PAPR SLM PTS\ofdmmatlab\ofdmpar.m, 8346 , 2005-11-13
OFDM PAPR SLM PTS\ofdmmatlab\ofdm_eqcompand.mdl, 36610 , 2005-11-13
OFDM PAPR SLM PTS\ofdmmatlab\ofdm_exp.mdl, 37756 , 2005-11-13
OFDM PAPR SLM PTS\ofdmmatlab\ofdm_mulaw.mdl, 38330 , 2005-11-13
OFDM PAPR SLM PTS\ofdmmatlab\ofdm_mulaw_ba.mdl, 35274 , 2005-11-13
OFDM PAPR SLM PTS\ofdmmatlab\ofdm_original.mdl, 28061 , 2005-11-13
OFDM PAPR SLM PTS\ofdmmatlab\ofdm_pts.mdl, 80360 , 2005-11-13
OFDM PAPR SLM PTS\ofdmmatlab\ofdm_slm.mdl, 80238 , 2005-11-13
OFDM PAPR SLM PTS\ofdmmatlab\sim_ofdm.m, 1535 , 2005-11-13
OFDM PAPR SLM PTS\ofdmmatlab\slmsolver.asv, 16349 , 2005-11-13
OFDM PAPR SLM PTS\ofdmmatlab\stopwatch.asv, 4070 , 2005-11-13
OFDM PAPR SLM PTS\ofdmmatlab\stopwatch.m, 8361 , 2005-11-13
OFDM PAPR SLM PTS\www.pudn.com.txt, 218 , 2007-06-05
OFDM PAPR SLM PTS\ofdmmatlab, 0 , 2005-11-28
OFDM PAPR SLM PTS, 0 , 2018-01-21

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

发表评论

0 个回复

  • WINDOWS 2000下TRICON-SIS系统DDE服务器
    TRICON SIS SYSTEM DDE SEVER FOR WINDOWS 2000
    2020-06-19 05:40:01下载
    积分:1
  • Linear Systems and Signals, 2nd Edition.zip
    本书介绍了线性系统和数字信号的基础知识,对学习数字信号处理很有帮助。(this book is about linear system and digital systems,which is helpful to people learning digital signal processing)
    2021-03-09 16:09:27下载
    积分:1
  • 学习Pyhton脚本的源代码,Python是通用的易学的脚本语言
    学习Pyhton脚本的源代码,Python是通用的易学的脚本语言-learning Pyhton script source code, Python is a versatile easy to learn scripting language
    2022-01-25 21:28:45下载
    积分:1
  • account
    设计一个名为Account类。这个类包含: (1)一个名为id的int型数据域,表示账户的身份号(默认值为0)。 (2)一个名为balance的double型数据域,表示账户余额(默认值为0)。 (3)一个名为annualInterestRate的double型数据域,保存当前年利率(默认值为0)。 (4)一个无实参构造函数,创建一个默认账户。 (5)id、balance和annualInterestRate的访问器和更改器函数。 (6)一个名为getMonthlyInterestRate()的函数,返回月利率。 (7)一个名为withDraw的函数,从账户中支取指定金额。 (8)一个名为deposit的函数,向账户中存入指定金额。 画出类的UML图,实现类。编写一个测试程序,它创建一个Account对象,其ID为1122,账户余额为20000,年利率为4.5 。使用withDraw函数取出2500美元,使用deposit函数存入3000美元,然后输出账户余额、月利率和账户创建时间。(Design a class named Account. This class includes: (a) a named data type int id field that indicates the account identification number (default is 0). (2) a double-called balance of data fields, which means that the account balance (default is 0). (3) a double type named annualInterestRate of data fields, save the current interest rate (default is 0). (4) a no-argument constructor creates a default account. (5) id, balance and annualInterestRate access control and change control functions. (6) a named getMonthlyInterestRate () function returns a monthly rate. (7) a function named withDraw, drawn from the account specified amount. (8) a function called deposit to the account into a designated amount. Draw a UML class diagram, the implementation class. Write a test program that creates an Account object, its ID is 1122, the account balance is 20,000, an interest rate of 4.5 . Use withDraw function out $ 2,500, $ 3,000 deposit with deposit function, and then outputs the account balance, m)
    2013-06-01 13:21:54下载
    积分:1
  • 平方根容积卡尔曼滤波的过程 srckf
    说明:  实现了平方根容积卡尔曼滤波的过程,可以用于非线性滤波(The process of square root cubature Kalman filter is realized.It can be used for nonlinear filtering.)
    2020-08-28 14:28:12下载
    积分:1
  • calender using c language source code
    calender using c language source code
    2022-09-12 08:30:03下载
    积分:1
  • 2-WIFI透传
    说明:  对于新手调试入手很快,通过32单片进行通信控制,进行WIFI设计透传。(For novice debugging start very quickly, through 32 monolithic communication control, WIFI design transmission.)
    2020-06-25 03:40:01下载
    积分:1
  • IFFT in 802.11a systems
    802.11a中的IFFT模块的IP核实现-IFFT in 802.11a systems
    2022-03-13 10:00:03下载
    积分:1
  • 应式手风琴特效
    鼠标响应式手风琴特效是一款基于jquery+css3实现的鼠标(Mouse response accordion effect is a mouse based on jQuery + CSS3)
    2019-03-07 14:05:13下载
    积分:1
  • 实验一 熟悉操作系统工作环境 实验二 Linux进程通信程序设计 实验三 Windows服务程序设计 实验四 进度调度程序设计及分析 实验五 存...
    实验一 熟悉操作系统工作环境 实验二 Linux进程通信程序设计 实验三 Windows服务程序设计 实验四 进度调度程序设计及分析 实验五 存储管理程序设计及分析-experiment a familiar working environment operating system Linux process two experimental communication program design Wind Experiment 3 Diego experimental design services for the progress of four scheduling program design and analysis of experiments five storage management program design and analysis
    2022-02-14 17:24:23下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载