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

frequency-domain

  • 基于STM32单片机设计的非接触式电流检测控制系统

    本系统基于STM32单片机设计的非接触式电流检测控制系统,通过OPA548片将所给任意信号放大,由100Ω电阻和INA128芯片进行电流电压转换放大后,利用STM32单片机对获取的电压信号以0.488μs频率采样,利用STM32单片机的FFT库,获得信号的谐波信息。测量电流信号精准,该设计可广泛应用在以STM32单片机为核心控制器件的新型仪表中,性能精准且抗干扰能力强。This system is a non-contact current detection and control system based on STM32 single chip microcomputer. It amplifiesany signal through OPA548 chip, converts and amplifies the current and voltage by 100 Ω resistance and INA128 chip. The obtainedvoltage signal is sampled at the frequency of 0.488 μs by STM 32 single chip microcomputer, and the harmonic information of the signalis obtained by the FFT library of STM 32 single chip microcomputer. The measurement of current signal is accurate. This design can bewidely used in a new instrument with STM 32 single chip microcomputer as its core control device, with accurate performance and stronganti-interference capability.

    标签: stm32 单片机

    上传时间: 2022-03-27

    上传用户:tqsun2008

  • 基于MSP430单片机及FPGA的简易数字示波器

    数字示波器功能强大,使用方便,但是价格相对昂贵。本文以Ti的MSP430F5529为主控器,以Altera公司的EP2C5T144C8 FPGA器件为逻辑控制部件设计数字示波器。模拟信号经程控放大、整形电路后形成方波信号送至FPGA测频,根据频率值选择采用片上及片外高速AD分段采样。FPGA控制片外AD采样并将数据输入到FIFO模块中缓存,由单片机进行频谱分析。测试表明:简易示波器可以实现自动选档、多采样率采样、高精度测频及频谱分析等功能。Digital oscilloscope is powerful and easy to use, but also expensive. The research group designed a low-cost digital oscilloscope, the chip of MSP430F5529 of TI is chosen as the main controller and the device of EP2C5T144C8 of Altera company is used as the logic control unit. Analog signal enter the programmable amplifier circuit, shaping circuit and other pre-processing circuit. The shaped rectangular wave signal is sent to FPGA for measure the frequency. According to the frequency value to select AD on-chip or off-chip high-speed AD for sampling. FPGA controls the off-chip AD sampling and buffers AD data by FIFO module. The single chip microcomputer receives the data, and do FFT for spectrum analysis. The test shows that the simple oscilloscope can realize automatic gain selection, sampling at different sampling rates, high precision frequency measurement and spectrum analysis.

    标签: msp430 单片机 fpga 数字示波器

    上传时间: 2022-03-27

    上传用户:突破自我

  • Linux内核裁剪与编译

    学习本章要达到的目标:口1.理解 Linux内核编译选项的含义口2.学会根据不同的硬件配置裁减定制内核;口3.理解内核编译过程中每一步的功能,并编译 Linux2.630内核。需要去重新编译 Linux内核口增加操作系统对新的硬件设备的支持口增加内核新的功能口对内核代码或内核配置进行优化时Prompt for development and/or incomplete code/drivers口显示处于开发调试中或尚未完善的代码或驱口选中:如果是测试人员或者开发者;口不选:其他情况Local version append to kerne release口追加本地版本号口使用命令“uname-a”进行查看。POSIX Message Queues口 POSIX消息队列的支持,这是 POSIX进程间通信的一部分BSD Process Accounting口将进程的统计信息写入文件口信息通常包括建立时间、所有者、命令名称、内存使用、控制终端等,这个选项一般是选择的。Enable loadable module support口使能可加载模块支持口如果使能此选项则可以通过"makemodules_insta"把内核模块安装在/lib/modules/中Kernel support for ELF binaries口内核对ELF文件格式的支持口ELF是开放平台下最常用的二进制文件格式支持动态连接,支持不同的硬件平台Kernel support for a out and ECOFF binaries口早期UNIX系统的可执行文件格式,目前已经被ELF格式取代Unix domain sockets口本机高效率的 Socket口仅能运行在本机上的高效率的 Socket,简称 Unix socket。口很多进程使用为这种机制在操作系统内部进行进程间通信,例如 X Window和 syslog等TCP/IP networking口TcP/IP网络协议的支持

    标签: linux

    上传时间: 2022-03-29

    上传用户:kingwide

  • 基于数字信号处理的超声手术刀电源控制电路设计与实现

    目的:自主研制一款超声手术刀电源控制系统,以减少能量的消耗,维持手术刀的正常温度。方法:对超声换能器在谐振附近的等效电路建立模型,并设计基于数字信号处理(DSP)的超声手术刀的硬件控制系统。结果:经对电源控制系统的电路和工作性能测试,生成的电流和电压的有效值等参数,能够及时调整电源的频率,并达到预期的功能指标,使超声手术刀工作在谐振状态。结论:以DSP为核心设计的超声手术刀电源控制系统,测试指标均能够达到预期的要求,能够使系统在谐振状态下工作。Objective: To independently develop a power control system of ultrasonic scalpel so as to reduce the energy consumption and maintain the normal temperature of ultrasonic scalpel. Methods: In this paper, the model of equivalent circuit of ultrasonic transducer nearby syntony was built up, and the hardware control system of ultrasonic scalpel based on digital signal processing(DSP) was designed. Results: Through testing the circuit and work performance of power control system, the series of parameters such as effective value and so on which were produced by this system could adjust frequency of power source in time and attain anticipative functional indicator, and it took the ultrasonic scalpel to work in syntonic situation. Conclusion: The tested indicators of power control system of ultrasonic scalpel based on the kernel design of DSP can attain anticipative requirement, and can take this system to work in syntonic situation.

    标签: 数字信号处理 超声手术刀 电源控制

    上传时间: 2022-04-03

    上传用户:bluedrops

  • 1MHz换能器驱动电路的设计

    超声波换能器作为一种实用的检测手段,能实现声波所携带的信息和电能之间转换。它的性能优良,价格低廉,操作方便,易于调试,因此在工农业生产中发挥着重要的作用。但目前换能器驱动电路的发射频率多为40 kHz,本文针对1 MHz的超声波换能器电路进行了设计,主要介绍了它的发射驱动电路和接收驱动电路的设计方案,并对它们的功能进行了详细地说明。最后搭建实验平台,并对电路的输入、输出模块进行了测试。实验结果表明,换能器电路运行良好,可以为超声波高精度测量领域的应用提供参考。As a practical means of detection, ultrasonic transducer can realize the conversion between theinformation carried by sound wave and electric energy.It has the advantages of excellent performance,low cost, convenient operation and debugging, so plays an important role in industrial and agriculturalproduction.However, the transmitting frequency of the driving circuit for most transducer is 40 kHz.Thecircuit of 1 MHz ultrasonic transducer is designed In this paper. It mainly introduces the emissive drivingcircuit and the receiving circuit design and the detailed function of them. Finally, the experimentalplatform is built, and the circuit of input and output were tested. Experiments show that the transducer' s...

    标签: 换能器 驱动电路

    上传时间: 2022-04-28

    上传用户:yb9018

  • 基于Multisim的高精度数字频率计的设计和仿真

    数字频率计是电工电子中常用的测量仪器,数字频率计通过用输入待测信号对一特定长度的信号进行计数,从而得出频率并通过数码管直观的显示出来。本文提出了一种与输入同步的数字频率计的设计,提高了频率计的精度,设计采用Multisim软件进行设计和仿真的过程,介绍了其工作原理,硬件电路设计和仿真的过程。设计采用了Multisim软件进行设计和仿真,设计结果得到的验证。Digital frequency counter is used to measure the frequency of a signal.It is common to use a multivibrator to generate a standard 1 second time base signal and count input signal gated by this signal.However,the asynchronous of this time base signal with input signal will bring errors.In this paper,a high precision frequency counter which use synchronized time base signal generator is proposed.This frequency counter is designed and simulated by Multisim tools and result is verified.

    标签: multisim

    上传时间: 2022-05-08

    上传用户:woyaotandang

  • 基于FM17550的RFID读卡器的设计与实现

    射频识别(即RFID,Radio Frequency Identification)技术是一种利用无线射频信号进行自动识别并进行信息传输的技术。随着社会的进步和科技的发展,它已经广泛应用于公安、金融、交通、医疗等社会生活的各个方面。伴随着各种射频卡应用的越来越普及,与之相关的射频卡读卡器也取得了飞速的发展,越来越多的公司、科研机构纷纷投入到智能射频卡读卡器以及相关应用系统的研究和开发当中。  目前我国流行最广泛的非接IC卡基本都是基于ISO/IEC14443协议的Mifare卡、TYPEA CPU卡、TYPEB CPU卡等,伴随着这些卡的应用,相应读卡器也有很多种,这些读卡器所采用的核心设计都是利用微处理器控制相应射频处理芯片来实现。目前国际上射频处理芯片设计基本被恩智浦(NXP,Philips前身)、德州仪器(TI)等几大半导体公司所控制,其高昂的费用不但影响了RFID技术在诸多领域的大面积推广,也造成了大量外汇流失。  为响应国家关于半导体产业国产化的号召,加快国产射频芯片在RFID领域的推广应用,本文结合RFID技术以及嵌入式系统设计要求,采用上海复旦徼电子集团股份有限公司设计的FM17550射频芯片结合意法半导体公司的CortexM0核的单片机设计了一款支持Mifare卡、TYPEA CPU卡、TYPEB CPU卡以及NFC功能的通用读卡器。本设计最大的特点在于支持多类型射频卡片且成本低廉。  本文首先阐述了射频识别技术的研究应用现状及相关的智能射频卡应用的相关标准,接着从硬件方面介绍该射频读卡器所包含的主要模块的相关设计,然后讲述了射频读卡器在天线调试过程中的一些方法,软件方面主要讲述该读卡器各种射频卡片的功能实现以及在不同行业应用当中带来的积极的社会和经济价值。

    标签: fm17550 rfid 读卡器

    上传时间: 2022-06-09

    上传用户:XuVshu

  • 音响功放测试方法

    說明:1,测试交流电源(Test AC Power Supply):A.中国(China):AC 220V+/-2%50Hz+/-2%B.美国(United States of America):AC 120V+/-2%60Hz+/-2%。C.英国(Britain):AC 240V+/-2%50Hz+/-2%D.欧洲(Europe):AC 230V+/-2%50Hz+/-2%E.日本(Japan):AC 100V+/-2%60Hz+/-2%F.墨西哥(Mexico):AC 127V+/-2%60Hz+/-2%2,测试温度条件(Test Temperature Conditions):25℃+/-2℃。3,测试以右声道为准(Standard Test Use Right Channell)4,信号由AUX插座输入(Signal From AUX Jack Input)。5,测试以音量最大,音调和平衡在中央位置(电子音调在正常状态)。(Test Volume Setup Max,Equalizer And Balance Setup Center)。6,标准輸出(Standard Output):A.输入1 KHz频率信号(Input 1 KHz Frequency Signal)B.左右声道输入信号测试右声道(L&R Input Signal Test Use R Channel)C.额定输出功率満(Rating Output Power Full)10 W,标准输出定为1w.(Rating Output Power Full 10 w,Standard Output Setup 1 W)D.额定输出功率1W到10w,标准输出定为500 mW(Rating Output Power 1 W To 10 W,Standard Output Setup 500 mW)E.额定输出功率小于1w,标准输出定为50 mW(Rating Output Power Not Full 1 W,Standard Output Setup 50 mW)F.标准輸出电压以V-VPR为准(Standard Output Voltage Use V-V/PR)。G.V-V/PR中P为额定输出功率,R为喇叭标称阻抗。

    标签: 音响功放

    上传时间: 2022-06-18

    上传用户:wky20090436

  • canopen 402协议,运动控制资料

    canopen 402协议,运动控制资料,“The CANopen device profile for drives and motion controllers defines the interface to frequency inverters, servo controllers as well as stepper motors.”

    标签: canopen

    上传时间: 2022-06-18

    上传用户:蓝天小雨

  • LWIP的底层结构

    Lwip协议栈的实现目的,无非是要上层用来实现app的socket编程。好,我们就从socket开始。为了兼容性,lwip的socket应该也是提供标准的socket接口函数,恩,没错,在src\inc lude\lwip\socket.h文件中可以看到下面的宏定义:#if LWIP COMPAT SOCKETS#define accept(a,b,c)Iwip accept(a,b,c)#define bind(a,b,c)Iwip bind(a,b,c)#define shutdown(a,b)Iwip shutdown(a,b)#define closesocket(s)Iwip close(s)好,这个结构先不管它,接着看下get socket函数的实现【也是在src\api\socket.c文件中】,在这里我们看到这样一条语句sock =&sockets[s];很明显,返回值也是这个sock它是根据传进来的序列号在sockets数组中找到对应的元素并返回该元素的地址。好了,那么这个sockets数组是在哪里被赋值了这些元素的呢?进行到这里似乎应该从标准的socket编程的开始,也就是socket函数讲起,那我们就顺便看一下。它对应的实际实现是下面这个函数Int Iwip socket(int domain,int type,int protocol)【src\api\socket.c】这个函数根据不同的协议类型,也就是函数中的type参数,创建了一个netconn结构体的指针,接着就是用这个指针作为参数调用了alloc socket函数,下面具体看下这个函数的实现

    标签: lwip 底层结构

    上传时间: 2022-06-19

    上传用户:aben