登录
首页 » C# » STM32-FFT

STM32-FFT

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

  • SY_003
    说明:  C51系列单片机,用C语言编写,使扬声器发声(C51 series of microcontrollers, C language, so that the speaker sound)
    2011-03-16 17:11:28下载
    积分:1
  • armtest
    周立功公司 LPC2478 TFT真彩色液晶+can的源代码 (Week Ligong company LPC2478 TFT true color LCD+ can the source code)
    2009-03-13 21:29:59下载
    积分:1
  • xinhao
    基于c8051f360的DDS信号发生器的单片机代码,实现各种波形(Based on the DDS signal generator of MCU c8051f360 code, implement various waveform)
    2015-02-25 20:45:31下载
    积分:1
  • Desktop
    第十四届恩智浦智能汽车竞赛信标组openmv阳光算法,只检查动态闪烁的信标灯。(Openmv sunshine algorithm of beacon group in the 14th Enzhipu Intelligent Vehicle Competition only checks dynamic flashing beacon lights.)
    2020-06-21 12:40:01下载
    积分:1
  • M_BMS(6.7)
    BMS的程序设计,集合了温度测量,电压测量。(bms programe,temperature。)
    2012-04-02 20:26:56下载
    积分:1
  • gps_with_glcd
    Code GPS to LCD By C code
    2012-01-21 03:06:20下载
    积分:1
  • 交通灯控制
    说明:  包含proteus仿真文件及c语言程序,在开发板上进行过运行。利用双色LED显示电路,和四位静态数码管显示电路模拟十字路口交通信号灯。4位LED数码管显示时间,双色LED灯显示红绿灯状态。熟悉交通信号灯控制逻辑。设计一个十字路口的交通灯控制电路,要求南北方向和东西方向两个交叉路口的车辆交替运行。每次绿灯变红灯时,要求黄灯先亮3S,才能变换运行车辆。东西方向、南北方向车道除了有红、黄、绿灯指示外,每一种灯亮的时间都用数码管显示器进行显示(采用倒计时的方法)。考虑到特殊车辆情况,设置紧急转换开头。(It contains proteus simulation file and C language program. It has been run on the development board. Two-color LED display circuit and four-bit static digital tube display circuit are used to simulate traffic lights at intersections. Four-bit LED digital tube display time, two-color LED lights show the status of traffic lights. Familiar with traffic signal control logic. Design a traffic light control circuit at the intersection, which requires the vehicles running alternately in the north-south direction and the East-West direction. Every time the green light turns red, the yellow light is required to turn on 3S before changing the running vehicle. In addition to the red, yellow and green lights in the east-west and North-South lanes, the time of each kind of light is displayed by digital tube display (countdown method). Considering the special vehicle situation, set up the emergency switch start.)
    2020-06-17 13:40:02下载
    积分:1
  • shumaguan
    使用stm32单片机控制串行数码管 库函数版本 所用开发板为正点原子mini开发板(Use stm32 SCM serial digital version of library functions used in atomic mini development board development board for the punctual)
    2013-07-21 10:55:07下载
    积分:1
  • Hamming_Code
    查表法计算汉明码,适用于DSP28335(calculate hamming code by table look-up method)
    2017-07-03 10:49:22下载
    积分:1
  • LayersOfMaps
    It s an add-in for Arcmap to display properties of layers.
    2013-12-03 05:30:09下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载