登录
首页 » C# » STM32-FFT

STM32-FFT

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

  • GPSgencong
    汽车GPS 跟踪系统,并超速防盗报警,8051代码(Car GPS tracking system, and speeding burglar alarm, code 8051)
    2010-08-30 08:49:09下载
    积分:1
  • MPU6050 串口显示
    说明:  通过串口实时显示MOU6050数据,希望可以帮到大家(Real-time display of MOU6050 data through serial port, I hope it can help you.)
    2020-06-16 06:40:02下载
    积分:1
  • 8835
    基于C8051的Tra8835驱动程序,并实现液晶显示...(Based on the Tra8835 C8051 drivers, and to achieve liquid crystal display ...)
    2011-10-14 11:50:36下载
    积分:1
  • PMSM-28335
    基于SVPWM控制的永磁同步伺服电机控制代码(SVPWM Based on PMSM control code.)
    2020-07-01 03:20:02下载
    积分:1
  • wrappep-frinter-unary
    利用c++编写的任意波形发生器的人机界面,通过并口和下位机相连()
    2018-04-08 16:14:06下载
    积分:1
  • STM32F103C8T6超声波测距源码
    说明:  ALIENTEK STM32开发板SYSTEM文件夹,采用V3.5库的头文件,使得代码可以完美移植到库函数里面使用,不过注意,在新建工程的时候,请在:Options for Target-->C/C++ 选项卡里面 Preprocessor Symbols 栏定义你的STM32芯片容量。比如:ALIENTEK 战舰STM32开发板用户,使用的是大容量的STM32芯片,则在Define栏输入:STM32F10X_HD 对于STM32F103系列芯片,设置原则如下: 16KB≤FLASH≤32KB 选择:STM32F10X_LD 64KB≤FLASH≤128KB 选择:STM32F10X_MD 256KB≤FLASH≤512KB 选择:STM32F10X_HD(ALIENTEK STM32 development board SYSTEM folder, using V3.5 library header file, so that code can be perfectly transplanted to the library function to use, but note that in the new project, please: Options for Target - > C/C++ tab in the Preprocessor Symbols column to define your STM32 chip capacity. For example: ALIENTEK warship STM32 development board users, using a large capacity STM32 chip, in the Define column input: STM32F10X_HD For STM32F103 series chips, the setting principles are as follows: 16KB < FLASH < 32KB Selection: STM32F10X_LD 64KB < FLASH < 128KB Selection: STM32F10X_MD 256KB < FLASH < 512KB Selection: STM32F10X_HD)
    2019-01-15 13:31:52下载
    积分:1
  • MF
    说明:  飞行器多轴的KK的电控keil源代码HEX(HEX of keil KK code on molor model fly)
    2011-05-11 16:25:33下载
    积分:1
  • RMAA
    电子爱好者们经常希望测试自己的音频设备如声卡、碟机、功放、音箱等的性能指标,却苦于没有价格高昂的专业测试设备而无从下手,设计制作时也无法进行必要的测试指导。有些CD碟提供了测试信号,如著名的“雨果发烧碟(一)”、“My Disk”等,《无线电》也曾推出音频测试CD。但CD信号的精度有限,而且没有操作系统的配合,测量、记录和分析都很不方便。(Electronic fans often want to test their audio devices such as sound cards, CD, amplifier, speakers and other performance indicators, but have no specialized test equipment without the high price the start, can not carry out the necessary tests to guide the design of production. Some CD discs provide a test signal, such as the famous Hugo Audiophile CD (a) , My Disk and so on, Radio has launched an audio test CD. CD signal but the accuracy is limited, and there is no tie, measurement, recording and analysis of the operating system is very inconvenient.)
    2021-04-26 10:28:45下载
    积分:1
  • MPU6050
    说明:  g90驱动 有兴趣的朋友可以关注,和我一起讨论学习,一起享受技术,一起成长(G90 Drives Interested Friends to Pay Attention, Discuss Learning with me, Enjoy Technology and Grow up Together)
    2020-06-20 13:40:01下载
    积分:1
  • stm32 跑马灯
    说明:  基于stm32固件库的跑马灯范例,供参考(An Example of Racing Horse Lamp Based on STM32 Firmware Library)
    2020-06-15 22:55:01下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载