登录
首页 » Others » FFT-Code

FFT-Code

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

  • AN4258SW
    说明:  关于freescale单片机S12/S12X系列的串口bootloader,资料是freescale代理给的,很有参考价值,使用codewarrior 5.1编译环境,C语言编写,便于移植和改写!(This is a S12/S12X serial bootloader on the Freescale microcontroller based on CodeWarrior 5.1 compiler environment, Freescale agent given to me, it's very valuable reference . profit from C language, it's easy to be transplanted and rewrite!)
    2020-09-08 11:28:03下载
    积分:1
  • bianyaqibaohu
    变压器保护包括变压器差动保护,变压器内部保护,变压器外部保护,里面有其simulink仿真模型以及相应的数据分析(The transformer protection including transformer differential protection, internal protection of the transformer, the transformer external protection, which simulink simulation model as well as the corresponding data analysis)
    2013-04-01 14:54:05下载
    积分:1
  • ISP_ExtPUSB_2255
    SN8F2255 库文件 ,应用于SONIX SN8F2250系列,的库文件,需求。(SN8F2255 library USB Full Speed library (Using EP0 & EP1) SB SPEC 1.1 FULL speed device)
    2011-05-03 16:21:01下载
    积分:1
  • STM-32-sensorless-02
    ST无传感器永磁同步电机控制培训讲义,基于stm32f103芯片,第二天内容(ST sensorless control theory based on STM32F103,day 2)
    2014-05-17 16:36:30下载
    积分:1
  • stm32 CAN
    基于stm32固件库的can驱动程序,实现收发数据。(The can driver based on STM32 firmware library is used to send and receive data.)
    2020-06-15 23:40:02下载
    积分:1
  • 8031
    说明:  介绍了用8031 单片机控制的电脑数字钟的硬件结构与软件设计。给出了汇(Introduced the 8031 microcontroller using a computer controlled digital clock in the hardware structure and software design. Gives the Department of)
    2010-03-21 23:40:18下载
    积分:1
  • _ADC-温度
    基于PCF8591的51单片机温度监测系统,串行AD转换,程序已验证可行,显示准确,含proteus仿真文件(Based on PCF8591 51 single chip temperature monitoring system, serial AD conversion, the program has been verified feasible, accurate display, including proteus simulation file.)
    2021-03-14 16:49:23下载
    积分:1
  • 实验2-12-2:基本定时器中断
    说明:  stm32f103zet时钟实例,说明,程序注解,pdf文档,视频(Stm32f103zet clock instance, description, program notes, PDF document, video)
    2019-10-26 07:58:36下载
    积分:1
  • w
    说明:  STM32F030F4最小系统led灯闪烁程序(STM library functions led lights)
    2020-10-09 18:07:34下载
    积分:1
  • STM32pidPWM
    stm32pid运算,通过pwm占空比输出,可以控制温度,速度,倒立摆,平衡小车等。(stm32pid operation by pwm duty cycle output, it can control the temperature, velocity, pendulum, balance the car and so on. Make.)
    2016-08-27 18:48:01下载
    积分:1
  • 696524资源总数
  • 103904会员总数
  • 44今日下载