登录
首页 » C# » STM32-FFT

STM32-FFT

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

  • Four-hanging-wing-for-TM4Cl
    四悬翼 源码,mpu6050 超声波测距(Four hanging wing source, mpu6050 Ultrasonic Ranging)
    2014-12-06 11:41:56下载
    积分:1
  • 模拟智能灌溉
    说明:  蓝桥杯单片机,模拟智能灌溉,亲测是对的!(Blue Bridge Cup MCU, simulate intelligent irrigation, pro-test is right!)
    2019-07-10 23:48:07下载
    积分:1
  • ST7100_DS_2005_September
    ST71XX Confidential for st40 / st231 ST DVB processors
    2011-10-03 05:54:55下载
    积分:1
  • BMS
    实现一个电池测试系统,用于对电池的充放电情况进行检测。(The realization of a battery test system for charging and discharging of the battery were detected.)
    2013-07-10 18:37:41下载
    积分:1
  • anjian
    此程序为4*4矩阵键盘,键盘自身不带电源电阻,八个接线,在程序中进行需进行软件拉高拉低以便按键扫描。 应用单片机为MSP430F5529。(4* 4 matrix keyboard without power resistors MSP430F5529)
    2014-07-04 16:25:28下载
    积分:1
  • jtcutsj
    静态存储体设计 包含设计步骤, 原理图 设计心得等(Static memory bank design consists of design steps, such as schematic design experience)
    2009-12-11 09:06:52下载
    积分:1
  • zigbee_master
    ns2_zigbee ========== Performance evaluation of Zigbee based on NS2 This repositories includes the codes of my undergraduate thesis. 1. zigbee.scn: network topology in 3D 2. zigbee.tcl: network script written in tcl 3. thr_drop_delay.awk: eualuation script written in awk 4. data: results of delay, throughput, jitter, and packet loss rate 5. out: figures of results 6. demo: demos of nam 7. thesis How to 1. make sure zigbee.scn and zibee.tcl are in the same folder 2. cd to the folder by terminal 3. run ns zigbee.tcl 4. run awk -f thr_drop_delay.awk zigbee.tr 5. run gnuplot xxx.dat
    2013-12-11 21:25:54下载
    积分:1
  • LCD
    基于C51 嵌入式操作系统UCOS 的LCD驱动代码,有需要请下载使用。(C51 embedded operating system based on the LCD UCOS driver code, there is a need to download the use of. )
    2016-07-22 12:21:37下载
    积分:1
  • Modbus完整资料
    完整的Modbus资料,看过从初学到应用。 Modbus完整资料(Modbus详解电子书 libmodbus源码库 Modbus标准协议 Modbus测试大纲 Modbus调试工具)(Complete Modbus information, read, from beginner to application. Modbus complete information (Modbus detailed e-book, libmodbus source library, Modbus standard protocol, Modbus test outline, Modbus debugging tools))
    2017-08-15 11:44:14下载
    积分:1
  • AT24C02_TX-1B
    使用IIC实现24C08读写驱动程序,并用数码管显示读写值(To read and write using the IIC to achieve 24C08 driver, and used digital tube display to read and write the value of)
    2009-12-30 13:02:38下载
    积分:1
  • 696518资源总数
  • 106174会员总数
  • 31今日下载