登录
首页 » WINDOWS » stm32功率计

stm32功率计

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

  • 常规雷达信号软件仿真平台设计
    说明:  如题,产生线性调频信号及通过匹配滤波处理(The linear frequency modulation signal is generated and processed by matched filtering)
    2020-11-07 16:39:15下载
    积分:1
  • 基于Matlab加噪语音的FIR滤波器设计_申艳
    说明:  数字信号处理,设计数字滤波器,利用MATLAB语言仿真实现(Digital Signal Processing, Design of Digital Filter and Realization by MATLAB Simulation)
    2019-04-12 20:51:10下载
    积分:1
  • 2345535436雷达系统建模与仿真
    说明:  雷达系统仿真,雷达SAR成像,信号处理,模糊函数,波形发生,回波模拟,信道模拟,点迹航迹跟踪等等(Radar system simulation, radar SAR imaging, signal processing, ambiguity function, waveform generation, echo simulation, channel simulation, point track tracking, etc.)
    2020-11-09 10:39:49下载
    积分:1
  • Filter
    这是一个去极值滑动窗口数字滤波器算法,在ADC采样的时候可以用这个算法去除脉冲干扰。(This is digital filter algorithm which removes extreme value,and it works just like a sliding window, we can use this algorithm to remove glitches in ADC sampling。)
    2013-10-05 14:09:58下载
    积分:1
  • h5gPSS
    5G主同步信号m序列根据公式matlab生成(5G Pss m matlab generater)
    2021-01-23 14:58:45下载
    积分:1
  • 外中耳传输函数特性曲线
    采用拟合和插值两种方法的外耳中耳的传输函数特性曲线(Transfer Function Characteristic Curves of Middle Ear and Outer Ear Using Fitting and Interpolation)
    2020-07-02 02:40:02下载
    积分:1
  • wvdshipinpu
    计算非平稳随机信号的WVD时频谱的matlab程序(Calculation of non-stationary random signal WVD time-frequency spectrum of the matlab program)
    2011-12-16 17:08:22下载
    积分:1
  • qing_ww44
    插值与拟合,解方程,数据分析,包含收发两个客户端程序,三相光伏逆变并网的仿真。( Interpolation and fitting, solution of equations, data analysis, Transceiver contains two client programs, Three-phase photovoltaic inverter and network simulation.)
    2017-04-20 14:20:09下载
    积分:1
  • 仿真技术在光纤信实验教学中的应用
    通过两个例子,将Optisystem和matlab这两个软件结合进行光学仿真,两个例子分别为光波频率右移和光波幅度调制。通过这两个例子,能很好的理解这两个软件的协同仿真。上传的文件包括文献和源码,还有optisystem的osd文件,文件很全。(Two examples are used to combine the two software Optisystem and MATLAB for optical simulation. The two examples are the right shift of the light frequency and the modulation of the amplitude of the light wave. Through these two examples, we can well understand the collaborative simulation of these two software. Upload files, including documents and source code, as well as the optisystem OSD file, the document is very complete)
    2020-11-28 15:29:29下载
    积分:1
  • 混合预码的数字预码矩阵和模拟预码矩阵的代码 hybrid bd-new
    混合预编码的数字预编码矩阵和模拟预编码矩阵的代码(mm-wave hybrid precode.including bd precode and analog precode)
    2017-11-03 16:51:13下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载