登录
首页 » matlab » 对于平方解调和希尔伯特解调分析的展示

对于平方解调和希尔伯特解调分析的展示

于 2020-08-23 发布 文件大小:1KB
0 211
下载积分: 1 下载次数: 8

代码说明:

  此编程是对于平方解调和希尔伯特解调分析的展示,希望能够帮到大家(This programming is for the square demodulation and Hilbert demodulation analysis of the show, hoping to help everyone)

文件列表:

解调分析\wh_decom_sqrt.m
解调分析\wh_hilbert.m
解调分析

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

发表评论

0 个回复

  • PropagationModel
    利用MATLAB进行信道建模仿真,包括SUI模型,Clarke/Gans模型,多径衰落仿真GUI,UWB模型,两径模型,指数PDP模型(MATLAB for channel modeling simulation, including SUI model, Clarke/Gans model, multi-path fading simulation GUI, UWB model, two-path model, index PDP mode)
    2017-11-18 10:00:35下载
    积分:1
  • workspace
    并联机构工作空间的求解,主要针对6sps结构。(parallel manipulator workspace .)
    2021-03-20 12:19:18下载
    积分:1
  • 服务器端通过socket()系统调用创建一个Socket数组后(即设定了接受连接客户的最大数目),与指定的本地端口绑定bind(),就可以在端口进行侦听list...
    服务器端通过socket()系统调用创建一个Socket数组后(即设定了接受连接客户的最大数目),与指定的本地端口绑定bind(),就可以在端口进行侦听listen()。如果有客户端连接请求,则在数组中选择一个空Socket,将客户端地址赋给这个Socket。然后登录成功的客户就可以在服务器上聊天了。-Server-side through the socket () system call to create a Socket after the array (that is set to receive the maximum number of connected customers), with a specified local port to bind bind (), will be able to listen on port listen (). If the client has to connect the request, then select an empty array Socket, the client address assigned to the Socket. And then sign in the success of customers can chat on the server.
    2023-08-19 03:20:03下载
    积分:1
  • IPMsg.src_java
    aav局域网通信——飞鸽传书源代码,大家都知道VB版、VC版还有Delphi版的飞鸽传书软件,但是Java版的确实不多,因此这个Java文件传输实例不可错过,Java网络编程技能的提升很有帮助。(aav LAN communication- IP Messenger source code version we all know VB, VC version as well as Delphi version of IP Messenger software, but does not much Java version, so the Java file transfer instance not to be missed, Java Network enhance the programming skills helpful.)
    2013-12-16 10:30:02下载
    积分:1
  • 基于HOMER仿真的太阳能混合发电系统设计
    太阳能混合发电的背景、目的和意义以及混合发电系统在国内外的研究与应用现状, 构建了混合发电系统,设计了系统的结构图,并运用HOMER软件进行仿真分析。针对该混合发电系统经济效益问题,结合HOMER软件仿真与调试的结果,综合分析了该发电系统的预计运行成本和经济效益,确定出最终的设计结果和结论。(Design of solar hybrid power system based on HOMER simulation)
    2018-09-21 13:56:37下载
    积分:1
  • 1-4
    Duck公司在仓库安装了红外报警装置,如图所示,所有红外线互不相交。n个发射器和n个接收器将平面分成n+1个区域,从左到右分别记作0、1、…、n。现在技术人员正在进行调试,对于每个点,需要快速知道它处于哪个区域。若正好处于红外线上,则视为处于右边的区域。 输入 第一行两个整数n、m,表示有n条直线、m个点 接下来n行,每行两个整数a、b,表示一组报警装置的发射器安装在(a, 0),接收器安装在(0, b)。每行a、b都比前一行的大 接下来m行,每行两个整数x、y,表示求点(x, y)所在的区域 输出 输出m行,每行一个数,对应每个点所在区域的编号(Duck installed infrared alarm in the warehouse, as shown in the figure, all infrared rays do not intersect. The n transmitters and n receivers divide the plane into n + 1 regions, denoted 0, 1, ..., n from left to right, respectively. Now technicians are debugging, for each point, you need to quickly know where it is located. If it is on the infrared, it is considered as the area to the right.)
    2020-10-15 15:57:29下载
    积分:1
  • Ls
    说明:  如何编图形软件开发程序,画图过程的显示,图像分层显示 图层软件架构: 大型图形软件通用的架构,是用一个抽象类(CLayer)的多态派生类对不同图层代码分类管理。 (如果将各种图形绘制以及拖放过程在一个类中编写,最后这个类的代码将无比庞大而且难于维护) a)支持画直线、矩形和椭圆等多种图形的软件,必须将鼠标按下、释放和拖动等事件联合处理; b)支持绘图过程中的显示; c)支持鼠标光标掠过某个图层时显示热点跟踪(HotTrack)状态; d)单击某个图层时显示选中状态; e)拖动某个选中状态图层的功能(根据鼠标落点和起点的距离进行偏移); f)新绘制的图层和已绘制好选中的图层边框和填充颜色管理。(How to make graphical software development procedures, drawing process display, image layered display Layer software architecture: The general architecture of large graphics software is to classify and manage different layers of code using a polymorphic class derived from an abstract class (CLayer). (if the various graphic drawing and drag and drop processes are written in a class, the code for that class will be extremely large and difficult to maintain) A) software that supports graphics such as straight lines, rectangles, and ellipses. It must combine the mouse, press, release, and drag events together; B) support display in drawing process; C) displays the hot spot tracking (HotTrack) state when the mouse cursor is passed over a layer; D) displays a selected state when clicked on a layer; E) drag the function of a selected layer (offset by the distance between the mouse and the starting point); F) the new layer and the selected layer border and fill color management.)
    2017-06-12 23:32:17下载
    积分:1
  • ADODateGrid
    使用SQL语句对数据库进行通用操作,使用DataGrid控件显示,VC++经典编程学习源码,很好的参考资料。(Use the SQL statement to the general operation of the database, use the DataGrid control to display, VC++ classic learning programming source code, a good reference.)
    2013-11-25 12:52:36下载
    积分:1
  • windows消息收发
    windows消息收发程序-windows news receiving and dispatching procedure
    2022-11-16 18:50:03下载
    积分:1
  • 757182
    易语言 通用游戏脚本编辑器 供大家学习交流 只供参考学习 勿用于商业用途 否则后果自负()
    2018-05-02 18:52:52下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载