登录
首页 » Others » FFT-Code

FFT-Code

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

  • baseon80c51ofmc522
    读写器与射频卡通信的设计采用RC522射频读写芯片与射频卡进行通信,符合ISO14443规范协议;硬件系统设计中主要有AVR单片机主控模块、电源模块、存储模块、外部时钟模块、LCD模块;软件系统设计采用C语言,遵循模块化和结构化编程模式,设计了射频卡操作程序、软关机与自动关机程序、LCD显示、串行Flash存储器、外部时钟等外部设备驱动程序。所设计的手持式读写器具备对MF1 S50、S70射频卡的读写、实时状态显示、系统在线升级以及关机等功能。(This handset can process the data offline or online, reading and writing from 10 cm far. This handset is low-power, miniature, modular design and so on. This article includes: the communication design between RF card and Reader, hardware system design and software systems design. The communication design between RF card and Reader used to RC522 RF chip control RF cards, in line with ISO14443 standard protocol Hardware system design mainly include AVR microcontroller control modules, power modules, memory modules, external clock modules, LCD modules Software system designed with C programming language, and follow the modular structure of the programming model, and has the RF card operation procedures, soft shutdown and automatic shutdown procedures, LCD display, serial Flash memory, an external clock, and other external device driver Procedures. The handset readers has the MF1 S50, S70 RF card reader function, real-time status display function, the system online update function and so)
    2021-03-22 20:19:16下载
    积分:1
  • ELECTROCARTIVE
    ELECTROCARTIVE fro ecg cardiograph
    2013-08-17 22:48:10下载
    积分:1
  • CS4334
    cs4334的驱动程序,使用STM32FMCU,可以使用。(cs4334 driver, use STM32FMCU, you can use.)
    2020-06-28 17:40:02下载
    积分:1
  • particle
    说明:  无线传感器网络的目标跟踪的粒子滤波算法,(WSN tracking using particle filter)
    2011-04-14 16:02:57下载
    积分:1
  • uc_51_small
    OS_II移植到单片机,网上都是大模式移植,这是我在网站上找到的小模式移植,不知道有用吗?(OS_II transplanted into single-chip, on-line model of graft are large, this is my website found in the small model of transplantation, I do not know useful?)
    2009-07-09 02:40:53下载
    积分:1
  • ourdev_711996NZMV69
    实现LCD12232的点阵显示功能。这是在网络上发现比较好的,发布出来共享(It can let LCD12232 display it s record.It is found on net , for sharing.)
    2014-11-28 10:42:37下载
    积分:1
  • ESP_8266 测试板原理图和PCB源文件
    说明:  ESP8266硬件参考设计文件,有硬件PCB原理图,三个文件。。。(ESP8266 file,PCBSCHPDF,for learning)
    2019-03-09 19:05:38下载
    积分:1
  • SHA204_90USB1287_1.0.0
    基于AVR开发的加密模块,ATSHA204(The encryption module based on AVR)
    2020-07-02 15:37:50下载
    积分:1
  • OLED 模块 使用说明
    OLED 屏幕的中文参考手册,详细的记录了OLED 的所有信息,包含了基本的使用方法,对新手十分适合(OLED screen Chinese reference manual, detailed records of all the information of OLED, including the basic use of new novice is very suitable.)
    2020-06-19 14:40:01下载
    积分:1
  • Datasheet-LM3S6432-zh_cn(1)
    TI的LM3S6432的相关中文手册,对于利用LM3S6432进行开发时不错的资料(TI' s LM3S6432 relevant Chinese manual, for use LM3S6432 good information when developing)
    2011-01-23 11:44:16下载
    积分:1
  • 696518资源总数
  • 105949会员总数
  • 22今日下载