登录
首页 » C# » STM32-FFT

STM32-FFT

于 2020-11-03 发布 文件大小:7063KB
0 144
下载积分: 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 个回复

  • OctoSetup
    Octo Setup win 7 all onile tv
    2014-09-29 21:03:42下载
    积分:1
  • KIELC623
    单片机软件开发工具 英文版的keil uVision2版Keil C51 编译器完全遵照ANSI C 语言标准支持C 语言的所有标准特性 (Single-chip software development tools keil uVision2 English version of the Keil C51 compiler version in full accordance with the ANSI C language standard to support all of the standard C language features)
    2008-01-14 20:51:59下载
    积分:1
  • Full2012
    1. 本研究利用 PCA 对可见-近红外(450~1 000 nm)、可见光(450~780 nm)和近红外(780~1 000 nm)光谱区域的苹果高光谱图像数据进行降维,获得 PC 图像,通过对 PC 图像进行分析,确定可用于分割损伤和正常区域的有效光谱区域,对比分析几个光谱区域的 PCA 的效果。(but currently no practical system for detecting blood spots and dirt stains exists. In order to obtain maximum throughput, processing speeds of over 85,000 eggs per hour are common. The demanding requirements placed on the human workers result in two types of grading errors)
    2013-09-03 16:30:05下载
    积分:1
  • 飞驰人生
    使用了成品遥控车的遥控与接受模块,基于STC89C52RC,模拟PWM输出控制车速,五个前进挡,两个倒挡(The remote control and acceptance module of the finished remote control vehicle is used. Based on STC89C52RC, the output of PWM is simulated to control the speed of the vehicle. There are five forward gears and two reverse gears.)
    2020-06-18 10:00:01下载
    积分:1
  • 5110-1
    基于MSP430G2553 TI超低功耗单片机,5110液晶显示程序(Based MSP430G2553 TI ultra-low power microcontroller, 5110 LCD procedures)
    2013-08-10 21:35:35下载
    积分:1
  • pwmLight
    本程序主要的功能是通过PWM来进行光的亮度的调节(The main feature of this program is carried out by the PWM brightness adjustment of light)
    2011-12-10 09:26:35下载
    积分:1
  • stm32f103 HAL库USART例程
    说明:  STM32F103 HAL库串口应用例程(STM32F103 HAL Library Serial Port Application Routine)
    2020-06-16 08:00:02下载
    积分:1
  • STM32上MLX90614的库文件使用HAL
    STM32关于体温传感器hal库的说明以及源码和用例实例(STM32 About Hal Library of Body Temperature Sensor)
    2020-09-27 21:47:46下载
    积分:1
  • can-
    CAN总线电平,讲述CAN总线的电平运用(CAN high and can low,this is a text about how to unsderand can level.)
    2013-08-21 08:31:46下载
    积分:1
  • ADE7758chinese
    ADE7758三相多功能电能计量 IC 中文手册,美国模拟器件公司(Three-phase Multifunctional Energy Metering IC ADE7758 Chinese Manual, Analog Devices Inc.)
    2010-08-03 00:05:07下载
    积分:1
  • 696518资源总数
  • 104388会员总数
  • 18今日下载