搜索资源列表
2407gjj
- 用DSPtms2407实现电力系统数据采集的程序,包括电压,电流等的数据采集,还用串口和USB口的程序。-with DSPtms2407 power system data collection procedures, including voltage, current, such as data collection, has used the serial and USB port procedures.
mypmsm28
- 里面包含dsp采集电压,以及电压转换的程序-Dsp collection which contains voltage and voltage conversion procedures
masterdsp
- 通过DSP对电池的各种状态信息进行采集,包括温度(ds18b20)、电流、电压,并有数据记录功能-Through the DSP of the battery status information for a variety of collection, including temperature (ds18b20), current, voltage, and data recording functions
AD
- 自己编写的dsp2812的AD采样程序。通过调节电位器能采集到0到3伏的电压。-Their written dsp2812 of AD sampling procedures. By adjusting the potentiometer can be collected from 0 to 3 volts.
AD
- 由温度传感器将采集到的温度信号转换为电信号后,经过放大器放大成DSP能接收到的电压信号,并对此信号进行滤波、整形,然后送入DSP内自带的A/D转换器的模拟输入口。-Will be collected by the temperature sensor the temperature signal is converted to electrical signals, the DSP through the amplifier into a voltage signal can be receiv
ad
- 模数转换采集温度和电压信号,基于dsp2812开发,c++编写,主要用于教学实验中-ADC acquisition of temperature and voltage signals, based on dsp2812 development, c++ writing, mainly for the teaching experiment
f2407ad613
- TMS320F2407 AD采样程序,采集三相电网电压,在CCS3.3开发环境中观察采样波形-TMS320F2407 AD sample program,Acquisition phase voltage, observed in CCS3.3 sampled waveform development environment
Main_function
- 多路电压真有效值测试表程序 实现多路电压真有效值的采集和处理 -Multiple voltage RMS test spreadsheet programs to achieve multiple voltage rms the collection and processing
4-20ma
- TINA下绘制的 工业4-20mA 传感器信号采集用的隔离放大器。能将4-20mA的电流信号转换为0~3V的电压信号,方便设备采样。-TINA drawn under the Industrial 4-20mA sensor signal acquisition using isolation amplifiers. Can 4-20mA current signal into a 0 ~ 3V voltage signal to facilitate the sampling equipmen
ada
- 例程DSP2812应用内部外设ADC采集电压信号。-DSP2812 routine application of the internal peripherals ADC acquisition voltage signal.
w224407gjji
- 用DSPtms2407实现电力系统数据采集的程序源码,包含电压压,电流等的数据采集,还用串口与USB口的程序源码。 可直接使用。 -with DSPtms2407 power system data collection prrocedures, including voltage, current, suuch as data collection, has used the serial and USB port procedures. complete source code.
EVbike.code
- 电动自行车用电池管理系统源程序,内部包含电压采集SOC估算等多个有用程序-Electric bicycle battery management system source code contains the voltage acquisition SOC estimates within a number of useful procedures
EX02_CpuTimer0
- DSP2812,采集电流电压信号,完成对电力参数的运算,自己所写,亲测可用,不过要配合,LCD12864显示。-DSP2812, current and voltage signal acquisition, computing power parameters, their own written pro-test is available, but to tie, LCD12864 display.
DSPBasedDigitalControlOfOnlineUPS
- 本文介绍了一种控制对象以中小型UPS为模型的、基于TMS320F240的数字化控制平台的样机实验系统。经对比系统采用了单极性调制的SPWM方式,并根据核心处理芯片的各类资源给出了一套具体的软硬件数字化实现方案。系统硬件部分主要包括输出电压、输出电流、市电频率/相位等各类信号的采集和处理,以及输出PWM信号的隔离、驱动等。系统软件部分则包括UPS各种系统功能的实现,其中主要研究了软件锁相环(市电跟踪)、有效值调节、各类保护、PWM波的生成、闭环控制等的实现。-This article descri
ADC
- 基于dsp控制的电烤箱温度控制实验,此代码为AD采集程序模块,c语言编制,ccs3.3运行,可以搭配lcd模块使用,由时钟延时采集电压,实验箱icetek-f2812-s60-Oven temperature control experiment based on dsp control, this code AD acquisition program modules, c language, ccs3.3 run with the lcd module, clock delay acquis
test_ADC_complex_ffi2014415
- 完成电流电压的采集,实现无功功率的计算和我无功因数的计算。-To complete the current voltage acquisition, realize the calculation of reactive power and reactive power factor I calculation.
DSP-2812-AD-Sample
- 此程序是关于DSP2812的AD采样程序,包含对电流和电压的采集-This program is about the DSP2812 s AD sampling procedures, including current and voltage acquisition
TMS320F28335实例源代码
- 自动多路,图像视频,电流电压同步采集,提供了工程开发的实例源代码(Automatic multi-channel, image, video, current and voltage synchronous acquisition, provides an example of source code for engineering development)
9.8 ADC_4Channel_DMA
- 基于STM32F103微处理器的DMA中断方式采集4路ADC电压值的程序(25664OLED display processing program based on STM32F103 microprocessor)
Example22_DSP2833x_ADC_soc
- 当需要采集外部信号时, 外部信号多数是模拟信号, 如电压、 电流、 压力、温度、 湿度、 速度等, 而单片机又只能处理数字信号, 因此就需要一个将模拟信号转换为数字信号的介质--模数转换器(ADC) , F28335 芯片内部含有 ADC 外设,本程序实现了 F28335 的 ADC 模数转换功能。