登录
首页 » WINDOWS » stm32功率计

stm32功率计

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

  • lesson5
    说明:  FM解调的simulink文件,输入的信号为音频信号。(Simulink file for FM demodulation)
    2020-12-17 13:44:27下载
    积分:1
  • IVT-Dongle--paire
    控制蓝牙Dongle 通过蓝牙地址自动配对 (Cotrol the IVT dongle let it paied the bluetooth that you want to test.)
    2014-05-07 16:42:13下载
    积分:1
  • modernControl2
    现代控制理论的全维观测器,用于入门simulink不熟悉的同学入门理解现代控制理论(modern control)
    2021-03-09 18:19:27下载
    积分:1
  • 六种数字调制信号的识别
    说明:  决策树分类法识别ASK,PSK,FSK六种数字信号的调制识别(Decision tree classification for modulation recognition of ask, PSK and FSK digital signals)
    2020-03-18 22:10:48下载
    积分:1
  • MUSIC
    MUSIC算法 频率估计 可运行 阵列信号处理(MUSIC ADSTISEMENT TRUE)
    2017-12-25 19:28:20下载
    积分:1
  • QPSK-with-raised-cosine
    完整的qpsk通信系统,包括发送端,接收端,在不同的信道模型下的仿真:awgn,rayleigh。包括各种眼图,星座图,基带波形,载波波形。(Complete the qpsk communication system, including the sender, the receiver in a different channel model Simulation: awgn, and Rayleigh. Including a variety of eye diagram, constellation, waveform baseband carrier waveform.)
    2012-04-17 05:31:05下载
    积分:1
  • 射线信道模型
    说明:  这是射线信道模型的代码。里面有多个m文件(This is the code for the ray channel model. There are multiple M files in it.)
    2020-06-17 12:00:01下载
    积分:1
  • sync_f
    说明:  验证LTE同步中使用PSS主同步序列进行频偏估计与使用CP进行频偏估计的性能对比。(Verify the performance comparison of frequency offset estimation using PSS main synchronization sequence and frequency offset estimation using CP in LTE synchronization.)
    2021-04-18 21:48:51下载
    积分:1
  • 大规模天线检测 传递算法
    说明:  大规模天线检测,运用近似消息传递算法,仿真实验(Massive MIMO detection by implement AMP)
    2019-05-26 13:21:26下载
    积分: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
  • 696518资源总数
  • 106161会员总数
  • 5今日下载