-
01045a
PIC系列中使用FAT文件系统的应用手册,相关的源码可以在microchip中下载,对FAT文件系统介绍的手册(PIC Series Application Manual using the FAT file system, the associated source code can be downloaded from microchip, the FAT file system for the introduction of manual)
- 2013-12-28 10:57:28下载
- 积分:1
-
nrf2401无线收发射源码NRF
基于STC15L204EA编写的nrf2401无线接收程序和发射程序,KEIL4环境编译
- 2022-02-09 15:30:24下载
- 积分:1
-
CDMSchen
此程序主要是对振动速度和位移信号的在线采集和处理,功能较为齐全。(This program is mainly for vibration velocity and displacement signal acquisition and processing online, function more complete.)
- 2014-11-11 22:27:09下载
- 积分:1
-
BP神经网络代码
这是一个BP神经网络的代码,通过设置神经网络的层数,每层的节点数,激活函数,激活函数导数,节点权重,前一节点权重,误差,阈值,前一时刻阈值,以及每层输出这样的结构体来完成
- 2022-02-04 03:19:12下载
- 积分:1
-
bomb-game
扫雷游戏的C++代码,适用于学习C++的初学者,有助于理解程序,提升能力。(
Minesweeper game C++ code, suitable for beginners to learn C++, to help understand the process, enhance the capacity.
Minesweeper game C++ code, suitable for beginners to learn C++, to help understand the process, enhance the capacity.)
- 2014-01-03 10:24:46下载
- 积分:1
-
vs2010_jsonrpc-cpp工程
JsonRpc-Cpp 是 C++ 实现的 JSON-RPC 框架,基于 JsonCpp 开发,本代码是在win7下使用vs2010新建工程,并编译成功,保护 server和client端demo例子,
- 2023-01-08 10:15:04下载
- 积分:1
-
这是刚刚上传的服务器端,多
这是刚刚上传的服务器端,多-This is just uploaded to the server side, and s
- 2022-04-29 04:09:14下载
- 积分:1
-
wk2124芯片spi转串口实例,可适配linux,stm32
【实例简介】
本实例是在stm32的平台上开发和调试的,上传的源代码是完整的工程代码,可以直接编译使用,wk2124可以在淘宝上购买,适合初学者,或者对此有兴趣爱好者
- 2021-07-30 00:31:13下载
- 积分:1
-
shuanglushuzihecheng
摘要
电能表作为用电量的测量工具广泛的应用于各种场合。在电能表校表系统中,需要的最基本的输入信号源是高精度双路正弦信号源,并要求可对其频率、相位、幅值进行调节,来对电能表进行校准。
基于单片机的程控信号源设计,运用数字调相、数字调幅和数字调频等技术,要求实现相位、幅度、频率的高精度程控调节。本文设计了一种利用锁相环频率合成技术和数字波形合成技术组成的程控低频正弦波信号发生器,并给出了调幅、调频、调相的实用电路,频率调节通过改变8253计数器的分频系数来实现;相位调节由51单片机预置计数器的计数初值来完成,幅度的调整通过改变DAC1210II的参考电压来实现,使频率分辨率达0.01Hz,相位调节精度达0.1°,并介绍电路中的主要芯的功能及使用。输出正弦波频率和幅值的精度高,稳定性好,失真度低,电路简单、可靠、便于程控。
关键词:数字合成信号源;程控;调幅;调频;移相;
(Abstract
Meter consumption as the size of the measurement tool is widely used in various occasions. In single-phase power meter verify system, the most basic needs of the input signal is the source of two-way high-precision sine signal source, and may request its frequency, phase, amplitude in a certain step to adjust to the imitate of the actual electricity load with a right meter calibration.
Design of the programmable signal supply controlled source,which based on the MCU,including digital phase adjustment,distal amplitude adjustment,digital frequency adjustment etc.The system should achieve high quality digital adjustment of phase, amplitude and frequency. This paper describes the use of a PLL frequency synthesizer technology, and digital wave form synthesis technology consisting of program-controlled low-frequency sine wave signal issued devices, and applies the amplitude, frequency, phase of practical circuit. Frequency can be adjusted through a change in the 8253 counter-frequ)
- 2021-04-08 20:19:00下载
- 积分:1
-
随机森林聚类算法
在机器学习中,随机森林是一个包含多个决策树的分类器, 并且其输出的类别是由个别树输出的类别的众数而定。 Leo Breiman和Adele Cutler发展出推论出随机森林的算法。 而 "Random Forests" 是他们的商标。 这个术语是1995年由贝尔实验室的Tin Kam Ho所提出的随机决策森林(random decision forests)而来的。这个方法则是结合 Breimans 的 "Bootstrap aggregating" 想法和 Ho 的"random subspace method"以建造决策树的集合.
- 2022-02-05 13:17:35下载
- 积分:1