登录
首页 » matlab » QAM

QAM

于 2020-07-03 发布
0 158
下载积分: 1 下载次数: 5

代码说明:

说明:  利用MATLAB实现OFDM的发送和接收,QPSK调制、串并转换、IFFT变换、添加循环前缀,并且给出频谱图(Using MATLAB to transmit and receive OFDM, QPSK modulation, series-to-parallel conversion, IFFT transformation, adding cyclic prefix, and giving the spectrum.)

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

发表评论

0 个回复

  • 2:十进制数的显示
    十进制数的显示,就是显示十进制数字 number DATA SEGMENT DECIMAL: DW 606D ; 准备输出的十进制数,这里选择我的寝室号 606 DATA ENDS STACKS SEGMENT STACK DW 4 DUP(0) ; 开辟四个字的堆栈,初始化为 0 STACKS ENDS CODES SEGMENT ASSUME CS:CODES,DS:DATAS,SS:STACKS START: MOV AX,DATA MOV DS,AX ; 初始化 DS ;-------------------------------------------------------------- LEA BX,DECIMAL ; 取出准备输出的十进制数 606 的偏移地址,可以使用 OFFSET 代替 MOV AX,[BX] ; 将数放进 AX MOV BX,0AH ; 给 BX 初始化为 10(The display of decimal number is the display of decimal number.)
    2019-06-11 18:29:48下载
    积分:1
  • 利用实验装置,设计一个简易加法计算器的原理线路,制应用程序,实现三位十进制无符号数的加法。...
    利用实验装置,设计一个简易加法计算器的原理线路,编制应用程序,实现三位十进制无符号数的加法。-asm
    2022-02-26 22:41:20下载
    积分:1
  • 一款非常小的液晶显示屏,适合于便携式设备使用。
    一款非常小的液晶显示屏,适合于便携式设备使用。-A very small LCD screen, suitable for use in portable devices.
    2022-02-04 23:02:46下载
    积分:1
  • 单片机实现键盘输入数码管显示。给sclk8个上升沿就可以控制一个8段数码管了,当移位寄存器满了后,给st一个上升沿,就可以显示数据了...
    单片机实现键盘输入数码管显示。给sclk8个上升沿就可以控制一个8段数码管了,当移位寄存器满了后,给st一个上升沿,就可以显示数据了-SCM keyboard input digital tube display. To a rising edge sclk8 can control an 8-segment digital tube, and when the shift register is full, after a rising edge to the st, you can display the data of the
    2022-03-22 04:13:05下载
    积分:1
  • 此模板是纯DOS程序代码,需要MASM5.0,译时请使用"译到 DOS"方式...
    此模板是纯DOS程序代码,需要MASM5.0,编译时请使用"编译到 DOS"方式 -This template is a pure DOS code, need MASM5.0, compile-time, please use the " compiledDOS quot way
    2023-07-29 00:50:03下载
    积分:1
  • MCD1 real one, to light a LED and continuously put out 3 seconds after the real...
    MCD1实战一,点亮一个LED并持续3秒后熄灭 该实战的目的作为学习和应用MCD1在线调试工具套件,进行项目的软件和硬件 联合调试的范例程序,也就是当做一个用户程序实例,而演示板暂时充当用户电 路的角色。这样就构成了一个软件、硬件齐全的自制项目模拟环境。 本程序实现的功能是,把端口RC的8条引脚全部设置为输出模式,并从RC0输出高电平 从而点亮RC0口的一个LED,持续3秒后LED熄灭. 该程序可用于PIC16F87X(A)所有系列-MCD1 real one, to light a LED and continuously put out 3 seconds after the real purpose for learning and application debugging MCD1 online suite of tools to carry out the project software and hardware examples of joint commissioning procedures, that is, as a user instance, and the demonstration user circuit board to serve as a temporary role. This constitutes a software, hardware, a full range of home-made simulation environment projects. Realize the function of this procedure is that the 8-port RC pin all set to output mode and high output from the RC0 so I RC0 a lit LED, continuous 3 seconds after the LED goes out. The program can be used to PIC16F87X ( A) All Series
    2022-03-05 02:28:25下载
    积分:1
  • 用C++实现矩阵连乘问题
    用C++实现矩阵连乘问题-C matrix to achieve continually multiply problems
    2022-02-13 16:03:36下载
    积分:1
  • VB实现自动填表并提交表
    VB实现自动填表并提交表。AutomaticPost。行 32: 控件 WebBrowser1 的类 SHDocVwCtl.WebBrowser 不是一个已加载的控件类。
    2023-03-27 00:15:03下载
    积分:1
  • 用8255,8253,8259实现的具有显示时分秒的电子时钟.
    用8255,8253,8259实现的具有显示时分秒的电子时钟.-With 8255,8253,8259 realize is displayed every minute with an electronic clock.
    2022-05-06 16:25:44下载
    积分:1
  • This is a MASM compiler environment, can help you to write assembly language, ea...
    这是个 MASM 的 编译环境,可以帮助大家来编写汇编语言,早期的版本-This is a MASM compiler environment, can help you to write assembly language, early version
    2022-11-13 20:05:03下载
    积分:1
  • 696516资源总数
  • 106783会员总数
  • 25今日下载