登录
首页 » WINDOWS » stm32功率计

stm32功率计

于 2017-11-10 发布 文件大小:18576KB
0 453
下载积分: 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 个回复

  • woow1
    HHT变换的核心是EMD,在此项过程中通过EMD的编程和HHT的编程来实现了希尔伯特黄变换,可以看出处理此方法用来处理非线(The core of HHT transform is that EMD, realizes Hilbert Huang transform through EMD programming and HHT programming in this process. It can be seen that this method is used to deal with non-linear.)
    2019-03-26 13:01:14下载
    积分:1
  • 语音电话
    一个关于语音电话的程序( About pronunciation telephone procedure )
    2020-11-21 12:19:35下载
    积分:1
  • USTM
    快衰落多输入多输出信道中,无信道状态信息的酉空时调制。属于信道发射和接收两端均无信道状态信息的非相干空时码。程序包含一个主程序和一个酉空时信号产生子程序,并给出误比特率。(Unitary space-time modulation without channel state information in fast fading MIMO channels. It belongs to the incoherent space-time code with no channel state information at both ends of the channel transmitting and receiving. The programs include a main program and a unitary space-time signal generation subroutine, and gives the bit error rate.)
    2019-06-27 08:00:30下载
    积分:1
  • IOT_Simulation_3_BasicModels
    opnet 仿真,陈敏老师2015年新书 opnet物联网仿真(opnet Simulation)
    2020-09-22 22:47:49下载
    积分:1
  • multipath-and-time-varient-system
    多径时变(多普勒效应)信道的文献讲解和相关仿真程序。(Multipath literature to explain the change (Doppler effect) channel and related simulation program.)
    2020-11-05 21:49:50下载
    积分:1
  • iso 15765
    can总线协议 iso15765 中英文;(Can bus protocol; iso15765; Chinese and english;)
    2019-04-02 17:24:01下载
    积分:1
  • LPT
    LTP傳輸範例程式,可以說明LTP運作方式(LTP transmission sample program illustrates the mode of operation LTP)
    2009-11-15 09:39:10下载
    积分:1
  • aoc_song
    The future satellite communication systems are re- quired to support the higher transmission data rate for providing the multimedia services by employing the e铿僣ient modulation method such as multi-level QAM.
    2009-03-13 17:44:21下载
    积分:1
  • Air-interface-physical-link-layer
    主要介绍空中接口物理链路层的无线技术,共分三个部分,首先对主要接口和协议作 简单介绍和描述;然后分别介绍信道与帧;无线信道编码与交织以及LAPDm。(Mainly introduces Wireless technology of air interface in the physical link layer which is divided into three parts. first: a brief introduction and description of the main interfaces and protocols then:Road and frame and last radio channel coding and interleaving and LAPDm .)
    2013-05-07 16:57:20下载
    积分:1
  • physical layer aspects
    The contents of the present document are subject to continuing work within the TSG and may change following formal TSG approval. Should the TSG modify the contents of the present document, it will be re-released by the TSG with an identifying change of release date and an increase in version number.
    2018-01-30 19:03:30下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载