登录
首页 » c » STM32ADC采集信号通过FATFS文件系统存储在SD卡中

STM32ADC采集信号通过FATFS文件系统存储在SD卡中

于 2023-08-04 发布 文件大小:4.43 MB
0 118
下载积分: 2 下载次数: 1

代码说明:

通过STM32的ADC采集信号并将采集的数据通过FATFS问及那系统存放在SD卡中

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • USART—485通信
    使用485向外发送0-255的数字。 若开发板的485接收到256个字节数据,会把数据以16进制形式打印出来。(Use 485 to send out 0-255 digits. If 485 of the development board receives 256 byte data, the data will be printed in 16 form.)
    2018-09-29 08:58:18下载
    积分:1
  • Choen-Sutherland
    Choen-Sutherland算法裁剪线段 计算机图形学中使用Choen-Sutherland算法进行图形多边形裁剪,并用MFC实现(Choen-Sutherland )
    2010-11-20 18:43:09下载
    积分:1
  • Flight3d
    一个用VC6++写的飞机模型,实现用键盘控制其方向,前进,是初学OPENGL的一个很好的例子(An to write with VC6++ aircraft model, use the keyboard to control the direction, forward, is the beginner the OPENGL of a good example)
    2013-03-19 14:34:59下载
    积分:1
  • adaptiveFIR
    自适应滤波 开发环境:ccs3.1 设置事项:project-build options-linker-stack options 500 (adaptive filtering development environment : ccs3.1 set matters : project-build options-linker-stack options 500)
    2007-04-24 08:53:37下载
    积分:1
  • 200711-0054-05
    TMS28335初始化完成之后, 1、 先DDS产生73.35hz的方波。(问流量管固定频率) 2、 乘法器的另一个数字端输入乘数直接给一个固定值(按照5v),系数是固定的就是对应PID输出的那个接口,串行十二位信号输出(需要先定好一个GPIO接口)。 3、 再延迟一定的时间0.1s或其他时间之后,开始ad采集信号,分别采两路AD信号,此时不稳定(为什么要等到一定的幅值才开始采集AD信号) 4、 选择250点估计一个频率,频率估计的方法采用计算峰值次数的方法或者过零点,总之是为了保证精度采用时域估计的算法,这一块主要是一个扫频子程序,计算频率共振点。 5、 之后改变DDS的输出频率,循环对512点的数据进行扫频的处理 6、 频率控制完成之后,就可以缓慢降低PID控制输出的参数,此时暂时不计算频率,通过不断调整系数使AB的幅度保持在1 的范围内。 7、 测试幅度控制稳定之后a、采用幅度和频率同时控制b。采集数据进入频率估计和相位差估计的后续程序的大循环 8、 注意:采样和控制是同时进行的,所以要设置中断,以及看懂AD的程序,以及内部存储以及数据处理资源的分配。 (TMS28335 initialization is complete, 1, the first DDS generated square wave of 73.35hz. (Q flow tube fixed frequency) 2, another digital side of the multiplier input multiplier directly to a fixed value (in accordance with 5v), the coefficient is fixed corresponding PID output interface, serial twelve signal output (need to be a good one GPIO interface). 3, and then after a certain time delay 0.1s or other time, ad signal acquisition were collected two AD signal instability (Why wait until a certain amplitude began collecting AD signal) 4, 250 point estimate a frequency, frequency estimation method using the method of calculation of the number of peak or zero crossing, in short, in order to ensure the accuracy of time-domain estimation algorithm, this piece is a sweep subroutine to calculate the frequency resonance point. 5, after the change of the output frequency of the DDS data of 512 points, the loop processing Sweep 6, after the completion of the frequency control, it can sl)
    2013-04-07 15:03:14下载
    积分:1
  • c# 获取访问的IP地址(归属地)例子源码下载
    c# 获取访问的IP地址(归属地)例子源码下载
    2015-03-23下载
    积分:1
  • eye
    人脸识别是模式识别研究领域的重要课题, 目前是一个非常活跃的研究方向。人脸识别中一个最重要的过程就是特征检测与提取, 因为眼睛、鼻子和嘴巴等特征集中了人脸的大部分信息。因此对于人脸识别中的特征提取来说, 不仅要检测出这些特征, 而且要准确地加以定位。眼睛是人脸识别中包含特征信息最多的器官, 对它的精确定位是后续特征提取的前提和基础, 而其精度更是直接影响到整个系统的识别率, 所以一个有效、快速和精确的人眼定位方法是非常重要的。(Face recognition pattern recognition research is an important issue, is currently a very active research. Face recognition is one of the most important process feature detection and extraction, because the eyes, nose and mouth and other features focused on the face of most of the information. Therefore, feature extraction for face recognition, not only to detect these features, but also to accurately locate. The eyes are the face recognition feature information contained in the largest organ, the follow-up to its precise positioning is the prerequisite and basis for feature extraction, and its accuracy is even more direct impact on the recognition rate of the entire system, so an effective, fast and accurate human Eye positioning is very important.)
    2011-08-24 21:32:41下载
    积分:1
  • 网络层源代码
    说明:  汽车诊断协议 基于UDS的网络层源代码(Network Layer Source Code Based on UDS for Automobile Diagnosis Protocol)
    2019-02-19 20:05:39下载
    积分:1
  • 两个数比大小
    #include int main() {    int m,n;   scanf("%d %d",&m,&n);   if(m>n)      return m;  else     return n; }
    2022-08-16 08:36:06下载
    积分:1
  • good code, you can download a good look at what will certainly gain
    学习C#的好代码,大家可以下载好好的研究一下,肯定会有所收获-good code, you can download a good look at what will certainly gain
    2022-11-30 04:25:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载