CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 显示波形

搜索资源列表

  1. DigitalFilter

    1下载:
  2. 1.题目:数字滤波器的设计与应用 2.设计要求:利用 Matlab 软件,以复合信号分离为例,对 “数字信号处理” 课程中 的谱分析 、数字滤波器设计和信号滤波这三个过程进行了仿真实现,给出了仿真结果。 3.具体步骤: (1)构造原始信号s(t) (2)画出s(t)的频谱 (3)设计ellipse数字滤波器(IIR),包括低通,带通,带通,并显示幅频特性 (4)用得到的滤波器进行滤波,分离出三路信号,观察时域波形和幅频特性 (5)用三路信号s1,
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1522
    • 提供者:张智刚
  1. adfilter

    0下载:
  2. 设计一个3阶低通切比雪夫滤波器,对信号发生器产生的频率为1KHZ的正弦信号进行实时滤波,将结果通过示波器显示,并与滤波前的波形进行对比。-Design a 3-order low-pass Chebyshev filter, the signal generator' s frequency sinusoidal signal 1KHZ real-time filtering, the results shown by the oscilloscope, and waveform with
  3. 所属分类:DSP program

    • 发布日期:2017-04-05
    • 文件大小:2128
    • 提供者:欢欢牛
  1. SINEWAVE

    0下载:
  2. 利用定时器产生一个2kHz 的正弦信号。定时器被设置成每25uS 产生一次中断(等效于采样速率为40K)。利用该中断,在中断服务程序中用叠代算法计算出一个SIN值,并利用CCS 的图形显示功能查看波形。开发环境为ccs2.2,硬件为DES5410APP-U开发板。-Use timer to produce a 2kHz sinusoidal signal. Timer is set to generate an interrupt each 25uS (equivalent to the sam
  3. 所属分类:DSP program

    • 发布日期:2017-04-02
    • 文件大小:6994
    • 提供者:黄天
  1. 51boxing

    0下载:
  2. 使用89S51单片机开发系统,和D/A转换器产生各种波形,并且在示波器上可以显示,频率可调。-Using 89S51 microcontroller development system, and D/A converter produces a variety of waveforms, and can be displayed in the oscilloscope, frequency adjustable.
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:123064
    • 提供者:尹征程
  1. display_fpga_coordinate(backup)

    0下载:
  2. 该文件基于fpga实现的数字示波器的lcd显示控制部分,可以实现坐标与波形显示。文件包括modelsim部分仿真程序。-The document is based on fpga implementation of digital oscilloscope lcd display control part can be achieved with the waveform display coordinates.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:1321311
    • 提供者:肖康
  1. main

    0下载:
  2. 示波器的制作,可以实现波形,峰峰值和频率的测量和显示-Oscilloscope production, can achieve waveform, peak to peak and frequency of measurement and display
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:800
    • 提供者:李小
  1. 1111111

    0下载:
  2. 用vb来显示工业控制过程中的数据点的采集,并且绘制出波形-Industrial Control using vb to show the process of collecting data points and draw out the waveform
  3. 所属分类:Document

    • 发布日期:2017-05-06
    • 文件大小:1348573
    • 提供者:徐以坊
  1. fengpin

    0下载:
  2. 1.其中top file 为 division,其中的clk_com是比较的频率,用它来和分频后波形进行比较,便于观察, 2.any_enve为任意偶数分频文件 3.any_odd为任意奇数分频文件 4.是一个用于2进制与8进制的译码器,我用它来显示在数码管上当前到底是多少分频-1. Which top file to division, which is relatively clk_com frequency and the frequency with whi
  3. 所属分类:Document

    • 发布日期:2017-03-30
    • 文件大小:11625
    • 提供者:lxj
  1. addnewdata

    0下载:
  2. c++录音 实现实时波形显示,回放波形显示-record sound。wave realtime display
  3. 所属分类:Audio program

    • 发布日期:2017-05-11
    • 文件大小:2567096
    • 提供者:shiaiwei
  1. chuankouviewer

    0下载:
  2. 可用QT CREATER打开运行也可以用终端直接运行编译好的可执行文件,由QT开发界面,C++为主要语言,可以实现串口输入内容的实时波形显示-Available QT CREATER run can also be used to open the terminal to run the compiled executable files directly from QT development interface, C++ as the primary language, can achiev
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:956917
    • 提供者:秦玉龙
  1. fir

    0下载:
  2. DES3200实验系统的模拟信号输出通道产生一个1KHz 的方波,然后利用信号输入通道对产生的方进行低通滤波,得到一个1KHz 的正弦信号,并使用CCS 的图形显示工具显示输入和输出的波形。这里我们使用的是一个46阶的对称结构的FIR低通滤波器,其采样频率Fs为25KHZ,通带截止频率 1KHZ,阻带截止频率为3KHZ,阻带衰减为-60dB。-DES3200 experimental system analog output channel generates a 1KHz square wav
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:11265
    • 提供者:杨美美
  1. singnalG

    0下载:
  2. 基于单片机任意波形显示,内附详细代码,请宝贝一下啊-Microcontroller based arbitrary waveform display, containing a detailed code, please click ah baby
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:117470
    • 提供者:yangyang
  1. remotecontroloperationoftheoscillosope

    0下载:
  2. 本程序主要实现的是对示波器的远程控制操作,其中包括串口数据连接,以及波形显示。-This procedure is primarily to achieve remote control operation of the oscilloscope, including the serial data connection, and the waveform display.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:124851
    • 提供者:michelle
  1. shuzipinlvji

    0下载:
  2. 【摘要】本设计是基于AT89C2051单片机的软硬件系统设计,硬件电路包括信号预处理电路、波形转换电路、波形整形及分频电路、显示电路,它们在本文中都有详细介绍。在单片机设计中应用单片机的数字运算和控制功能实现了测频量程的自动切换,满足了时间要求和精度要求。 【关键词】频率计;分频;AT89C2051 -【Abstract】This paper presents a design for frequency meter based on AT89C2051 Single-Chip Microc
  3. 所属分类:Project Design

    • 发布日期:2017-04-03
    • 文件大小:641384
    • 提供者:张谦
  1. HRV

    1下载:
  2. 画心率变异信号的波形,动态实时显示,基于对话框,包含一个登录模块,有数据库的简单处理-Heart rate variability waveform drawing, dynamic real-time display, based on the dialog box that contains a login module, there is a simple database processing
  3. 所属分类:GUI Develop

    • 发布日期:2015-09-07
    • 文件大小:2681856
    • 提供者:
  1. VB_window

    1下载:
  2. 本次设计的虚拟示波器的特点:使用高级语言VB设计应用程序,不仅实现波形显示,还可以对数据分析和处理。-This design has the characteristics: the use of advanced VB application, design language not only, still can show to wave data analysis and processing.
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:136890
    • 提供者:王林
  1. DSGsetup

    0下载:
  2. 具有产生正弦波、方波、三角波三种周期性的波形。 用键盘输入编辑生成上述三种波形(同周期)的线性组合波形,以及由基波及其谐波( 5次以下)线性组合的波形。 具有波形存储功能。 输出波形的频率为100Hz~20KHz(非正弦波频率按10次谐波计算):重复频率可调,频 率步进间隔≤100Hz。 输出波形幅度范围0~5V(峰-峰值),可按步进0.1V(峰-峰值)调整。 具有显示输出波形的类型、重复频率(周期)和幅度的功能。 - This design ha
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-10
    • 文件大小:2322768
    • 提供者:王林
  1. 1

    0下载:
  2. 信号发生器是一种常用的信号源,广泛地应用于电子电路、自动控制系统和教学实验等领域。目前使用的信号发生器大部分是函数信号发生器,且特殊波形发生器的价格昂贵。所以本设计使用的是AT89c51单片机构成的发生器,可产生三角波、方波、正弦波等多种特殊波形和任意波形,波形的频率可用程序控制改变。在单片机上加外围器件距阵式键盘,通过键盘控制波形频率的增减以及波形的选择,并用了LCD显示频率大小。在单片机的输出端口接DAC0832进行D/A转换,再通过运放进行波形调整,最后输出波形接在示波器上显示。本设计具
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:1594
    • 提供者:
  1. boxingxianshi

    1下载:
  2. 非常强悍的波形显示代码,试验证明比plotlab要好用。-Very powerful waveform display code, test proved to be useful than plotlab.
  3. 所属分类:Graph program

    • 发布日期:2015-05-12
    • 文件大小:69632
    • 提供者:阳光
  1. TST29

    0下载:
  2. EVC平台,单文档视图窗口编程,波形显示、窗口拆分等功能-EVCplatform, single document view window programme,including the functions as follows: wave showing \window
  3. 所属分类:Windows CE

    • 发布日期:2017-05-17
    • 文件大小:4314877
    • 提供者:薛元
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com