【E2437】基于STM32F4的信号频谱分析仪(带Proteus仿真)

2021-11-24 00:53:27      索炜达电子      1112     

项目编号:E2437

文件大小:32M

源码说明:带中文注释

开发环境:C编译器

简要概述

注意:确保你的Keil5是比较新的版本,然后下载并安装STM32F4的pack包,以及Prouteus8.9以上版本。

【E2437】基于STM32F4的信号频谱分析仪(带Proteus仿真)

Prouteus

【E2437】基于STM32F4的信号频谱分析仪(带Proteus仿真)

目录│文件列表:

 └ STM32F4_FFT

    └ project.pdsprj

    ├ 00-STM32F429_LIBRARIES

    │  │ tm_stm32f4_adc.c

    │  │ tm_stm32f4_adc.h

    │  │ tm_stm32f4_dac_signal.c

    │  │ tm_stm32f4_dac_signal.h

    │  │ tm_stm32f4_delay.c

    │  │ tm_stm32f4_delay.h

    │  │ tm_stm32f4_disco.c

    │  │ tm_stm32f4_disco.h

    │  │ tm_stm32f4_fonts.c

    │  │ tm_stm32f4_fonts.h

    │  │ tm_stm32f4_ili9341_ltdc.c

    │  │ tm_stm32f4_ili9341_ltdc.h

    │  │ tm_stm32f4_sdram.c

    │  │ tm_stm32f4_sdram.h

    │  │ tm_stm32f4_spi.c

    │  │ tm_stm32f4_spi.h

    │  │ tm_stm32f4_timer_properties.c

    │  └ tm_stm32f4_timer_properties.h

    ├ 00-STM32F4xx_STANDARD_PERIPHERAL_DRIVERS

    │  ├ CMSIS

    │  │  │ CMSIS END USER LICENCE AGREEMENT.pdf

    │  │  │ index.html

    │  │  └ README.txt

    │  │  ├ Device

    │  │  │  └ ST

    │  │  │     └ STM32F4xx

    │  │  │        └ Release_Notes.html

    │  │  │        ├ Include

    │  │  │        │  │ stm32f4xx.h

    │  │  │        │  └ system_stm32f4xx.h

    │  │  │        └ Source

    │  │  │           └ Templates

    │  │  │              └ system_stm32f4xx.c

    │  │  │              ├ arm

    │  │  │              │  │ startup_stm32f401xx.s

    │  │  │              │  │ startup_stm32f40xx.s

    │  │  │              │  │ startup_stm32f40_41xxx.s

    │  │  │              │  │ startup_stm32f411xe.s

    │  │  │              │  │ startup_stm32f427x.s

    │  │  │              │  │ startup_stm32f427_437xx.s

    │  │  │              │  └ startup_stm32f429_439xx.s

    │  │  │              ├ gcc_ride7

    │  │  │              │  │ startup_stm32f401xx.s

    │  │  │              │  │ startup_stm32f40xx.s

    │  │  │              │  │ startup_stm32f40_41xxx.s

    │  │  │              │  │ startup_stm32f427x.s

    │  │  │              │  │ startup_stm32f427_437xx.s

    │  │  │              │  └ startup_stm32f429_439xx.s

    │  │  │              ├ iar

    │  │  │              │  │ startup_stm32f401xx.s

    │  │  │              │  │ startup_stm32f40xx.s

    │  │  │              │  │ startup_stm32f40_41xxx.s

    │  │  │              │  │ startup_stm32f411xe.s

    │  │  │              │  │ startup_stm32f427x.s

    │  │  │              │  │ startup_stm32f427_437xx.s

    │  │  │              │  └ startup_stm32f429_439xx.s

    │  │  │              ├ TASKING

    │  │  │              │  └ cstart_thumb2.asm

    │  │  │              └ TrueSTUDIO

    │  │  │                 │ startup_stm32f401xx.s

    │  │  │                 │ startup_stm32f40xx.s

    │  │  │                 │ startup_stm32f40_41xxx.s

    │  │  │                 │ startup_stm32f411xe.s

    │  │  │                 │ startup_stm32f427xx.s

    │  │  │                 │ startup_stm32f427_437xx.s

    │  │  │                 └ startup_stm32f429_439xx.s

    │  │  ├ DSP_Lib

    │  │  │  └ license.txt

    │  │  │  └ Source

    │  │  │     ├ BasicMathFunctions

    │  │  │     │  │ arm_abs_f32.c

    │  │  │     │  │ arm_abs_q15.c

    │  │  │     │  │ arm_abs_q31.c

    │  │  │     │  │ arm_abs_q7.c

    │  │  │     │  │ arm_add_f32.c

    │  │  │     │  │ arm_add_q15.c

    │  │  │     │  │ arm_add_q31.c

    │  │  │     │  │ arm_add_q7.c

    │  │  │     │  │ arm_dot_prod_f32.c

    │  │  │     │  │ arm_dot_prod_q15.c

    │  │  │     │  │ arm_dot_prod_q31.c

    │  │  │     │  │ arm_dot_prod_q7.c

    │  │  │     │  │ arm_mult_f32.c

    │  │  │     │  │ arm_mult_q15.c

    │  │  │     │  │ arm_mult_q31.c

    │  │  │     │  │ arm_mult_q7.c

    │  │  │     │  │ arm_negate_f32.c

    │  │  │     │  │ arm_negate_q15.c

    │  │  │     │  │ arm_negate_q31.c

    │  │  │     │  │ arm_negate_q7.c

    │  │  │     │  │ arm_offset_f32.c

    │  │  │     │  │ arm_offset_q15.c

    │  │  │     │  │ arm_offset_q31.c

    │  │  │     │  │ arm_offset_q7.c

    │  │  │     │  │ arm_scale_f32.c

    │  │  │     │  │ arm_scale_q15.c

    │  │  │     │  │ arm_scale_q31.c

    │  │  │     │  │ arm_scale_q7.c

    │  │  │     │  │ arm_shift_q15.c

    │  │  │     │  │ arm_shift_q31.c

    │  │  │     │  │ arm_shift_q7.c

    │  │  │     │  │ arm_sub_f32.c

    │  │  │     │  │ arm_sub_q15.c

    │  │  │     │  │ arm_sub_q31.c

    │  │  │     │  └ arm_sub_q7.c

    │  │  │     ├ CommonTables

    │  │  │     │  └ arm_common_tables.c

    │  │  │     ├ ComplexMathFunctions

    │  │  │     │  │ arm_cmplx_conj_f32.c

    │  │  │     │  │ arm_cmplx_conj_q15.c

    │  │  │     │  │ arm_cmplx_conj_q31.c

    │  │  │     │  │ arm_cmplx_dot_prod_f32.c

    │  │  │     │  │ arm_cmplx_dot_prod_q15.c

    │  │  │     │  │ arm_cmplx_dot_prod_q31.c

    │  │  │     │  │ arm_cmplx_mag_f32.c

    │  │  │     │  │ arm_cmplx_mag_q15.c

    │  │  │     │  │ arm_cmplx_mag_q31.c

    │  │  │     │  │ arm_cmplx_mag_squared_f32.c

    │  │  │     │  │ arm_cmplx_mag_squared_q15.c

    │  │  │     │  │ arm_cmplx_mag_squared_q31.c

TAGSTM32F4
  • 11 次
  • 40 分