登录
首页 » Others » FFT-Code

FFT-Code

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

  • AT89c52
    用AT89C52实现的核废弃监测仪,自己写的,已经在用了,呵呵(AT89C52 to nuclear waste with the monitor, he has written, has been used, huh, huh)
    2010-05-12 16:59:57下载
    积分:1
  • Fish-tank-system
    该项目首先是利用单片机对鱼缸的温度进行智能控制。首先通过外部按键对鱼缸所需温度进行设定。温度传感器 DS18B20 采集温度信息在外围的 LCD 上显示出来。其次是利用光电耦合器判断有无鱼饵,若无鱼饵,发出提示,若有鱼饵,则执行自动投食或手动投食功能。(The project first is the use of single-chip microcomputer to control the temperature of the fish tank. First, the temperature of the fish tank is set by the external button. The temperature sensor DS18B20 collects the temperature information to display on the periphery LCD. Followed by using photoelectric coupler to determine whether the bait, if there is no bait, alert, if there is a bait, automatic throw in and throw food or manually cast and functional food.)
    2016-04-09 10:53:50下载
    积分:1
  • Position-Sensorless-Control-for-PM
    :针对电动汽车永磁同步电机无位置传感器控制系统,在两相静止坐标系( —B)内将滑模观测器法 与MRAS结合,提出了基于模型参考自适应的滑模观测器,并利用自适应律估计永磁同步电机的转子速度。仿真 和试验表明无位置传感器控制方法是切实可行的。 关键词:电动汽车永磁同步电机无位置传感器控制 自适应滑模观测器(This paper presents a new adaptive slid—mode observer for electric vehicle permanent magnet synchronous motor(PMSM)sensorless control system,which is combined with the sliding mode observer and model reference adaptive method in the two—phase stationary reference frame. The speed of PMSM rotor is estimated by adaptive law.Simulation and experimental results show that the sensol ]ess control method is practical and feasible。 Key words:EV PMSM position sensor]ess control ASMO(adaptive slid—mode observer))
    2011-04-27 12:50:02下载
    积分:1
  • HCR-Protocol-in-Matlab
    HCR无线传感器网络协议。为了实现减少能量消耗提出的(WSN Protocol)
    2016-05-16 17:23:17下载
    积分:1
  • 0.95inch-RGB-OLED-Code
    0.95英寸的SSD1331驱动程序,完整的驱动代码(0.95 inches of SSD1331 driver, complete driver code)
    2020-08-25 17:28:17下载
    积分:1
  • ILI9325_Init
    ILITEK 9325,LCD驱动IC,专用初始化代码。(Initial code of ILI9325.)
    2009-06-20 00:46:06下载
    积分:1
  • LIN_sci通讯
    说明:  PC-单片机-PC,PC串口发数据-单片机串口接收数据-单片机将接收到的数据发送回给PC(PC-MCU-PC, PC Serial Port Send Data-MCU Serial Port Receive Data-MCU Send Received Data Back to PC)
    2020-06-24 03:20:01下载
    积分:1
  • kesfr
    Accuracy can reach 98%, Using matlab to calculate the Mahalanobis distance for the image, MinkowskiMethod algorithm.
    2017-08-26 20:07:35下载
    积分:1
  • cjzd
    关于与计算机超级终端通讯的小程序.(RS232)(HyperTerminal on the computer applet communication. (RS232))
    2007-11-22 08:37:12下载
    积分:1
  • 12864
    带字库12864液晶详解----Detailed character LCD with 12864(Detailed character LCD with 12864)
    2009-05-13 14:29:36下载
    积分:1
  • 696518资源总数
  • 106164会员总数
  • 18今日下载