登录
首页 » Others » FFT-Code

FFT-Code

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

  • ha0312s
    HT45F4M 应用在移动电源上的说明 (HT45F4M application instructions on the mobile power)
    2015-07-31 08:35:18下载
    积分:1
  • bujindianjiceshi
    STM32奋斗板步进电机测试,演示的是通过C口的4个口线利用tim2定时器,固定周期产生4路的脉冲信号模拟步进电机的4相8拍控制组合。步进电机采用型号为5V 28BYJ-48的步进减速电机。步进角 5.625度/64驱动板采用ULN2003驱动板。(STM32 struggle board stepper motor testing, demonstration by four port line C port utilization tim2 timer, fixed cycle 4 pulse signal generating analog 4-phase stepper motor control 8-beat combination. Stepper motor with model 5V 28BYJ-48 stepper gearmotors. 5.625 ° step angle/64 driver board with ULN2003 driver board.)
    2014-11-04 11:20:04下载
    积分:1
  • DesignbasedonthefrequeyconverterSA4828
    本文介绍了利用大规模专用集成电路SA4828设计变频器的方法。内容包括:SA4828的特性介绍及变频器的主电路、驱动电路、隔离电源、保护电路、速度检测、调速系统等部件的设计方法。(This article describes the use of large scale integrated circuit design of the inverter method SA4828. Include: SA4828 features introduced and the inverter main circuit, driver circuit, isolated power supply, protection circuits, speed detection, speed control system and other parts of the design.)
    2010-06-06 10:33:02下载
    积分:1
  • solarWindLEDlightsystem
    风光互补路灯是一种得用风能和光能作为能源的路灯,因其具有不受供电影响,不用开沟埋线,不消耗常规电能,只要风力充足有阳光就可以就地安装等特点,因此受到人们的广泛关注,又因其不污染环境,而被称为绿色环保产品。(solar and wind LED system)
    2013-08-19 21:59:28下载
    积分:1
  • 11112321
    毕业设计时制作的一套水位遥测自控系统,本系统以AT89S51单片机为主控单元,通过超声波传感器和液位变送器实现液位实时数据的检测和自动控制。系统分主控站与测控站,通过主控站的键盘可以实现对测控站的水位上下限的控制和显示。主控站与测控站之间的无线实时数据传输的解决方案采用广泛应用于无线抄表、工业数据采集系统和水文气象监控等领域的无线通信芯片nRF24L01组成无线高速数据收发模块。系统实现对所监控水位的短矩离无线测量与自动控制,利用GFSK实现数据高速传送以及较低的功耗。从测控站传送过来的数据通过人性化人机交换界面LCD1602实现数据的实时数据显示以及实现相应的报警提示。本系统通过单片机串口与电脑串口的通讯功能和利用互联网可以实现水位的远程测量与自动控制,这对江河水位的实时监控非常实用。本系统可能通过简单地调整就可以移植到其它物位系统与无线抄表系统,非常有研究价值。系统利用功能强大的C语言开发,并在软硬件设计中分别使用了Protel 99se 、keilC51开发平台。结果表明,该系统具有有性价比高、操作简便、可视化操作等优点.(The system main control unit MCU AT89S51 by ultrasonic liquid level sensors and liquid level transmitter implementation of real-time data detection and automatic control. System sub-master control station and the monitoring and control station, through the master control station s keyboard can be achieved on the water level monitoring station on the lower limit of the control and display. Master control station and the monitoring and control station in real time between the wireless data transmission solutions are widely used for wireless meter reading, industrial data acquisition systems and hydro-meteorological monitoring in areas such as wireless communications chip component nRF24L01 wireless high-speed data transceiver module. System monitoring the water level on the implementation of the short moments away from the wireless measurement and automatic control, the use of GFSK achieve high-speed data transmission and lower power consumption. From the monitoring station to send back )
    2009-03-06 21:16:43下载
    积分:1
  • IO_SOFT_UART_USE_TIMER
    说明:   1. 本程序使用一个定时器和任意 2 个 I/O 口模拟一个串行口。 2. 1位起始位,8位数据位,1位停止位。发数据位时先发低位。 3. 支持半双工通讯。收、发波特率相同。 4. 应把定时器中断优先级设置为最高级。 5. 本程序每接收一个字节后就把它放到一个队列缓冲区中(也可使用环行缓冲区), 待缓冲区满后,将缓冲区中的内容原样发回。这是为了测试多字节连续收发的 能力和简化程序。实际应用中应防止缓冲区溢出。 6. 由接收转换到发送时要先调用 soft_send_enable (); 由发送转换到接收时要先调用 soft_receive_enable ()。 7. 发送最后一个字节后如果要立刻转为接收,必须等待最后一个字节后发送完毕 while ( rs_f_TI == 0) // 等待最后一个字节发送完毕(err)
    2008-09-16 13:37:34下载
    积分:1
  • A4988步进电实验
    基于STM32F103ZET6的步进电机驱动器A4988的电机驱动测试程序(A4988 driver test code)
    2020-06-16 10:00:11下载
    积分:1
  • chaoshengbo
    基于MSP430的超声波测距程序代码,定时器A输入捕捉使用例程,(MSP430-based ultrasonic ranging program code)
    2012-08-02 19:53:57下载
    积分:1
  • sprc133
    说明:  文件内容为dspC5000的工具包,希望能为有需要的人提供帮助(The content of the file is a toolkit for dspC5000, hoping to help people in need.)
    2020-06-23 09:20:02下载
    积分:1
  • TFT240320
    TFT240320彩色液晶显示屏显示程序,库文件中定义了其常用的操作函数,可直接在主函数中调用(TFT240320 color LCD display program, the library file defines its common operating functions that can be invoked directly in the main function)
    2013-07-21 11:16:42下载
    积分:1
  • 696518资源总数
  • 105949会员总数
  • 22今日下载