虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

无线信号实时<b>监测</b>系统

  • 本章主要介绍GSM 有关的基础知识

    本章主要介绍GSM 有关的基础知识,诸如:GSM 发展简史、数字移动通信 技术、GSM 系统结构及相关接口、TDMA 帧结构、GSM 的区域定义及GSM 识别号、无线接口的逻辑信道及系统消息、GSM 系统的移动性管理和安全性 管理以及GSM 移动网络结构和信令网等。

    标签: GSM 基础知识

    上传时间: 2014-01-21

    上传用户:R50974

  • 这是一个7"LCD 液晶屏显示器

    这是一个7"LCD 液晶屏显示器,通过一个BOX(如压缩包图)转接,使此显示器多达三个信号输入源。其中AV1、AV2接DVD信号,另外一个接倒车摄像头视频信号。而且此显示器系统具有自动视频切换功能,即当显示器在播放DVD视频且汽车倒车时,显示器会自动切换到倒车视频。

    标签: LCD 液晶屏 显示器

    上传时间: 2016-01-08

    上传用户:mhp0114

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.

    标签: represented integers group items

    上传时间: 2016-01-17

    上传用户:jeffery

  • The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)

    The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).

    标签: converts Toolbox complex logical

    上传时间: 2016-02-12

    上传用户:a673761058

  • 网上下载的一个rtx例子

    网上下载的一个rtx例子,RTX实时操作系统——电子扫描系统

    标签: rtx

    上传时间: 2016-07-18

    上传用户:dreamboy36

  • 这是一个单片机开发程序

    这是一个单片机开发程序,可以实现电机的无级调速,并能够在界面显示实时曲线,整个系统可以实现双系统控制

    标签: 单片机开发 程序

    上传时间: 2013-12-24

    上传用户:xyipie

  • 随着社会的发展和科学技术的进步

    随着社会的发展和科学技术的进步,现代社会对测量仪器的需 求越来越广,对仪器的性能要求也越来越高。在迅速发展的集成电 路技术和计算机技术的推动下,测量仪器也正发生巨大的变化。以 虚拟仪器为代表的新型测量仪器改变了传统仪器的思想,它们充分 利用计算机强大的软硬件功能,把计算机技术和测量技术紧密结合 起来。特别是基于计算机平台的各种测量仪器由于成本低、使用方 便等优点得到了更广泛的应用,在计算机普及率比较高的高等院校, 这种测量仪器对教学和科研都有重要的使用价值。 本文作者在对各种数字测量系统深入研究的基础之上,采用虚 拟仪器的思想,结合计算机的结构特点,设计出一套以计算机为平 台,包含信号采集与显示的综合测试系统。本系统包括有频率计、 示波器、频谱分析仪等多种仪器的功能。能对信号进行综合测量。 系统的关键部分是高速数据采集。系统中的逻辑控制部分采用CPLD 来实现,大大提高了系统的集成度。系统在信号的采样方法上采用 了一种新的方案并进行了试验验证。本文从系统总体设计的角度, 对整个系统的方案设计、制板、调试过程以及试验结果等方面进行 了详细论述。

    标签: 发展

    上传时间: 2013-12-24

    上传用户:Thuan

  • 最近看到有人提问怎样用FFT实现频谱分析

    最近看到有人提问怎样用FFT实现频谱分析,我认为能够进行到频谱分析的人,对于系统研究的深度基本上已经相当不错了。本人今天做了一个例程,发给大家参考一下。 历程主要内容(signal_analyzer.rar)如下: test1.txt 第一列为时间t,0.001s为步长;第二列为系统的输入信号;第三列为系统的输出信号。 signal_analyzer.m首先将test1.txt 的数据读入workspace,然后进行FFT,分析出两信号的频率,输出对于输入的幅值衰减(db),输出对输入的相位差。

    标签: FFT 频谱分析

    上传时间: 2016-11-19

    上传用户:xinyuzhiqiwuwu

  • test1.txt 第一列为时间t

    test1.txt 第一列为时间t,0.001s为步长;第二列为系统的输入信号;第三列为系统的输出信号。 signal_analyzer.m首先将test1.txt 的数据读入workspace,然后进行FFT,分析出两信号的频率,输出对于输入的幅值衰减(db),输出对输入的相位差。

    标签: test txt

    上传时间: 2014-01-26

    上传用户:wcl168881111111

  • 汉诺塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation

    汉诺塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation eg. if n = 2 A→B A→C B→C if n = 3 A→C A→B C→B A→C B→A B→C A→C

    标签: the animation Simulate movement

    上传时间: 2017-02-11

    上传用户:waizhang