登录
首页 » Others » 16QAM调制,MATLAB程序

16QAM调制,MATLAB程序

于 2021-05-06 发布
0 309
下载积分: 1 下载次数: 2

代码说明:

用MATLAB程序产生16QAM调制信号,并对该信号进行上变频操作

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

发表评论

0 个回复

  • 零基础入门c语言pdf文档王桂林老师
    王桂林老师零基础入门C语言pdf文档。可以百度搜索对应的视频,B站上也有上传,直接搜索王桂林就可以。原创作者:王桂林技术交流:QQ3299731691. Hello world1.1.源程序111.C语言版11.2.C++版1.1.3 hello word collection12.注释.11111121.3.从源程序到可执行程序131.集成开发环境:13.2.手动编译14.致敬大师.22352. Linux常用基础命令.…21.版本选择211.内核版木…21.2.发行版本22.目录结构221.系统目求…55668222.分区与目录23.常用命令.10231.命令格式.···+······10232.目录切换233.文件操作…10234.用户管11235.网络命令11236. Ubuntu下软件安装…1124.ⅶim文本编辑11241.vim编辑器中有三种状态模式242.vim编辑器的启动与退出.243.文件操作244.光标移动操作12245.编辑操作1324.6.查找与替换操作.1324.7.学习工具 vimtutor248.vm最简易配置14249.vm与HHKB143C语言与自然语言163.1.语法规则.32.稈序与流稈.1621.程序16322.流程和流程图.323.常用制图工4.常/变量与数据类型( Data Type).·······::·191.C语言中的关键字192.变量 Variable421.变量的定义…原创作者:王桂林技术交流:QQ3299731694.2.2.变量的命名规则:…19423.交换两个变量的内容2042.4.驼峰命名法.2043.内存模型4.3.1.物理基础432.CPU读写内存..2243.3.读写流程:22434.代码演示.234.4.计算机的基石补码..2444.1.计算机编码基础..2444.2.补码的编码规则2444.3.小结264.5.数据类型.∴264.5.1.类型总揽27452.基本类型之数值类型,27453.基本类型之字符类型46.常量( Constant33461.常量类型.462.常量的人小344.7.格式输入与输出4.7. 1. printf.354,7.2 scanf384.7.3. putchar & getchar4.7.4.输入输出缓冲垂,中4··中·;,48.类型转化( Type Cast41481.隐式转化…482.强制转化483.浮点数跟0值比较4.9.练习.44491. printf返回值有意义吗?445.运算符与表达式( Operato&& Express,)··*455.1.运符符的优先级和结合性:455.2.常见运符算符及构成的表达式475.2.1.赋值运算符与赋值表达式..….….…4752.2.算术运算符与算术表达式52.3.关系运算符与关系衣达式52.4.逻辑运算符与逻辑表达式50525.条件运算符与条件表达式525.2.6.逗号运算符与逗号表达式52.7.5 izeof运算符及其表达式5.2.8.小结………………………15453.运算符综合练习5.3.1.f(x==y)与fx=y)之间的区别532.表达式3--3--3的值是多少?原创作者:王桂林技术交流:QQ3299731695.33.表达式100结构体178133.结构体类型定义1791331.无名构造类型1801332.有名构造类型1333.别名构造体类型1811334.小结81134.结构体变量初始化及成员访问.,1811341.初始化及访问821342.成员运算符木质184134.3.赋值185135.结构体数组186135.1.定义及初始化…1352.内存存储形式187135.3.实战…188136.结构体嵌套……13.6.1.结构体中可以嵌套结构体13.6.,2.嵌套结构体变量定义和初始化.…18913.7.结构体类型作参数和返回值.1901371.结构体变量作参数和返回值.37.2.结构体指针作参数190137.3.获取当前时问函数的使用191138.结构体类型的大小4··44·······1921381.结构体成员内存分布…1382.内存对齐1921383.结构体中嵌套构造类型成员的对齐193139.结构体使用注意事项.1931391.向结构体内未初始化的指针拷贝…1392.未释放结构体内指针所指向的空间…139.3.深拷贝与浅拷贝1951310.练习3101.栈的自实现13.11 typedef类型重命名196原创作者:王桂林技术交流:QQ32997316913111. typedef作用13112.定义新类型19613113. typed和# define的区别.·;“····*19713114.小结1981312.类型大总结19814.共用( Union)与枚举(Enum199141.共用体…1991411.类型定义与变量定义.141.2.内存分析1991413.共用体小结…2021414.应用∴202142.枚1421.枚举类型定义2044.2.2.枚举变量与初始化2051423.枚举常量2061424.应用206143.练习20714.31.输山·个整型数握的字符形式…2071432.实现 short类型变量高低位互换….2071433.将下面程序中case分支常量用宏和枚举米实现20715.单向链表List)20915.1.链表价值152.静态链衣.2091521.链表节点定义1522.图示节点2091523.图示链表结构21524.代码实现.210153.动态链衣…2101531.链表图示….2111532.链表名字解释…211533.创建(尾插法)21115.34.创建(头插法)2121535.遍历213153.6.求长度.21315.37.插入2131538.查找1539.删除..21415310.排序21515311.链表反转.21615.3.12.链表销毁21715313.环形链衣……217154.作业.…218541.输入一字符串,用链表形式储存218154.2.用选择法实现单向链袤的排序。2
    2020-11-29下载
    积分:1
  • MATLAB数字信号处理85个实用案例精讲.入门到进阶+源代码(无需密码).rar
    本压缩包包含了MATLAB数字信号处理85个实用案例精讲.pdf以及每一章的实例m文件以及函数,下载即可使用,内无密码设置
    2020-12-12下载
    积分:1
  • 开源地图下载器
    开源地图下载器,是由 openlayers 中文官方站开发的,本程序为开源免费版,没有下载限制,只能下载 google 行政图,卫星图,和地形图。其他地图可以自行扩展
    2020-11-03下载
    积分:1
  • matlab图像归化代码
    使用matlab将图像归一化的代码,包含实例图片绝对可用
    2020-12-04下载
    积分:1
  • 卷积神经网络经典代码代码
    卷积神经网络经典代码代码,可以直接运行。卷积神经网络MATLAB代码
    2020-12-11下载
    积分:1
  • gps抗干扰算法
    本人对GPS的信号抗干扰算法的一些论文的收集,主要包括自适应盲波速形成算法,抗窄带干扰算法,空时域联合抗干扰算法等~
    2021-05-06下载
    积分:1
  • 淘宝app源码
    Android仿淘宝demo,帮助有需要的小伙伴!
    2020-12-03下载
    积分:1
  • 国土资源“张图”数据中心与综合监管平台建设方案
    国土资源“一张图”数据中心与综合监管平台建设方案
    2020-12-10下载
    积分:1
  • CMW500仪器手册
    CMW500的资料不多,这是非常不错的参考资料R&s CMW 500Contents overviewContents overview1 Preparing the Instrument for Use2 Getting Started3 System Overview4 Basic Instrument functions5 Remote Control6 System Command Reference7 General Purpose RF Applications8 GSM Applications9 WCDMA Applications10 WiMAX Applications11 AnnexesNote about Faceless InstrumentsChapter 1 of this manual gives an overview of the front panel controls and connectorsof the R&s CMW 500 Wideband Radio Communication Testers with display and givesall information that is necessary to put the instrument into operation and connectexternal devices. The application examples in Chapter 2 and the following chapters arealso based on a r&S CMW 500 with displayThe measurement functionality of the two instrument types is identical. You can test allmeasurement examples reported in this manual using an r&S CMW 500 withoutdisplay that is controlled from the Graphical User Interface displayed on an externalmonitor or pcFor specific information concerning faceless instruments refer to your quick start guide.Operating Manual 1202. 3986.32-03R&s CMW 500ContentsContents1 Preparing for Use…日日画1.1 Front Panel Tour1.1.1 Utility Keys…1.1.2 Status LEDs and Standby Key1.1.3 Display…1.1.4 Softkeys and Hotkeys1.1.5 Setup Keys1.1.6 Data Entry Keys223334561.1.7 Rotary Knob and Navigation Keys1.1.8 Front panel connectors1.1.8. 1 RF Connectors1.1.8.2 LAN Connector1.183 SENSOR Connector1.184 USB Connectors1.1.8.5 AF Connectors888881.2 Rear panel tour:::::B:1.3 Putting the Instrument into Operation1.3.1 Unpacking the instrument and checking the shipment1.3.2 Instrument Setup...............001.3.3 Bench Top Operation1.3.4 Mounting in a 19 Rack121.3.5 EMI Protective measures131.3.6 Connecting the Instrument to the AC Supply131.3.7 Power on and off…131.3.8 Replacing Fuses141.3.9 Standby and ready state141.4 Maintenance15Operating manual 1202.3986.32-03R&s CMW 500Contents1.4.1 Storing and Packing151.5 Connecting External Accessories…………,…,…,…,…,…,…,………,……….151.5.1 Connecting a mouse161.5.2 Connecting a Keyboard161.5.3 Connecting a Printer1.5. 4 Connecting a monitor1.5.5 Connecting a LAN Cable788916 Starting the R&scMW500 and Shutting D。wn…,.....,.,…,,,191.7 Remote Operation in a LAN...........-.201.7.1 Assigning an IP Address201.7.2 Remote Desktop Connection221.8 Windows xP国国国面1.9 Firmware Update…,,…,,,,,,,,,",…,…222 Getting Started,…,…,…252.1 Basic tasks.…252.1.1 Accessing Dialogs252.1.2 Using Keyboard Shortcuts272.1.3 Data entr272.14 Using Front Panel Keys.……282.1.5 Using an External Keyboard2.1.6 Task bar302.2 Sample Session…312.2.1 Generating an rf signal312.2.1.1 GPRF Generator2.2.2 Measuring an RF Signal332.2.2.1 GPRE Power333 System Overview…363.1 Generators363.1.1 Generator Control363.1.2 RF Path Settings(Generators)37Operating manual 1202.3986.32-03R&s CMW 500Contents3.2 Measurements383.2.1 Measurement control383.2.2 Connection Control(Measurements393.2.3 Statistical Settings3. 2. 4 Statistical Results3.2.4.1 Statistics Type423.2.4.2 Detectors433.2.4.3Peak∨ alues.433244 Averaging…443.245 Standard deviation143.2.5 Trigger Settings453.2.6 TX Measurements453.2.6.1 Power results463.2.6.2 Modulation accuracy3.2.6.3 Adjacent Channel Power(Spectrum)493.2.6.4 Spectrum Emission Mask493.2. 6.5 Code domain power503.2.6.6 Multi-Evaluation measurements4 Basic Instrument Functions534.1.1 Startup Dialog534.2 Utility Dialogs544.2.1 Reset Dialog..4.2.2 Print Dialog554.2.3 Save/Recall Dialog564.3 Setup Dialog…,,,,…574.3.1 Activating Options584.3.2 Selftests…594.3.2.1 General test features604.3.2.2 Board Tests614.3.23 System Tests…62Operating Manual 1202.3986.32-03R&s CMW 500Contents4.3.2.4 Performing Selftests24.3.25 Selftest Parameters634.3.3 Reference Frequency654.3.3.1 Reference Frequency Settings654.3.4 Measurement Controller Dialog664.3.5 Generator Controller Dialog665 Remote Control685.1 Remote Control Operation685.1.1 Establishing and Testing a LAN Connection705.1.2 Switchover to remote control5.1.3 Return to Manual Operation715.2 Messages国国国面…725.2.1 VXI-11 Interface Messages725.2.2 GPIB Bus Interface Messages..725.2.3 Device Messages(Commands and Device Responses)735.2. 4 SCPl Command structure and syntax735.2.4.1 Common commands745.2.4.2 Instrument-Control Commands5.2.4,3 Structure of a command line765.2.4.4 Responses to Queries5.2.45 SCPI Parameters,775.2.4.6 Use of SCPl Subsystems95.3 R&s CMW Software and command structure5.3.1 General command structure5.3.2 Firmware applications815.3.3 Measurement Contexts and views5.4 Control of the instrument825.4.1 Measurement Control825.4.1.1 Measurement states and measurement control commands835.4.1.2 INITiate: : MEASurement84Operating manual 1202.3986.32-03R&s CMW 500Contents5.4.1.3 ABORt: MEASurement 8554.14sTOP:< Application> MEASurement>.,……855.4.1.5 Measurement substates855.4.2 Statistical Settings865.4.3 Retrieving Measurement Results885.4,3. FEtCh.? Command885.4.3.2 READ.? Command∴8954.33 Retrieving Single∨ alues and traces.…5.4.4 Reliability Indicator5.4.4.1 Common Reliability Indicator……5.4.5 Multi-Evaluation Measurements5.4.6 Generator control925. 4.7 RF Path Settings945.4.8 Resource and path Management∴945.4.8. 1 Basic RPM Principles5.4.8.2 Queuing of Measurements∴9654.83 Causes for task Conflicts5.4.8.4 Monitoring Measurement and Generator States995.5 Command Processing...:::::B:995.5.1 Input Unit1005.5.2 Command Recognition1005.5.3 Data base and instrument hardware1015.5.4 Status Reporting System1015.5.5 Output Un1025.6 Status Reporting System1025.6.1 Overview of status Registers1035.6.2 Structure of an SCPl Status Register…1035.6.2.1 Description of the five status register parts1045.6.3 Contents of the Status Registers1055.6.3.1 STB and sre.105Operating manual 1202.3986.32-03R&s CMW 500Contents5.6.3.2 IST Flag and pPe.1065.6. 3.3 EsR and ese∴1075.6.3 4 STATus: OPERation1085.6.3.5 STATus QUEStionable1085.6.4 Application of the status reporting s ystem1085.6.4.1 Service Request1085.6.4.2 Serial poll1095.6.4.3 Parallel poll1095.6.4.4 Query of an Instrument Status1105.64.5 Error queue.….115.6.5 Reset Values of the Status Reporting System1116 Command reference∴∴11361 Special Terms and Notation…,…………,…,…,………,…,…,,…,………………1136.2 Common commands1156.3 Instrument-Control commands.117631 MMEMory Commands…..,,,…,,……1176.3.2 Ref Frequency Commands1206.3.3 STATus Commands1216.3.4 SYSTem Commands1256.3.5 LAN Services1256.3.6 Miscellaneous Instrument Settings1286. 4 Alphabetical List of Commands System)1317 GPRF Applications1337.1 GPRF Measurements and generators1337.1.1 General Purpose RF Generato.1337.1.1.1 GPRF Generator(Constant Frequency)1337.1.1.2 Arbitrary RF Generator(Option R&S CMW-B110 A)1347.1.13 List Mode∴1357.1.2 Power measurement1357.1.2.1 Test Setup…135Operating manual 1202.3986.32-03
    2020-12-05下载
    积分:1
  • opengl绘制简单场景,实现平移旋转缩放和灯光
    opengl绘制简单场景,实现平移旋转缩放和灯光
    2020-12-06下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载