CE001_ADC_DSP_lib_Filter_cn

所属分类:单片机开发
开发工具:C/C++
文件大小:981KB
下载次数:55
上传日期:2007-10-26 20:35:54
上 传 者joncy
说明:  dsPIC30F Code ——学习PIC单片机(16位)的好资料
(dsPIC30F Code- learning PIC Singlechip (16) a good information)

文件列表:
CE001_ADC_DSP_lib_Filter_cn (0, 2005-12-30)
CE001_ADC_DSP_lib_Filter_cn\92001a_cn.pdf (263217, 2005-12-20)
CE001_ADC_DSP_lib_Filter_cn\ADC_DSP_lib_Filter.mcp (1392, 2005-10-07)
CE001_ADC_DSP_lib_Filter_cn\ADC_DSP_lib_Filter.mcs (4236, 2005-10-07)
CE001_ADC_DSP_lib_Filter_cn\ADC_DSP_lib_Filter.mcw (106496, 2005-10-07)
CE001_ADC_DSP_lib_Filter_cn\gld (0, 2005-12-30)
CE001_ADC_DSP_lib_Filter_cn\gld\p30f6014.gld (57737, 2005-08-25)
CE001_ADC_DSP_lib_Filter_cn\gld\p30f6014a.gld (57850, 2005-08-25)
CE001_ADC_DSP_lib_Filter_cn\h (0, 2005-12-30)
CE001_ADC_DSP_lib_Filter_cn\hex (0, 2005-12-30)
CE001_ADC_DSP_lib_Filter_cn\hex\ADC_DSP_lib_Filter.cof (178917, 2005-10-07)
CE001_ADC_DSP_lib_Filter_cn\hex\ADC_DSP_lib_Filter.hex (4948, 2005-10-07)
CE001_ADC_DSP_lib_Filter_cn\hex\ADC_DSP_lib_Filter.map (111626, 2005-10-07)
CE001_ADC_DSP_lib_Filter_cn\h\common.h (2339, 2005-10-07)
CE001_ADC_DSP_lib_Filter_cn\h\dsp.h (60392, 2005-05-02)
CE001_ADC_DSP_lib_Filter_cn\h\p30f6014.h (134402, 2005-08-25)
CE001_ADC_DSP_lib_Filter_cn\h\p30f6014a.h (143059, 2005-08-25)
CE001_ADC_DSP_lib_Filter_cn\h\p30fxxxx.h (1930, 2005-08-25)
CE001_ADC_DSP_lib_Filter_cn\lib (0, 2005-12-30)
CE001_ADC_DSP_lib_Filter_cn\lib\libc-coff.a (905124, 2005-08-25)
CE001_ADC_DSP_lib_Filter_cn\lib\libdsp-coff.a (84264, 2005-08-25)
CE001_ADC_DSP_lib_Filter_cn\lib\libm-coff.a (132154, 2005-08-25)
CE001_ADC_DSP_lib_Filter_cn\lib\libpic30-coff.a (51362, 2005-08-25)
CE001_ADC_DSP_lib_Filter_cn\PC Simulation (0, 2005-12-30)
CE001_ADC_DSP_lib_Filter_cn\PC Simulation\dsPIC Filter Design (0, 2005-12-30)
CE001_ADC_DSP_lib_Filter_cn\PC Simulation\dsPIC Filter Design\ExampleHPF.h (944, 2005-05-26)
CE001_ADC_DSP_lib_Filter_cn\PC Simulation\dsPIC Filter Design\ExampleHPF.s (3093, 2005-05-26)
CE001_ADC_DSP_lib_Filter_cn\PC Simulation\dsPIC Filter Design\highpassfilter.flt (4424, 2005-05-26)
CE001_ADC_DSP_lib_Filter_cn\PC Simulation\dsPIC Filter Design\highpassfilter.spc (302, 2005-05-26)
CE001_ADC_DSP_lib_Filter_cn\PC Simulation\dsPICworks (0, 2005-12-30)
CE001_ADC_DSP_lib_Filter_cn\PC Simulation\dsPICworks\inputsignal.fre (4430, 2005-10-07)
CE001_ADC_DSP_lib_Filter_cn\PC Simulation\dsPICworks\inputsignal.mch (1536, 2005-10-07)
CE001_ADC_DSP_lib_Filter_cn\PC Simulation\dsPICworks\inputsignal.s (5978, 2005-10-07)
CE001_ADC_DSP_lib_Filter_cn\PC Simulation\dsPICworks\inputsignal.tim (755, 2005-10-07)
CE001_ADC_DSP_lib_Filter_cn\PC Simulation\dsPICworks\outputsignal.fre (4431, 2005-10-07)
CE001_ADC_DSP_lib_Filter_cn\PC Simulation\dsPICworks\outputsignal.mch (1536, 2005-10-07)
CE001_ADC_DSP_lib_Filter_cn\PC Simulation\dsPICworks\outputsignal.s (5980, 2005-10-07)
CE001_ADC_DSP_lib_Filter_cn\PC Simulation\dsPICworks\outputsignal.tim (769, 2005-10-07)
CE001_ADC_DSP_lib_Filter_cn\PC Simulation\dsPICworks\sine2000.tim (734, 2005-10-07)
CE001_ADC_DSP_lib_Filter_cn\PC Simulation\dsPICworks\sine80.tim (732, 2005-10-07)
... ...

Readme for Example dsPIC30F Workspace and Project --------------------------------------------------- This file provides a brief description of files and folders provided in the accompanying workspace. This folder contains the following files: 1. DS92001.pdf This file provides a description of the functionality demonstr- ated by the example source code. 2. ADC_DSP_lib_Filter.mcp, ADC_DSP_lib_Filter.mcw, ADC_DSP_lib_Filter.mcs These are MPLAB IDE workspace and project files that may be used to examine, build, program and debug the example source code. NOTE: IF USING MPLAB C30 v1.33 OR LATER VERSIONS OF THE TOOLSUITE PLEASE REPLACE ALL C HEADER, ASSEMBLER INCLUDE, LIBRARY ARCHIVE AND DEVICE LINKER SCRIPT FILES PROVIDED IN THIS EXAMPLE PROJECT WITH THEIR LATEST VERSIONS PROVIDED IN YOUR MPLAB C30 TOOLS. This folder contains the following sub-folders: 1. PC Simulation: dsPIC Filter Design sub-folder- This folder contains two file types - *.spc and *.s. The *.spc file is a filter specification file that may be opened within dsPIC Filter Design and dsPIC Filter Design Lite software. When opened, this file presents a filter design wizard that helps the user design the coefficients for the filter used in this code example. The *.s file is a dsPIC30F assembler source file generated by dsPIC Filter Design software. This file contains filter coefficients and state variable definitions used in the example project. dsPICworks sub-folder- This folder contains time and frequency data files generated by simulating the filtering algorithm within dsPICworks using the filter generated by dsPIC Filter Design. screenshots- This folder contains screenshots taken from dsPIC Filter Design and dsPICworks for the input and output waveforms as well as the response of the filter. 2. gld This folder contains the "p30F6014A.gld" linker script file for the example project. This file is used for building the project for a 30F6014A device. This file was provided with the MPLAB C30 v1.32 toolsuite. 3. h This folder contains C header files useful in building this project. Device register and bit definitions are provided in the "p30F6014A.h" file. Definitions used in association with the dsPIC30F DSP library are provided in the header file named "dsp.h". These files were provided with the MPLAB C30 v1.33 toolsuite. 4. hex This folder contains three file types - coff, hex and map. These are files generated by the MPLAB C30 toolsuite on build operation performed within MPLAB IDE. The *.map file contains details on memory allocation for various variables, constants and dsPIC30F instructions specified in the source and library code. The *.hex file contains a binary file that may be programmed into the dsPIC30F device. The *.coff file contains a binary file that is used by MPLAB IDE for simulation. 5. inc This folder contains Assembler include files useful in building this project. Device register and bit definitions are provided in the "p30F6014A.inc" file. This file was provided with the MPLAB C30 v1.33 toolsuite. 6. lib This folder contains library archive files, which are a collection of precompiled object files. The file named "libdsp-coff.a" is the dsPIC30F DSP library software. The file named "libpic30-coff.a" contains the C run-time start-up library. These files were provided with the MPLAB C30 v1.33 toolsuite. 7. source This folder contains all the C and Assembler source files (*.c, *.s) used in demonstrating the described example. This folder also contains a sub-folder named "obj" that stores compiled object files generated when the project is built.

近期下载者

相关文件


收藏者