登录
首页 » C# » STM32-FFT

STM32-FFT

于 2020-11-03 发布 文件大小:7063KB
0 205
下载积分: 1 下载次数: 224

代码说明:

  使用STM32F103单片机DSP库函数编写的FFT1024点快速傅里叶变换,数据来源是ADC数据采集,通过串口打印输出变换后的结果。(Use STM32F103 microcontroller DSP library functions written FFT1024 point fast Fourier transform, data source is the ADC data capture, results through the serial port printout after conversion.)

文件列表:

STM32 FFT
.........\CORE
.........\....\core_cm3.c,17273,2010-06-07
.........\....\core_cm3.h,85714,2011-02-09
.........\....\startup_stm32f10x_hd.s,15503,2011-03-10
.........\HARDWARE
.........\........\ADC
.........\........\...\adc.c,2534,2015-01-13
.........\........\...\adc.h,151,2014-06-26
.........\........\timers
.........\........\......\timer.c,1342,2015-04-23
.........\........\......\timer.h,106,2015-04-23
.........\keilkilll.bat,399,2011-04-23
.........\OBJ
.........\...\adc.crf,349850,2015-05-15
.........\...\adc.d,1625,2015-05-15
.........\...\adc.o,382404,2015-05-15
.........\...\core_cm3.crf,3529,2015-05-15
.........\...\core_cm3.d,89,2015-05-15
.........\...\core_cm3.o,10244,2015-05-15
.........\...\cr4_fft_1024_stm32.d,84,2015-05-15
.........\...\cr4_fft_1024_stm32.o,6428,2015-05-15
.........\...\cr4_fft_256_stm32.d,82,2015-05-15
.........\...\cr4_fft_256_stm32.o,3352,2015-05-15
.........\...\cr4_fft_64_stm32.d,80,2015-05-15
.........\...\cr4_fft_64_stm32.o,2560,2015-05-15
.........\...\delay.crf,349404,2015-05-15
.........\...\delay.d,1654,2015-05-15
.........\...\delay.o,381140,2015-05-15
.........\...\fir_stm32.d,66,2015-05-15
.........\...\fir_stm32.o,1940,2015-05-15
.........\...\iirarma_stm32.d,74,2015-05-15
.........\...\iirarma_stm32.o,1952,2015-05-15
.........\...\iir_stm32.crf,349628,2015-05-15
.........\...\iir_stm32.d,1767,2015-05-15
.........\...\iir_stm32.o,379272,2015-05-15
.........\...\main.crf,364367,2015-05-15
.........\...\main.d,1982,2015-05-15
.........\...\main.o,400076,2015-05-15
.........\...\misc.crf,348477,2015-05-15
.........\...\misc.d,1598,2015-05-15
.........\...\misc.o,378804,2015-05-15
.........\...\pid_c_stm32.crf,349530,2015-05-15
.........\...\pid_c_stm32.d,1831,2015-05-15
.........\...\pid_c_stm32.o,379936,2015-05-15
.........\...\PID_stm32.d,66,2015-05-15
.........\...\PID_stm32.o,1940,2015-05-15
.........\...\startup_stm32f10x_hd.d,63,2015-05-15
.........\...\startup_stm32f10x_hd.o,6704,2015-05-15
.........\...\stm32f10x_adc.crf,355646,2015-05-15
.........\...\stm32f10x_adc.d,1895,2015-05-15
.........\...\stm32f10x_adc.o,392904,2015-05-15
.........\...\stm32f10x_bkp.crf,349417,2015-05-15
.........\...\stm32f10x_bkp.d,1895,2015-05-15
.........\...\stm32f10x_bkp.o,381112,2015-05-15
.........\...\stm32f10x_can.crf,357259,2015-05-15
.........\...\stm32f10x_can.d,1895,2015-05-15
.........\...\stm32f10x_can.o,390136,2015-05-15
.........\...\stm32f10x_cec.crf,349970,2015-05-15
.........\...\stm32f10x_cec.d,1895,2015-05-15
.........\...\stm32f10x_cec.o,381660,2015-05-15
.........\...\stm32f10x_crc.crf,348030,2015-05-15
.........\...\stm32f10x_crc.d,1895,2015-05-15
.........\...\stm32f10x_crc.o,378700,2015-05-15
.........\...\stm32f10x_dac.crf,350103,2015-05-15
.........\...\stm32f10x_dac.d,1895,2015-05-15
.........\...\stm32f10x_dac.o,381712,2015-05-15
.........\...\stm32f10x_dbgmcu.crf,347820,2015-05-15
.........\...\stm32f10x_dbgmcu.d,1994,2015-05-15
.........\...\stm32f10x_dbgmcu.o,377908,2015-05-15
.........\...\stm32f10x_dma.crf,351585,2015-05-15
.........\...\stm32f10x_dma.d,1895,2015-05-15
.........\...\stm32f10x_dma.o,382404,2015-05-15
.........\...\stm32f10x_exti.crf,349036,2015-05-15
.........\...\stm32f10x_exti.d,1928,2015-05-15
.........\...\stm32f10x_exti.o,379672,2015-05-15
.........\...\stm32f10x_flash.crf,355487,2015-05-15
.........\...\stm32f10x_flash.d,1961,2015-05-15
.........\...\stm32f10x_flash.o,389380,2015-05-15
.........\...\stm32f10x_fsmc.crf,353992,2015-05-15
.........\...\stm32f10x_fsmc.d,1928,2015-05-15
.........\...\stm32f10x_fsmc.o,385292,2015-05-15
.........\...\stm32f10x_gpio.crf,351975,2015-05-15
.........\...\stm32f10x_gpio.d,1928,2015-05-15
.........\...\stm32f10x_gpio.o,385200,2015-05-15
.........\...\stm32f10x_i2c.crf,354406,2015-05-15
.........\...\stm32f10x_i2c.d,1895,2015-05-15
.........\...\stm32f10x_i2c.o,390396,2015-05-15
.........\...\stm32f10x_it.crf,362466,2015-05-15
.........\...\stm32f10x_it.d,2204,2015-05-15
.........\...\stm32f10x_it.o,393844,2015-05-15
.........\...\stm32f10x_iwdg.crf,348131,2015-05-15
.........\...\stm32f10x_iwdg.d,1928,2015-05-15
.........\...\stm32f10x_iwdg.o,378588,2015-05-15
.........\...\stm32f10x_pwr.crf,349324,2015-05-15
.........\...\stm32f10x_pwr.d,1895,2015-05-15
.........\...\stm32f10x_pwr.o,380204,2015-05-15
.........\...\stm32f10x_rcc.crf,355550,2015-05-15
.........\...\stm32f10x_rcc.d,1895,2015-05-15
.........\...\stm32f10x_rcc.o,389628,2015-05-15

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

发表评论

0 个回复

  • single-chipcode
    单片机密码锁 硬件加程序,无密码压缩,课程设计(Single-chip code lock)
    2009-06-18 08:55:22下载
    积分:1
  • cdcemu
    松下车载碟机的协议代码,用于多种汽车的原车配备机头的扩展协议(Panasonic Car turntables protocol code, the original car used in a variety of vehicles equipped with head of the extended protocol)
    2016-02-15 23:06:20下载
    积分:1
  • LCD屏
    说明:  有温湿度,有害气体,光照检测,通过触摸屏显示出来,并且可以切换界面,播放图片(Detection of temperature, humidity, photosensitivity and harmful gases)
    2020-06-21 07:20:01下载
    积分:1
  • CT107D
    电子技能大赛CT107D配套程序,写得还算比较规范的,供大家参考(E-Skills Competition CT107D matching program)
    2013-12-20 14:33:02下载
    积分:1
  • motor-control-training
    使用飞思卡尔的单片机MPC5643L实现的电机控制代码(This is motor control with freescale CPU mpc5643l)
    2020-07-03 01:40:01下载
    积分:1
  • ST-link相关资料资料
    使用STM32F103C8T6作为主控的ST-Link固件(ST-Link firmware using STM32F103C8T6 as master control)
    2020-06-21 18:20:02下载
    积分:1
  • shumaguan
    51单片机简单小程序,用keil软件编写,实现数码管的循环移动(51 single simple small program, keil software development, mobile digital tube to achieve the cycle)
    2014-05-07 15:45:41下载
    积分:1
  • ds1302_uart
    本程序采用kiel开发,使用DS1302作为时钟源,八位数码管进行动态扫描显示时间,并可以由上位机发送“R/r”(read)命令由单片机发送时间和日期信息到上位机(The program uses kiel development, use DS1302 as the clock source, eight digital tube dynamic scan display time, and can be sent from the host computer " R/r" (read) command from the microcontroller to send the time and date information to the host computer)
    2013-07-04 07:56:57下载
    积分:1
  • pq
    说明:  用PSCAD软件编写的典型的分布式发电机PQ控制(PQ control of the distributed generators)
    2012-05-12 16:50:49下载
    积分:1
  • coleach_3
    Energy efficiency is the most important design goal for wireless sensor networks (WSNs). In this paper, we propose an energy-efficient cooperative MIMO scheme, which combines energy-efficient LEACH (EE-LEACH) protocol and cooperative MIMO. We name it as EE-LEACH-MIMO scheme. EE-LEACH is an improved LEACH algorithm, in which the network is partitioned to sectors with equal angle for avoiding the distribution non-uniformity of cluster heads. In EE-LEACH-MIMO scheme, the location and the residual energy of each node are considered when the cluster heads for clustering and cooperative nodes for MIMO system are chosen. For comparisons, LEACH, EE-LEACH, the simple cooperative scheme with LEACH and MIMO (LEACHMIMO), and EE-LEACH-MIMO scheme are simulated. The result shows that EE-LEACH-MIMO scheme can well balance the network load, save energy and prolong the network lifetime
    2014-05-05 21:39:20下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载