登录
首页 » Others » FFT-Code

FFT-Code

于 2020-07-15 发布 文件大小:425KB
0 163
下载积分: 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 个回复

  • shouchi-zhendongyi
    手持振动仪,自动通过傅里叶变换,提取峰峰值,来自动调整震动的幅度,(Handheld vibration, automatic Fourier transform, peak extraction, to automatically adjust the amplitude of vibration,)
    2013-10-10 10:44:49下载
    积分:1
  • HSDL7001PDF
    红外通信装置 HSDL-7001PDF资料(Infrared communication device HSDL- 7001 PDF data )
    2014-08-07 20:48:06下载
    积分:1
  • STC_UART_GPS_OK
    芯片:STC12C5A60S2 晶振:16MHz 波特率:4800bps 引脚定义:串行口1: 发送————TxD/P3.1; 接收————RxD/P3.0 串行口2: 发送————TxD2/P1.3;接收————RxD2/P1.2 功能描述:STC12双串口通信(中断方式) 当串行口1接收GPS数据后(4800波特率),将此数据由串行口2发送出去 当串行口2接收数据后,将此数据由串行口1发送出去(Chip: STC12C5A60S2 Crystal: 16MHz Baud Rate: 4800bps Pin definitions: Serial port 1: Send TxD/P3.1 receiving RxD/P3.0 Serial port 2: Send TxD2/P1.3 receiving RxD2/P1.2 Function Description: STC12 Two serial communication (interrupt) When a serial port after receiving GPS data (4800 baud), this data is sent out by the serial port 2 When the serial port 2 receives data, this data is sent out by the serial port 1 )
    2020-11-06 08:29:49下载
    积分:1
  • Serial-communication
    Matlab环境下PC机与单片机的串行通信及数据处理(Serial communication and data processing Matlab environment PC and SCM)
    2013-12-11 13:50:53下载
    积分:1
  • 1callerID
    giai ma DTMF bat so dien thoai goi den bang ic chuyen dung.
    2020-06-16 07:00:01下载
    积分:1
  • W78E58B
    W78E58B单片机参数手册,英文版资料(Singlechip parameters W78E58B manual, English version of the information)
    2007-10-29 17:01:43下载
    积分:1
  • CardTool-
    ACR38智能读卡器测试用:芯片IC卡等(ACR38 Smart Card Reader test: IC card, etc.)
    2020-12-04 08:49:25下载
    积分:1
  • EKTC52D1
    51和迪文串口屏通信C语言源码,温度采集显示,可以进行移植,很友好,很详细,附带的例程帮助很大(51 and Devon serial port communication C language source code, temperature acquisition display, you can transplant, very friendly, very detailed, with the help of a large routine.)
    2018-05-20 19:51:27下载
    积分:1
  • P89V51RD2
    说明:  周立功公司的P89V51RD2的IAP升级实现的,完整文档,官网只能载到前三章。(Ligong P89V51RD2 week' s escalation of the realization of the IAP, complete documents, the official website only contains three chapters.)
    2009-07-31 20:03:45下载
    积分:1
  • makemp3
    、支持mp3, wma, wav, mid SF0播放 2、支持三种播放模式:单曲重复,全曲重复,乱序播放 3、支持任意文件夹文件的播放(注:总文件夹数不大于136个) 4、支持完整歌词显示(GBK超大字库,支持简繁体,推荐歌词形式为多个时间tag复用歌词的形式) 如 [00:12][00:35][00:56]歌词1 对时间tag没有要求,总之就是完全符合规范。 5、6个按键,next,prev,V+,V-,(PLSY/PAUSE),mode/BL 6、支持2G以内sd卡 (, Support mp3, wma, wav, mid SF0 player 2, in support of the three player modes: single, repeat, all song repeat, out-of-order player 3, support for arbitrary file player folder (Note: the total number of folders is not more than 136 ) 4, to support the integrity of the lyrics display (GBK large font, to support simplified and traditional, the form of a number of recommended time lyrics tag reuse the form of the lyrics) in the case [00:12] [00:35] [00:56] lyrics 1 tag does not require time, a word that is in full compliance with the norms. 5,6 a button, next, prev, V+, V-, (PLSY/PAUSE), mode/BL 6, within the sd card support 2G)
    2009-06-04 15:03:12下载
    积分:1
  • 696518资源总数
  • 105661会员总数
  • 6今日下载