登录
首页 » WINDOWS » stm32功率计

stm32功率计

于 2017-11-10 发布 文件大小:18576KB
0 384
下载积分: 1 下载次数: 26

代码说明:

  基于电压,电流检测的功率计程序 用来检测电流电压频率(Power meter based on cc2536)

文件列表:

stm32
stm32\20160809-PPT讲解 .ppt
stm32\20160809-硬件电路设计
stm32\20160809-硬件电路设计\History
stm32\20160809-硬件电路设计\History\PowerMeter.~(1).PrjPCB.Zip
stm32\20160809-硬件电路设计\History\PowerMeter.~(1).SchDoc.Zip
stm32\20160809-硬件电路设计\History\PowerMeter.~(10).SchDoc.Zip
stm32\20160809-硬件电路设计\History\PowerMeter.~(11).SchDoc.Zip
stm32\20160809-硬件电路设计\History\PowerMeter.~(12).SchDoc.Zip
stm32\20160809-硬件电路设计\History\PowerMeter.~(2).SchDoc.Zip
stm32\20160809-硬件电路设计\History\PowerMeter.~(3).SchDoc.Zip
stm32\20160809-硬件电路设计\History\PowerMeter.~(4).SchDoc.Zip
stm32\20160809-硬件电路设计\History\PowerMeter.~(5).SchDoc.Zip
stm32\20160809-硬件电路设计\History\PowerMeter.~(6).SchDoc.Zip
stm32\20160809-硬件电路设计\History\PowerMeter.~(7).SchDoc.Zip
stm32\20160809-硬件电路设计\History\PowerMeter.~(8).SchDoc.Zip
stm32\20160809-硬件电路设计\History\PowerMeter.~(9).SchDoc.Zip
stm32\20160809-硬件电路设计\PowerMeter.PcbDoc
stm32\20160809-硬件电路设计\PowerMeter.PrjPCB
stm32\20160809-硬件电路设计\PowerMeter.SchDoc
stm32\PPT讲解.zip
stm32\program
stm32\program\CORE
stm32\program\CORE\core_cm3.c
stm32\program\CORE\core_cm3.h
stm32\program\CORE\startup_stm32f10x_cl.s
stm32\program\CORE\startup_stm32f10x_hd.s
stm32\program\CORE\startup_stm32f10x_hd_vl.s
stm32\program\CORE\startup_stm32f10x_ld.s
stm32\program\CORE\startup_stm32f10x_ld_vl.s
stm32\program\CORE\startup_stm32f10x_md.s
stm32\program\CORE\startup_stm32f10x_md_vl.s
stm32\program\CORE\startup_stm32f10x_xl.s
stm32\program\FWlib
stm32\program\FWlib\inc
stm32\program\FWlib\inc\misc.h
stm32\program\FWlib\inc\stm32f10x_adc.h
stm32\program\FWlib\inc\stm32f10x_bkp.h
stm32\program\FWlib\inc\stm32f10x_can.h
stm32\program\FWlib\inc\stm32f10x_cec.h
stm32\program\FWlib\inc\stm32f10x_crc.h
stm32\program\FWlib\inc\stm32f10x_dac.h
stm32\program\FWlib\inc\stm32f10x_dbgmcu.h
stm32\program\FWlib\inc\stm32f10x_dma.h
stm32\program\FWlib\inc\stm32f10x_exti.h
stm32\program\FWlib\inc\stm32f10x_flash.h
stm32\program\FWlib\inc\stm32f10x_fsmc.h
stm32\program\FWlib\inc\stm32f10x_gpio.h
stm32\program\FWlib\inc\stm32f10x_i2c.h
stm32\program\FWlib\inc\stm32f10x_iwdg.h
stm32\program\FWlib\inc\stm32f10x_pwr.h
stm32\program\FWlib\inc\stm32f10x_rcc.h
stm32\program\FWlib\inc\stm32f10x_rtc.h
stm32\program\FWlib\inc\stm32f10x_sdio.h
stm32\program\FWlib\inc\stm32f10x_spi.h
stm32\program\FWlib\inc\stm32f10x_tim.h
stm32\program\FWlib\inc\stm32f10x_usart.h
stm32\program\FWlib\inc\stm32f10x_wwdg.h
stm32\program\FWlib\src
stm32\program\FWlib\src\misc.c
stm32\program\FWlib\src\stm32f10x_adc.c
stm32\program\FWlib\src\stm32f10x_bkp.c
stm32\program\FWlib\src\stm32f10x_can.c
stm32\program\FWlib\src\stm32f10x_cec.c
stm32\program\FWlib\src\stm32f10x_crc.c
stm32\program\FWlib\src\stm32f10x_dac.c
stm32\program\FWlib\src\stm32f10x_dbgmcu.c
stm32\program\FWlib\src\stm32f10x_dma.c
stm32\program\FWlib\src\stm32f10x_exti.c
stm32\program\FWlib\src\stm32f10x_flash.c
stm32\program\FWlib\src\stm32f10x_fsmc.c
stm32\program\FWlib\src\stm32f10x_gpio.c
stm32\program\FWlib\src\stm32f10x_i2c.c
stm32\program\FWlib\src\stm32f10x_iwdg.c
stm32\program\FWlib\src\stm32f10x_pwr.c
stm32\program\FWlib\src\stm32f10x_rcc.c
stm32\program\FWlib\src\stm32f10x_rtc.c
stm32\program\FWlib\src\stm32f10x_sdio.c
stm32\program\FWlib\src\stm32f10x_spi.c
stm32\program\FWlib\src\stm32f10x_tim.c
stm32\program\FWlib\src\stm32f10x_usart.c
stm32\program\FWlib\src\stm32f10x_wwdg.c
stm32\program\OBJ
stm32\program\OBJ\adc.crf
stm32\program\OBJ\adc.d
stm32\program\OBJ\adc.o
stm32\program\OBJ\core_cm3.crf
stm32\program\OBJ\core_cm3.d
stm32\program\OBJ\core_cm3.o
stm32\program\OBJ\ExtDll.iex
stm32\program\OBJ\gpio.crf
stm32\program\OBJ\gpio.d
stm32\program\OBJ\gpio.o
stm32\program\OBJ\key.crf
stm32\program\OBJ\key.d
stm32\program\OBJ\key.o
stm32\program\OBJ\main.crf
stm32\program\OBJ\main.d
stm32\program\OBJ\main.o
stm32\program\OBJ\misc.crf

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • SatNoControlSim
    simulink搭建的卫星姿态动力学仿真,参考书籍是章仁为的卫星鬼道姿态动力学仿真,想学对卫星姿态有兴趣的同学强烈推荐,(simulink to build the satellite attitude dynamics simulation, reference books is Zhang Ren ghosts satellite attitude dynamics simulation, I wanted to learn for students interested in satellite attitude is strongly recommended,)
    2013-07-30 22:51:52下载
    积分:1
  • HC-05-bluetooth
    HC-05蓝牙模块的使用,包括全部参数,外部电路搭建,AT指令等(HC-05 Bluetooth module to use, including all parameters, the external circuit to build, AT commands, etc. )
    2011-10-24 21:14:11下载
    积分:1
  • ModbusSimulator
    MODBUS的从站仿真软件,不错的东西哦(MODBUS slave of simulation software, a good thing Oh)
    2007-08-20 12:18:29下载
    积分:1
  • DSSS
    利用MATLAB实现多用户的扩频通信的发送和接受,程序可以直接跑,不需要改动!(The use of MATLAB implementation of multi-user spread spectrum communication send and receive, the program can be directly run, no changes!)
    2020-07-02 22:00:01下载
    积分:1
  • HC-SR501
    51单片机,通过人体红外热释电模块检测人数,并计数。(51 single chip computer, through the human body infrared pyroelectric module to detect the number of people, and count.)
    2020-06-20 18:00:01下载
    积分:1
  • simulink
    说明:  通信系统中的simulink仿真,不同信道的误码率性能以及数字通信中的自适应均衡,语音压缩技术中的线性预测编码,RLS干扰抑制等(Simulink simulation in communication system, bit error rate performance of different channels and adaptive equalization in digital communication, linear predictive coding in speech compression technology, RLS interference suppression, etc)
    2020-03-10 17:23:52下载
    积分:1
  • Systemview-software-simulation
    Systemview动态系统仿真软件是为方便大家轻松的利用计算机作为工具,以实现设计和仿真工作。它特别适合于无线电话(GSM,CDMA,FDMA,TDMA)和无绳电话,寻呼,机和调制解调器与卫星通信(GPS,DBS,LEOS)设计。能够仿真( 等)DSP结构,进行各种时域和频域分析和谱分析。(Systemview dynamic system simulation software is easy for us to facilitate the use of computers as a tool to achieve the design and simulation work. It is especially suitable for wireless phone (GSM, CDMA, FDMA, TDMA) and cordless telephones, paging, machine and modem and satellite communication (GPS, DBS, LEOS) design. To simulation (and other) DSP structure, various time domain and frequency domain analysis and spectral analysis.)
    2011-05-29 16:27:53下载
    积分:1
  • d189cbee-0cef-466b-b2e7-a3bdccc642ee
    ICD for MTI-G IMU Sensor
    2012-01-23 23:12:23下载
    积分:1
  • 第一次作业_基于分类算法的雷达状态识别
    第一次作业_基于分类算法的雷达状态识别 对于本数据集中的雷达状态识别,数据降维前使用朴素贝叶斯、支持向量机、神经网络的分类算法对于识别的准确率无太大影响;数据降维后使用神经网络算法最优,支持向量机算法其次,朴素贝叶斯算法较差。此外,训练样本越多,分类准确率有小幅度提高。(First Operation Radar State Recognition Based on Classification Algorithms For radar state recognition in this data set, the classification algorithm of Naive Bayesian, Support Vector Machine and Neural Network before data dimension reduction has little effect on the accuracy of recognition; Neural Network algorithm is the best after data dimension reduction, Support Vector Machine algorithm is the second, Naive Bayesian algorithm is the worst. In addition, the more training samples, the smaller the classification accuracy.)
    2019-04-03 08:54:04下载
    积分:1
  • modulation
    说明:  熟悉OQPSK的基本原理、调制解调技术,掌握MATLAB中M文件的使用及相关函数的调用方法,在此基础上通过MATLAB编程来实现OQPSK的调制与解调,完成项目(OQPSK, modulation and demodulation, noise ,MATLAB, M file.)
    2020-04-08 10:25:13下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载