CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 微处理器(ARM/PowerPC等)

文件名称:FFT

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2016-07-22
  • 文件大小:
    10.03mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

利用ADC采集信号波形,定时器控制采样率,利用官方DSP库FFT函数,求的信号频率。Ps:完整工程,可用-The ADC signal waveform acquisition, the timer control the sampling rate, the use of official FFT DSP library functions, seeking the signal frequency. Ps: the complete works available
(系统自动生成,下载前可以参看下载内容)

下载文件列表

FFT(DSP库)/DSP_LIB/
FFT(DSP库)/DSP_LIB/arm_cortexM4lf_math.lib
FFT(DSP库)/DSP_LIB/Include/
FFT(DSP库)/DSP_LIB/Include/arm_common_tables.h
FFT(DSP库)/DSP_LIB/Include/arm_const_structs.h
FFT(DSP库)/DSP_LIB/Include/arm_math.h
FFT(DSP库)/DSP_LIB/Include/core_cm0.h
FFT(DSP库)/DSP_LIB/Include/core_cm0plus.h
FFT(DSP库)/DSP_LIB/Include/core_cm3.h
FFT(DSP库)/DSP_LIB/Include/core_cm4.h
FFT(DSP库)/DSP_LIB/Include/core_cm4_simd.h
FFT(DSP库)/DSP_LIB/Include/core_cmFunc.h
FFT(DSP库)/DSP_LIB/Include/core_cmInstr.h
FFT(DSP库)/DSP_LIB/Include/core_sc000.h
FFT(DSP库)/DSP_LIB/Include/core_sc300.h
FFT(DSP库)/Libraries/
FFT(DSP库)/Libraries/CMSIS/
FFT(DSP库)/Libraries/CMSIS/core_cm3.c
FFT(DSP库)/Libraries/CMSIS/core_cm3.h
FFT(DSP库)/Libraries/CMSIS/startup/
FFT(DSP库)/Libraries/CMSIS/startup/startup_stm32f10x_cl.s
FFT(DSP库)/Libraries/CMSIS/startup/startup_stm32f10x_hd.s
FFT(DSP库)/Libraries/CMSIS/startup/startup_stm32f10x_hd_vl.s
FFT(DSP库)/Libraries/CMSIS/startup/startup_stm32f10x_ld.s
FFT(DSP库)/Libraries/CMSIS/startup/startup_stm32f10x_ld_vl.s
FFT(DSP库)/Libraries/CMSIS/startup/startup_stm32f10x_md.s
FFT(DSP库)/Libraries/CMSIS/startup/startup_stm32f10x_md_vl.s
FFT(DSP库)/Libraries/CMSIS/startup/startup_stm32f10x_xl.s
FFT(DSP库)/Libraries/CMSIS/stm32f10x.h
FFT(DSP库)/Libraries/CMSIS/system_stm32f10x.c
FFT(DSP库)/Libraries/CMSIS/system_stm32f10x.h
FFT(DSP库)/Libraries/FWlib/
FFT(DSP库)/Libraries/FWlib/inc/
FFT(DSP库)/Libraries/FWlib/inc/misc.h
FFT(DSP库)/Libraries/FWlib/inc/stm32f10x_adc.h
FFT(DSP库)/Libraries/FWlib/inc/stm32f10x_bkp.h
FFT(DSP库)/Libraries/FWlib/inc/stm32f10x_can.h
FFT(DSP库)/Libraries/FWlib/inc/stm32f10x_cec.h
FFT(DSP库)/Libraries/FWlib/inc/stm32f10x_crc.h
FFT(DSP库)/Libraries/FWlib/inc/stm32f10x_dac.h
FFT(DSP库)/Libraries/FWlib/inc/stm32f10x_dbgmcu.h
FFT(DSP库)/Libraries/FWlib/inc/stm32f10x_dma.h
FFT(DSP库)/Libraries/FWlib/inc/stm32f10x_exti.h
FFT(DSP库)/Libraries/FWlib/inc/stm32f10x_flash.h
FFT(DSP库)/Libraries/FWlib/inc/stm32f10x_fsmc.h
FFT(DSP库)/Libraries/FWlib/inc/stm32f10x_gpio.h
FFT(DSP库)/Libraries/FWlib/inc/stm32f10x_i2c.h
FFT(DSP库)/Libraries/FWlib/inc/stm32f10x_iwdg.h
FFT(DSP库)/Libraries/FWlib/inc/stm32f10x_pwr.h
FFT(DSP库)/Libraries/FWlib/inc/stm32f10x_rcc.h
FFT(DSP库)/Libraries/FWlib/inc/stm32f10x_rtc.h
FFT(DSP库)/Libraries/FWlib/inc/stm32f10x_sdio.h
FFT(DSP库)/Libraries/FWlib/inc/stm32f10x_spi.h
FFT(DSP库)/Libraries/FWlib/inc/stm32f10x_tim.h
FFT(DSP库)/Libraries/FWlib/inc/stm32f10x_usart.h
FFT(DSP库)/Libraries/FWlib/inc/stm32f10x_wwdg.h
FFT(DSP库)/Libraries/FWlib/src/
FFT(DSP库)/Libraries/FWlib/src/misc.c
FFT(DSP库)/Libraries/FWlib/src/stm32f10x_adc.c
FFT(DSP库)/Libraries/FWlib/src/stm32f10x_bkp.c
FFT(DSP库)/Libraries/FWlib/src/stm32f10x_can.c
FFT(DSP库)/Libraries/FWlib/src/stm32f10x_cec.c
FFT(DSP库)/Libraries/FWlib/src/stm32f10x_crc.c
FFT(DSP库)/Libraries/FWlib/src/stm32f10x_dac.c
FFT(DSP库)/Libraries/FWlib/src/stm32f10x_dbgmcu.c
FFT(DSP库)/Libraries/FWlib/src/stm32f10x_dma.c
FFT(DSP库)/Libraries/FWlib/src/stm32f10x_exti.c
FFT(DSP库)/Libraries/FWlib/src/stm32f10x_flash.c
FFT(DSP库)/Libraries/FWlib/src/stm32f10x_fsmc.c
FFT(DSP库)/Libraries/FWlib/src/stm32f10x_gpio.c
FFT(DSP库)/Libraries/FWlib/src/stm32f10x_i2c.c
FFT(DSP库)/Libraries/FWlib/src/stm32f10x_iwdg.c
FFT(DSP库)/Libraries/FWlib/src/stm32f10x_pwr.c
FFT(DSP库)/Libraries/FWlib/src/stm32f10x_rcc.c
FFT(DSP库)/Libraries/FWlib/src/stm32f10x_rtc.c
FFT(DSP库)/Libraries/FWlib/src/stm32f10x_sdio.c
FFT(DSP库)/Libraries/FWlib/src/stm32f10x_spi.c
FFT(DSP库)/Libraries/FWlib/src/stm32f10x_tim.c
FFT(DSP库)/Libraries/FWlib/src/stm32f10x_usart.c
FFT(DSP库)/Libraries/FWlib/src/stm32f10x_wwdg.c
FFT(DSP库)/Listing/
FFT(DSP库)/Listing/cr4_fft_1024_stm32.lst
FFT(DSP库)/Listing/cr4_fft_256_stm32.lst
FFT(DSP库)/Listing/cr4_fft_64_stm32.lst
FFT(DSP库)/Listing/fir_stm32.lst
FFT(DSP库)/Listing/iirarma_stm32.lst
FFT(DSP库)/Listing/PID_stm32.lst
FFT(DSP库)/Listing/startup_stm32f10x_hd.lst
FFT(DSP库)/Listing/Template.map
FFT(DSP库)/Output/
FFT(DSP库)/Output/adc.crf
FFT(DSP库)/Output/adc.d
FFT(DSP库)/Output/adc.o
FFT(DSP库)/Output/adc_multichannel.__i
FFT(DSP库)/Output/adc_multichannel.crf
FFT(DSP库)/Output/adc_multichannel.d
FFT(DSP库)/Output/adc_multichannel.o
FFT(DSP库)/Output/core_cm3.crf
FFT(DSP库)/Output/core_cm3.d
FFT(DSP库)/Output/core_cm3.o
FFT(DSP库)/Output/cr4_fft_1024_stm32.d
FFT(DSP库)/Output/cr4_fft_1024_stm32.o
FFT(DSP库)/Output/cr4_fft_256_stm32._ia
FFT(DSP库)/Output/cr4_fft_256_stm32.d
FFT(DSP库)/Output/cr4_fft_256_stm32.o
FFT(DSP库)/Output/cr4_fft_64_stm32._ia
FFT(DSP库)/Output/cr4_fft_64_stm32.d
FFT(DSP库)/Output/cr4_fft_64_stm32.o
FFT(DSP库)/Output/delay.crf
FFT(DSP库)/Output/delay.d
FFT(DSP库)/Output/delay.o
FFT(DSP库)/Output/exti_key.crf
FFT(DSP库)/Output/exti_key.d
FFT(DSP库)/Output/exti_key.o
FFT(DSP库)/Output/fft.crf
FFT(DSP库)/Output/fft.d
FFT(DSP库)/Output/fft.o
FFT(DSP库)/Output/fir_stm32._ia
FFT(DSP库)/Output/fir_stm32.d
FFT(DSP库)/Output/fir_stm32.o
FFT(DSP库)/Output/gps.__i
FFT(DSP库)/Output/gps.d
FFT(DSP库)/Output/iirarma_stm32._ia
FFT(DSP库)/Output/iirarma_stm32.d
FFT(DSP库)/Output/iirarma_stm32.o
FFT(DSP库)/Output/key.__i
FFT(DSP库)/Output/key.crf
FFT(DSP库)/Output/key.d
FFT(DSP库)/Output/key.o
FFT(DSP库)/Output/led.crf
FFT(DSP库)/Output/led.d
FFT(DSP库)/Output/led.o
FFT(DSP库)/Out

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com