登录
首页 » Others » FFT-Code

FFT-Code

于 2020-07-15 发布 文件大小:425KB
0 218
下载积分: 1 下载次数: 274

代码说明:

  可以通过STM32的AD采集测出正弦波的频率,并在液晶屏上显示出来。(原子的mini板可直接用)(AD can gather through the STM32 measured sine wave frequency, and displayed on the LCD screen. (Atoms mini board can be directly used))

文件列表:

FFT大炮
.......\CORE
.......\....\core_cm3.c,17273,2010-06-07
.......\....\core_cm3.h,85714,2011-02-09
.......\....\startup_stm32f10x_hd.s,15503,2014-11-06
.......\....\startup_stm32f10x_md.s,12765,2011-03-10
.......\HARDWARE
.......\........\ADC
.......\........\...\adc.c,4532,2015-05-29
.......\........\...\adc.h,647,2015-05-29
.......\........\DAC
.......\........\...\dac.c,1861,2015-05-29
.......\........\...\dac.h,686,2015-05-29
.......\........\FFT
.......\........\...\FFT.c,1683,2015-05-17
.......\........\...\fft.h,715,2015-05-17
.......\........\...\fft_tab.h,17079,2015-05-17
.......\........\KEY
.......\........\...\key.c,1975,2014-11-09
.......\........\...\key.h,1013,2014-03-20
.......\........\LCD
.......\........\...\font.h,44643,2015-09-01
.......\........\...\lcd.c,93951,2015-05-18
.......\........\...\lcd.h,11483,2015-02-20
.......\........\LED
.......\........\...\led.c,1301,2014-03-20
.......\........\...\led.h,640,2014-03-20
.......\........\PICTURE
.......\........\.......\picture.c,80,2015-02-06
.......\........\.......\picture.h,254489,2015-02-28
.......\........\TIMER
.......\........\.....\timer.c,2543,2015-05-29
.......\........\.....\timer.h,755,2015-05-29
.......\........\TOUCH
.......\........\.....\24cxx.c,3510,2012-07-19
.......\........\.....\24cxx.h,1134,2011-09-27
.......\........\.....\ctiic.c,2903,2014-03-11
.......\........\.....\ctiic.h,1316,2014-03-11
.......\........\.....\myiic.c,2988,2011-09-19
.......\........\.....\myiic.h,1328,2011-09-27
.......\........\.....\ott2001a.c,5124,2014-03-25
.......\........\.....\ott2001a.h,2032,2014-03-11
.......\........\.....\touch.c,14657,2015-05-22
.......\........\.....\touch.h,2942,2015-02-01
.......\keilkilll.bat,399,2011-04-23
.......\OBJ
.......\...\LED.hex,192705,2015-09-03
.......\STM32F10x_FWLib
.......\...............\inc
.......\...............\...\misc.h,8982,2011-03-10
.......\...............\...\stm32f10x_adc.h,21690,2011-03-10
.......\...............\...\stm32f10x_bkp.h,7555,2011-03-10
.......\...............\...\stm32f10x_can.h,27559,2011-03-10
.......\...............\...\stm32f10x_cec.h,6573,2011-03-10
.......\...............\...\stm32f10x_crc.h,2162,2011-03-10
.......\...............\...\stm32f10x_dac.h,15233,2011-03-10
.......\...............\...\stm32f10x_dbgmcu.h,3818,2011-03-10
.......\...............\...\stm32f10x_dma.h,20754,2011-03-10
.......\...............\...\stm32f10x_exti.h,6824,2011-03-10
.......\...............\...\stm32f10x_flash.h,25445,2011-03-10
.......\...............\...\stm32f10x_fsmc.h,27016,2011-03-10
.......\...............\...\stm32f10x_gpio.h,20175,2012-09-13
.......\...............\...\stm32f10x_i2c.h,30029,2011-03-10
.......\...............\...\stm32f10x_iwdg.h,3828,2011-03-10
.......\...............\...\stm32f10x_pwr.h,4383,2011-03-10
.......\...............\...\stm32f10x_rcc.h,30452,2011-03-10
.......\...............\...\stm32f10x_rtc.h,3857,2011-03-10
.......\...............\...\stm32f10x_sdio.h,21863,2011-03-10
.......\...............\...\stm32f10x_spi.h,17725,2011-03-10
.......\...............\...\stm32f10x_tim.h,52427,2011-03-10
.......\...............\...\stm32f10x_usart.h,16548,2012-09-11
.......\...............\...\stm32f10x_wwdg.h,2966,2011-03-10
.......\...............\src
.......\...............\...\misc.c,7046,2011-03-10
.......\...............\...\stm32f10x_adc.c,47201,2011-03-10
.......\...............\...\stm32f10x_bkp.c,8463,2011-03-10
.......\...............\...\stm32f10x_can.c,45103,2011-03-10
.......\...............\...\stm32f10x_cec.c,11656,2011-03-10
.......\...............\...\stm32f10x_crc.c,3347,2011-03-10
.......\...............\...\stm32f10x_dac.c,19087,2011-03-10
.......\...............\...\stm32f10x_dbgmcu.c,5149,2011-03-10
.......\...............\...\stm32f10x_dma.c,29607,2011-03-10
.......\...............\...\stm32f10x_exti.c,6959,2011-03-10
.......\...............\...\stm32f10x_flash.c,62551,2011-03-10
.......\...............\...\stm32f10x_fsmc.c,35484,2011-03-10
.......\...............\...\stm32f10x_gpio.c,23221,2011-03-11
.......\...............\...\stm32f10x_i2c.c,45781,2011-03-10
.......\...............\...\stm32f10x_iwdg.c,4916,2011-03-10
.......\...............\...\stm32f10x_pwr.c,8759,2011-03-10
.......\...............\...\stm32f10x_rcc.c,51271,2011-03-10
.......\...............\...\stm32f10x_rtc.c,8598,2011-03-10
.......\...............\...\stm32f10x_sdio.c,28933,2011-03-10
.......\...............\...\stm32f10x_spi.c,30224,2011-03-10
.......\...............\...\stm32f10x_tim.c,109159,2011-03-10
.......\...............\...\stm32f10x_usart.c,38308,2011-03-10
.......\...............\...\stm32f10x_wwdg.c,5735,2011-03-10
.......\SYSTEM
.......\......\delay
.......\......\.....\delay.c,5037,2014-03-20
.......\......\.....\delay.h,1517,2012-09-13

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

发表评论

0 个回复

  • 总线操作法点亮led
    总线操作法点亮led,非常好的入门教程。(zong xian cao zuo fa dian liang led zong xian cao zuo fa dian liang led)
    2018-03-13 10:59:50下载
    积分:1
  • F103VET6 软件IIC控制 STM32_ADXL345_IIC
    我使用的是F103VET6,软件IIC控制,改引脚配置后可方便移植。 SDL连接PB6、SDA连接PB7、CS连接高电平,SDO连接高电平的话模块的写地址为0x3A、读地址为0x3B··· ···(I use F103VET6, software IIC control, pin configuration can be easily transplanted. SDL connects PB6, SDA connects PB7, CS connects high level. SDO connects high level telephone module with write address of 0x3A and read address of 0x3B.)
    2020-07-01 19:00:02下载
    积分:1
  • 8051-sle4442
    sle4442 ic 卡 在8051单片机上读写功能的汇编语言实现(sle4442 ic card in 8051 on the reading and writing assembly language functions realize)
    2008-05-03 14:05:59下载
    积分:1
  • [TEST52]CCP2-IRD-BEEP
    红外遥控器控制蜂鸣器,pic16f877a,C语言编程(Infrared remote control buzzer, PIC16F877A, C language programming)
    2014-08-15 09:02:22下载
    积分:1
  • Button-control--display-graphics
    按键控制8×8LED点阵屏显示图形,proteus仿真(Button control 8 × 8LED dot matrix screen display graphics)
    2013-08-24 16:28:28下载
    积分:1
  • tongxin
    智能小车使用遥控控制的源代码,本代码可以作为进一步研究的参考(Smart car using the remote control of the source code, the code can be used as reference for further research)
    2013-10-25 15:14:21下载
    积分:1
  • contiki-2.7
    最新的低功耗传感器网络操作系统-contiki,支持文件系统,动态代码更新(The latest low-power sensor network operating system-contiki, supports file systems, dynamic code update)
    2013-11-29 09:51:36下载
    积分:1
  • lcdtest
    s3c6410裸机lcd测试程序,一个简单界面的lcd代码(s3c6410 lcd bare metal test program, a simple interface lcd code)
    2014-02-25 16:23:55下载
    积分:1
  • dma dac 正弦波
    正弦波的显示 ,示波器,keil5正弦波的显示 ,用于测试波形的产生(Sine wave display, oscilloscope, keil 5 sine wave display, used to test the generation of waveforms)
    2020-06-18 04:40:02下载
    积分:1
  • integrated-control
    双步进电机综合控制 用于51单片机 (Dual stepper motor integrated control)
    2013-07-22 15:02:12下载
    积分:1
  • 696516资源总数
  • 106571会员总数
  • 2今日下载