登录
首页 » WINDOWS » stm32功率计

stm32功率计

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

  • paper5
    Analyses and performance of techniques PAPR reduction for STBC MIMO-OFDM system in (4G) wireless communication
    2015-03-22 00:49:55下载
    积分:1
  • xijie12doc
    希捷指令集,里边详细的介绍了希捷12代的指令等。(Seagate instruction set inside a detailed introduction of 12 generations of Seagate directives.)
    2014-05-09 17:33:21下载
    积分:1
  • auto_filter
    说明:  自适应滤波器作为一种现代滤波器,在通信领域有着广泛的应用. 阐述了LMS以及RLS自适应滤波器的相关原理及其在通信系统去噪中的应用,并用MATLAB对自适应滤波器的去噪结果进行了相应的仿真,仿真结果直观地体现了自适应滤波器的去噪性能。 本文对自适应滤波器系统进行剖析,基于QPSK调制后的信号,并对该信号加工成为不同信噪比如SNR=0Db、SNR=5dB、SNR=10dB的信号,进行了两种分别基于LMS自适应滤波和RLS自适应滤波的操作。并对添加了有色高频噪声等加噪处理来模拟通信过程中的实际应用环境,测试所设计的低通滤波器对于噪声信号的滤波性能,并对结果进行分析总结。(As a modern filter, adaptive filter has a wide range of applications in the field of communication. This paper expounds the relevant principles of LMS and RLS adaptive filter and their applications in the de-noising of communication system, and simulates the de-noising results of adaptive filter with MATLAB. The simulation results directly reflect the de-noising performance of adaptive filter. In this paper, the adaptive filter system is analyzed, based on the QPSK modulated signal, and the signal is processed into different signal-to-noise, such as SNR = 0dB, SNR = 5dB, SNR = 10dB signal. Two kinds of operation are carried out based on LMS adaptive filtering and RLS adaptive filtering respectively. In order to simulate the practical application environment in the communication process, we add colored high-frequency noise to test the filtering performance of the designed low-pass filter for noise signal, and analyze and summarize the results.)
    2021-02-01 21:28:05下载
    积分:1
  • SJTX
    数据通信,没什么很详细的,只是一个素材源玛(Data communication, not very detailed, just a material source ma)
    2008-03-08 10:59:30下载
    积分:1
  • 831551
    微机之间串口通信,实现两台微型计算机之间快速简便的串行通信,()
    2018-06-16 22:20:48下载
    积分:1
  • Clarke
    【matlab】Clarke信道全向天线和环形天线包络协方差与成型因子关系仿真代码(Simulation code of the relationship between the envelope covariance of the Clarke channel omnidirectional antenna and the ring antenna and the forming factor using MATLAB)
    2018-01-20 04:52:50下载
    积分:1
  • klt
    说明:  MATLAB 子空间语音增强,输入一个wav,生成一个增强语音wav(Matlab subspace speech enhancement, input a WAV, generate an enhanced voice wav)
    2020-04-21 16:55:17下载
    积分:1
  • ofdm-and-the-channel-estimation
    ofdm的matlab仿真以及信道估计,瑞利多普勒信道(the matlab simulation of ofdm channel estimation, Rayleigh Doppler channel)
    2021-04-02 14:19:07下载
    积分:1
  • whigehook
    This m file models a DPSK UWB system using a delay in one leg
    2018-09-28 06:15:25下载
    积分:1
  • DirectedDiffusion
    this describe the rouring protocol direct diffusion for wireless sensor network
    2010-02-09 14:38:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载