DSP_fft16x16r.h

Go to the documentation of this file.
00001 /* ======================================================================= */
00002 /* DSP_fft16x16r.h -- 16x16r Mixed Radix FFT                               */
00003 /*                    Intrinsic C Implementation                           */
00004 /*                                                                         */
00005 /* Rev 0.0.1                                                               */
00006 /*                                                                         */
00007 /*                                                                         */
00008 /* Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/  */ 
00009 /*                                                                         */
00010 /*                                                                         */
00011 /*  Redistribution and use in source and binary forms, with or without     */
00012 /*  modification, are permitted provided that the following conditions     */
00013 /*  are met:                                                               */
00014 /*                                                                         */
00015 /*    Redistributions of source code must retain the above copyright       */
00016 /*    notice, this list of conditions and the following disclaimer.        */
00017 /*                                                                         */
00018 /*    Redistributions in binary form must reproduce the above copyright    */
00019 /*    notice, this list of conditions and the following disclaimer in the  */
00020 /*    documentation and/or other materials provided with the               */
00021 /*    distribution.                                                        */
00022 /*                                                                         */
00023 /*    Neither the name of Texas Instruments Incorporated nor the names of  */
00024 /*    its contributors may be used to endorse or promote products derived  */
00025 /*    from this software without specific prior written permission.        */
00026 /*                                                                         */
00027 /*  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS    */
00028 /*  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT      */
00029 /*  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR  */
00030 /*  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT   */
00031 /*  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,  */
00032 /*  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT       */
00033 /*  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,  */
00034 /*  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY  */
00035 /*  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT    */
00036 /*  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE  */
00037 /*  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   */
00038 /*                                                                         */
00039 /* ======================================================================= */
00040 
00041 #ifndef DSP_FFT16X16R_H_
00042 #define DSP_FFT16X16R_H_ 1
00043 
00044 #ifndef __TI_COMPILER_VERSION__           // for non TI compiler
00045 #include "assert.h"                       // intrinsics prototypes
00046 #include "C6xSimulator.h"                 // intrinsics prototypes
00047 #include "C6xSimulator_type_modifiers.h"  // define/undefine typing keywords
00048 #endif
00049 
00051 /* @{ */
00052 
00055 /* @{ */
00056 
00096 void DSP_fft16x16r (
00097     int n,
00098     short * restrict ptr_x,
00099     const short * restrict ptr_w,
00100     short * restrict ptr_y,
00101     int radix,
00102     int offset,
00103     int n_max
00104 );
00105 
00106 #endif
00107 
00108 /* ======================================================================== */
00109 /*  End of file:  DSP_fft16x16r.h                                           */
00110 /* ------------------------------------------------------------------------ */
00111 /*            Copyright (c) 2011 Texas Instruments, Incorporated.           */
00112 /*                           All Rights Reserved.                           */
00113 /* ======================================================================== */
00114 

Copyright 2014, Texas Instruments Incorporated