登录
首页 » WINDOWS » stm32功率计

stm32功率计

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

  • shiyan3
    基于阵列信号处理的跳频信号盲检测和参数盲估计matlab 仿真(Matlab simulation of blind detection of frequency hopping signal based on array signal processing)
    2018-01-09 12:23:17下载
    积分:1
  • 基于压缩感知的信道估计算法c34code
    说明:  基于压缩感知的信道估计算法 包括omp等算法(Channel estimation algorithms based on compressed sensing include OMP and other algorithms)
    2020-07-06 11:08:58下载
    积分:1
  • Simulations_2
    对NOMA下行链路的用户和信道功率分配的优化(Energy-Efficient Resource Allocation for Downlink Non-Orthogonal Multiple Access (NOMA) Network)
    2021-04-19 09:38:51下载
    积分:1
  • ACO-OFDM
    ACO-OFDM sdakldjas seuekdsjakdnskd
    2021-04-13 22:58:55下载
    积分:1
  • 11
    说明:  浅析OPNET建模机制,适合初学者,里面讲解的很详细(Analysis of OPNET modeling mechanism, suitable for beginners)
    2014-07-01 19:30:17下载
    积分:1
  • 66430717
    产生一些常见的离散时间信号完成两个有限长序列的线性卷积和,用滑动平均滤波器对混有噪声的信号进行滤波()
    2017-12-26 09:04:24下载
    积分:1
  • performance_of_MIMO
    MIMO多天线收发 各种性能比较(BER曲线) 包括MMRC EGC SC Alamouti V-BLAST。信道为瑞利信道,有2种,相关和非相关。测试仿真结果 请运行文件名带plot的。(MIMO multi-antenna transceiver various performance comparison (BER curve), including MMRC EGC Ala SC mouti V-BLAST. Rayleigh channel to channel, two species, and correlated. Simulation results of tests requested documents were operating with the plot.)
    2007-06-25 07:19:58下载
    积分:1
  • 2nodes
    opnet Ad hoc仿真源程序,自己构建的路由协议和网络模型(opnet Ad hoc simulation source code, to build its own routing protocol and network model)
    2021-04-27 23:48:44下载
    积分:1
  • svn-UserManul
    SVN使用方法:如何同步代码,提交代码,更新代码,制作patch(SVN using tips:sync code,commit code,update code,make .patch file)
    2016-01-04 10:52:26下载
    积分:1
  • Turbocode
    MATLAB环境下对turbo编码进行仿真模拟,并对误码率做出分析(The MATLAB environment MPFK modulation simulation, and error rate to make the analysis of)
    2012-11-29 17:41:48下载
    积分:1
  • 696524资源总数
  • 103945会员总数
  • 46今日下载