文件名称:stm32f103_fft_dso
- 所属分类:
- 微处理器(ARM/PowerPC等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2014-06-06
- 文件大小:
- 524kb
- 下载次数:
- 0次
- 提 供 者:
- Yan****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
使用STM32F103C8T6单片机实现了使用内部ADC对电压采样,并计算FFT,通过串口发送至上位机。-Use STM32F103C8T6 MCU using the internal ADC sampling of voltage and calculate the FFT, first bit machine sent through the serial port.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
stm32f103_fft_dso
.................\APP
.................\...\disp.c
.................\...\disp.h
.................\...\font.h
.................\...\ILI9325.c
.................\...\ILI9325.h
.................\...\key.c
.................\...\key.h
.................\...\key_4.c
.................\...\key_4.h
.................\...\main.c
.................\...\pic.c
.................\...\picture.c
.................\...\pic_hdu.c
.................\...\startup_stm32f10x_hd.s
.................\...\stm32f10x_conf.h
.................\...\stm32f10x_it.c
.................\...\stm32f10x_it.h
.................\BSP
.................\...\bsp.c
.................\...\bsp.h
.................\...\Button_HAL.c
.................\...\Button_HAL.h
.................\DSP_Lib
.................\.......\inc
.................\.......\...\stm32_dsp.h
.................\.......\...\table_fft.h
.................\.......\src
.................\.......\...\asm
.................\.......\...\...\arm
.................\.......\...\...\...\cr4_fft_1024_stm32.s
.................\.......\...\...\...\cr4_fft_256_stm32.s
.................\.......\...\...\...\cr4_fft_64_stm32.s
.................\.......\...\...\...\fir_stm32.s
.................\.......\...\...\...\iirarma_stm32.s
.................\.......\...\...\...\PID_stm32.s
.................\.......\...\...\gcc
.................\.......\...\...\...\cr4_fft_1024_stm32.s
.................\.......\...\...\...\cr4_fft_256_stm32.s
.................\.......\...\...\...\cr4_fft_64_stm32.s
.................\.......\...\...\...\fir_stm32.s
.................\.......\...\...\...\iirarma_stm32.s
.................\.......\...\...\...\PID_stm32.s
.................\.......\...\...\iar
.................\.......\...\...\...\cr4_fft_1024_stm32.s
.................\.......\...\...\...\cr4_fft_256_stm32.s
.................\.......\...\...\...\cr4_fft_64_stm32.s
.................\.......\...\...\...\fir_stm32.s
.................\.......\...\...\...\iirarma_stm32.s
.................\.......\...\...\...\PID_stm32.s
.................\.......\...\iir_stm32.c
.................\.......\...\PID_C_stm32.c
.................\DSP_test
.................\........\dsp_asm.c
.................\........\dsp_asm.h
.................\........\dsp_g2.c
.................\........\dsp_g2.h
.................\........\FFT2.c
.................\........\FFT2.h
.................\settings
.................\........\TFT.cspy.bat
.................\........\TFT.dbgdt
.................\........\TFT.dni
.................\........\TFT.wsdt
.................\........\TFT_Debug.jlink
.................\StdPeriph_Driver
.................\................\inc
.................\................\...\misc.h
.................\................\...\stm32f10x.h
.................\................\...\stm32f10x_adc.h
.................\................\...\stm32f10x_bkp.h
.................\................\...\stm32f10x_can.h
.................\................\...\stm32f10x_cec.h
.................\................\...\stm32f10x_conf.h
.................\................\...\stm32f10x_crc.h
.................\................\...\stm32f10x_dac.h
.................\................\...\stm32f10x_dbgmcu.h
.................\................\...\stm32f10x_delay.h
.................\................\...\stm32f10x_dma.h
.................\................\...\stm32f10x_exti.h
.................\................\...\stm32f10x_flash.h
.................\................\...\stm32f10x_fsmc.h
.................\................\...\stm32f10x_gpio.h
.................\................\...\stm32f10x_i2c.h
.................\................\...\stm32f10x_iwdg.h
.................\................\...\stm32f10x_pwr.h
.................\................\...\stm32f10x_rcc.h
.................\................\...\stm32f10x_rtc.h
.................\................\...\stm32f10x_sdio.h
.................\................\...\stm32f10x_spi.h
.................\................\...\stm32f10x_tim.h
.................\................\...\stm32f10x_usart.h
.................\................\...\stm32f10x_wwdg.h
....