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

Analyzer

变频功率分析仪是用于各类变频调速系统的电压、电流、功率、谐波等电量测试、计量的新型测量设备,是变频技术高速发展的必然产物,也是变频技术持续健康发展的重要基础仪器,更是变频设备能效评测不可或缺的工具。
  • a compiler in java that parses and creates lexer Analyzer

    a compiler in java that parses and creates lexer Analyzer

    标签: compiler Analyzer creates parses

    上传时间: 2014-12-03

    上传用户:lanhuaying

  • This article describes how to build simple audio spectrum Analyzer based on FFT algorithm using Phi

    This article describes how to build simple audio spectrum Analyzer based on FFT algorithm using Philips LPC2138 microcontroller.

    标签: algorithm describes Analyzer spectrum

    上传时间: 2017-05-11

    上传用户:jcljkh

  • Builiding of 8 bit Logic Analyzer

    Builiding of 8 bit Logic Analyzer

    标签: Builiding Analyzer Logic bit

    上传时间: 2014-01-16

    上传用户:youlongjian0

  • SKIN INSTALLATION Blue Skin Analyzer in Php-MYSQL 1. Upload folder from zip on your server int

    SKIN INSTALLATION Blue Skin Analyzer in Php-MYSQL 1. Upload folder from zip on your server into the folder "style" of ActualAnalyzer. 2. Point your browser to your domain to file "admin.php" and select skin in section "Settings".

    标签: INSTALLATION Php-MYSQL Analyzer Upload

    上传时间: 2014-08-24

    上传用户:Yukiseop

  • SKIN INSTALLATION Grey Skin Analyzer--PHP-MYSQL 1. Upload folder from zip on your server into

    SKIN INSTALLATION Grey Skin Analyzer--PHP-MYSQL 1. Upload folder from zip on your server into the folder "style" of ActualAnalyzer. 2. Point your browser to your domain to file "admin.php" and select skin in section "Settings".

    标签: INSTALLATION PHP-MYSQL Analyzer Upload

    上传时间: 2014-05-30

    上传用户:gaojiao1999

  • 有史以来最全面的手机原理资料. 本资料主要内容包括Analyzer日常的生产流程介绍

    有史以来最全面的手机原理资料. 本资料主要内容包括Analyzer日常的生产流程介绍,GSM移动通信系统介绍,Motorola系列手机电路原理介绍,Analyzer日常仪器与工具介绍以及手机测试过程与缺陷分析方法介绍等内容。主要用于对新加入Analyzer队伍的人员进行培训,使之能很快地清楚Analyzer的工作意义与内容,了解Motorola手机产品的工作原理与生产、测试流程,掌握一定的仪器与工具的使用方法,并初步建立起分析工作的正常流程与思路。本资料将主要介绍一些概念性的内容,具体的技术问题请参阅相关资料。

    标签: Analyzer 手机 生产流程

    上传时间: 2017-09-28

    上传用户:shinesyh

  • 基于FPGA的虚拟逻辑分析仪

    随着数字技术、大规模集成电路及计算机的大量普及和快速发展,逻辑分析仪(Logic Analyzer,简称LA)作为数字系统的数据域测试仪器中应用最为广泛、最有代表性的一种通用测试仪器,为解决越来越复杂的数字系统的检测和故障诊...

    标签: FPGA 虚拟逻辑 分析仪

    上传时间: 2013-05-17

    上传用户:鱼鱼鱼yu

  • 基于MSP430F1611单片机的音频信号分析仪设计

      为了使音频信号分析仪小巧可靠,成本低廉,设计了以2片MSP430F1611单片机为核心的系统。该系统将音频信号送入八阶巴特沃兹低通滤波器,对信号进行限幅放大、衰减、电平位移、缓冲,并利用一单片机负责对前级处理后的模拟信号进行采样,将采集得到的音频信号进行4 096点基2的FFT计算,并对信号加窗函数提高分辨率,另一单片机负责对信号的分析及控制显示设备。此设计精确的测量了音频信号的功率谱、周期性、失真度指标,达到较高的频率分辨率,并能将测量结果通过红外遥控器显示在液晶屏上。   Abstract:   o make the audio signal Analyzer cheaper, smaller and more reliable, this system sends the audio signal to the eight-order butterworth filter, and then amplifies, attenuates, buffers it in a limiting range, transfers the voltage level of the signal before utilizing two MSP430F1611 MCU to realize the audio analysis. One is charged for sampling and dealing with the processed audio signal collected by the 4096 point radix-2 FFT calculation and imposes the window function to improve the frequency resolution. The other one controls the display and realizes the spectrum, periodicity, power distortion analysis in high resolution which is displayed in the LCD screen through the infrared remote control.

    标签: F1611 1611 430F MSP

    上传时间: 2013-12-11

    上传用户:jasonheung

  • keil使用笔记

    keil 使用笔记:在Memory窗口上输入address_type:address才能看到正确地址的变量debug~perfermance Analyzer加入要察看的模块名称,然后view~perfermance Analyzer window 可以察看各个模块运行时间①Display address_type:address B:Bit address C:Code Memory Bx:Code Bank D D:80H 命令可以查看特殊寄存器 data D I:0 命令可以查看内部RAM数据iData; D X:0 命令可以查看外部RAM数据xData; ②R1 //显示R1 register ~R1 //显示变量R1 R1 = R7 //对寄存器Rx操作R1 = --R7 R1 = 0x20 ③main //显示main()的开始地址d main //显示main()的代码④向RAM.ROM中写数据Enter data_type address_type:address expr,expr.... data_type:int char double float long E char data:0x20 1,2,3,4 //向data区0x20开始的地址写1,2,3,4 变量放在RAM的30H,要把定义放在main前面!另外特别注意,内部RAM通常供C程序存放中间变量等,所以一定要看看编译后的程序中是否存在存储单元冲突的情况,比如如果程序中 使用了别的寄存器组的话,08-1FH单元就不能用了unsigned long data i _at_ 0x30

    标签: keil 使用笔记

    上传时间: 2013-11-05

    上传用户:dongqiangqiang

  • Rainbow Blaster 使用手册v1.0

    一、Rainbow Blaster 的特性Rainbow Blaster全面兼容Altera的USB Blaster下载电缆,通过计算机的USB接口可对Altera的FPGA/CPLD以及配置芯片进行编程、调试等操作。支持的Altera FPGA/CPLD器件如下:l Stratix II、Stratix GX及Stratix系列l Cyclone II及Cyclone系列l APEX II 及APEX 20K系列l ACEX 1Kl Mercuryl FLEX 10K、FLEX 10KE和FLEX 10KA全系列l Excaliburl MAX 3000、MAX 7000和MAX II全系列支持的配置芯片如下:l EPC2, EPC4, EPC8, EPC16, EPC1441l EPCS1, EPCS4, EPCS16,EPCS64支持的目标板IO电压:l 1.5V、1.8V、2.5V、3.3V、5V二、Rainbow Blaster工作需求1.软件需求:l Windows 2000 和XP 操作系统。l 需要安装QuartusII4.0 及以上版本。l Quartus II Programmer (编程或配置操作需要)l Quartus II SignalTap II Logic Analyzer (逻辑分析操作需要)2. 电源需求:l 从USB 电缆的PC 端提供直流5.0V;l 从目标板下载接口提供直流1.5V 至5.0V。三、硬件连接请按如下步骤顺序操作:1. 关掉目标板电源。2. 将USB 电缆一端(大口)接到PC 或笔记本电脑上的USB 接口,另一端(小口)接到Rainbow Blaster。3. 将Rainbow Blaster 的10PIN Female(母头)接头按照方向指示连接到目标

    标签: Rainbow Blaster 1.0 使用手册

    上传时间: 2013-10-15

    上传用户:yd19890720