资源简介
DSP2812上实现128点fft算法+cmd文件,头文件,库文件通用配置下就行了,绝对能用
代码片段和文件信息
// TI File $Revision: /main/2 $
// Checkin $Date: April 29 2005 11:11:45 $
//###########################################################################
//
// FILE: DSP281x_Adc.c
//
// title: DSP281x ADC Initialization & Support Functions.
//
//###########################################################################
// $TI Release: DSP281x C/C++ Header Files V1.20 $
// $Release Date: July 27 2009 $
//###########################################################################
#include “DSP281x_Device.h“ // DSP281x Headerfile Include File
#include “DSP281x_Examples.h“ // DSP281x Examples Include File
#define ADC_usDELAY 8000L
#define ADC_usDELAY2 20L
//---------------------------------------------------------------------------
// InitAdc:
//---------------------------------------------------------------------------
// This function initializes ADC to a known state.
//
void InitAdc(void)
{
extern void DSP28x_usDelay(Uint32 Count);
// To powerup the ADC the ADCENCLK bit should be set first to enable
// clocks followed by powering up the bandgap and reference circuitry.
// After a 5ms delay the rest of the ADC can be powered up. After ADC
// powerup another 20us delay is required before performing the first
// ADC conversion. Please note that for the delay function below to
// operate correctly the CPU_CLOCK_SPEED define statement in the
// DSP28_Examples.h file must contain the correct CPU clock period in
// nanoseconds. For example:
AdcRegs.ADCTRL3.bit.ADCBGRFDN = 0x3; // Power up bandgap/reference circuitry
DELAY_US(ADC_usDELAY); // Delay before powering up rest of ADC
AdcRegs.ADCTRL3.bit.ADCPWDN = 1; // Power up rest of ADC
DELAY_US(ADC_usDELAY2); // Delay after powering up ADC
}
//===========================================================================
// No more.
//===========================================================================
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2018 2009-08-04 09:30 fft2\DSP281x_Adc.c
文件 8489 2009-08-04 09:30 fft2\DSP281x_Adc.h
文件 3585 2009-08-04 09:30 fft2\DSP281x_DevEmu.h
文件 3939 2009-11-06 10:33 fft2\DSP281x_Device.h
文件 3251 2009-08-04 09:30 fft2\DSP281x_Examples.h
文件 2557 2009-08-04 09:30 fft2\DSP281x_PieCtrl.c
文件 5894 2009-08-04 09:30 fft2\DSP281x_PieCtrl.h
文件 5414 2009-08-04 09:30 fft2\DSP281x_PieVect.c
文件 6391 2009-08-04 09:30 fft2\DSP281x_PieVect.h
文件 1884 2009-11-06 10:47 fft2\DSP281x_SysCtrl.c
文件 11920 2009-08-04 09:30 fft2\DSP281x_SysCtrl.h
文件 3884 2009-11-04 16:48 fft2\F2812_EzDSP_RAM_lnk.cmd
文件 38623 2002-03-01 13:01 fft2\fft.h
文件 16198 2003-11-07 11:50 fft2\fft.lib
文件 3351 2009-11-08 10:40 fft2\ffttest.c
目录 0 2009-11-08 10:48 fft2
----------- --------- ---------- ----- ----
117398 16
- 上一篇:云模型的相关算法cloud
- 下一篇:Img2Lcd(将图片转换为数组的工具)
相关资源
- 用FFT对信号进行频谱分析
- 12864滚动显示汉字
- 基于DSP2812的以太网调试程序
- FFT混合基 文章 FFT混合基 文章
- lcd12864的VHDL程序
- LCD12864滚动显示
- SX1280.rar
- STM32 电子密码锁设计,LCD12864显示
- STM32 LCD12864并口驱动实验
- 云计算概述PPT128419
- labview FFT变换(频域分析).vi
- 使用SPCE061A的ACM12864J液晶显示模块应用
- 基于STM32F103C8单片机的晶联讯电子JL
- Zxing-Code_128一维码
- CODE128A 字体
- Code 128 字体
- 条码字体大全(39码128码等字体条码)
- 基于Altera MegaCore实现FFT的方法
- 基于FPGA的快速并行FFT及应用
- 基于FPGA的移位寄存器流水线结构FFT处
- 在FPGA上优化实现复数浮点计算
- HP1280 win7 64 驱动
- 基于十项余弦窗插值FFT的谐波相量算
- 基于FFT算法的电网谐波检测方法
- 基于ATmega128和CH374的USB接口设计
- 基4-浮点-时域-FFT
- 用FFT进行频谱分析
- Altera最新FFT ip核使用手册
- 台湾悠景oled 12864 ssd1309 驱动程序 并口
- DS1302+DS13B20+12864,万年历。农历
评论
共有 条评论