Maxim mbed development library

Dependents:   sensomed

Committer:
switches
Date:
Tue Nov 08 18:27:11 2016 +0000
Revision:
0:0e018d759a2a
Initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
switches 0:0e018d759a2a 1 /* ----------------------------------------------------------------------
switches 0:0e018d759a2a 2 * Copyright (C) 2010-2014 ARM Limited. All rights reserved.
switches 0:0e018d759a2a 3 *
switches 0:0e018d759a2a 4 * $Date: 19. March 2015
switches 0:0e018d759a2a 5 * $Revision: V.1.4.5
switches 0:0e018d759a2a 6 *
switches 0:0e018d759a2a 7 * Project: CMSIS DSP Library
switches 0:0e018d759a2a 8 * Title: arm_const_structs.h
switches 0:0e018d759a2a 9 *
switches 0:0e018d759a2a 10 * Description: This file has constant structs that are initialized for
switches 0:0e018d759a2a 11 * user convenience. For example, some can be given as
switches 0:0e018d759a2a 12 * arguments to the arm_cfft_f32() function.
switches 0:0e018d759a2a 13 *
switches 0:0e018d759a2a 14 * Target Processor: Cortex-M4/Cortex-M3
switches 0:0e018d759a2a 15 *
switches 0:0e018d759a2a 16 * Redistribution and use in source and binary forms, with or without
switches 0:0e018d759a2a 17 * modification, are permitted provided that the following conditions
switches 0:0e018d759a2a 18 * are met:
switches 0:0e018d759a2a 19 * - Redistributions of source code must retain the above copyright
switches 0:0e018d759a2a 20 * notice, this list of conditions and the following disclaimer.
switches 0:0e018d759a2a 21 * - Redistributions in binary form must reproduce the above copyright
switches 0:0e018d759a2a 22 * notice, this list of conditions and the following disclaimer in
switches 0:0e018d759a2a 23 * the documentation and/or other materials provided with the
switches 0:0e018d759a2a 24 * distribution.
switches 0:0e018d759a2a 25 * - Neither the name of ARM LIMITED nor the names of its contributors
switches 0:0e018d759a2a 26 * may be used to endorse or promote products derived from this
switches 0:0e018d759a2a 27 * software without specific prior written permission.
switches 0:0e018d759a2a 28 *
switches 0:0e018d759a2a 29 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
switches 0:0e018d759a2a 30 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
switches 0:0e018d759a2a 31 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
switches 0:0e018d759a2a 32 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
switches 0:0e018d759a2a 33 * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
switches 0:0e018d759a2a 34 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
switches 0:0e018d759a2a 35 * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
switches 0:0e018d759a2a 36 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
switches 0:0e018d759a2a 37 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
switches 0:0e018d759a2a 38 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
switches 0:0e018d759a2a 39 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
switches 0:0e018d759a2a 40 * POSSIBILITY OF SUCH DAMAGE.
switches 0:0e018d759a2a 41 * -------------------------------------------------------------------- */
switches 0:0e018d759a2a 42
switches 0:0e018d759a2a 43 #ifndef _ARM_CONST_STRUCTS_H
switches 0:0e018d759a2a 44 #define _ARM_CONST_STRUCTS_H
switches 0:0e018d759a2a 45
switches 0:0e018d759a2a 46 #include "arm_math.h"
switches 0:0e018d759a2a 47 #include "arm_common_tables.h"
switches 0:0e018d759a2a 48
switches 0:0e018d759a2a 49 extern const arm_cfft_instance_f32 arm_cfft_sR_f32_len16;
switches 0:0e018d759a2a 50 extern const arm_cfft_instance_f32 arm_cfft_sR_f32_len32;
switches 0:0e018d759a2a 51 extern const arm_cfft_instance_f32 arm_cfft_sR_f32_len64;
switches 0:0e018d759a2a 52 extern const arm_cfft_instance_f32 arm_cfft_sR_f32_len128;
switches 0:0e018d759a2a 53 extern const arm_cfft_instance_f32 arm_cfft_sR_f32_len256;
switches 0:0e018d759a2a 54 extern const arm_cfft_instance_f32 arm_cfft_sR_f32_len512;
switches 0:0e018d759a2a 55 extern const arm_cfft_instance_f32 arm_cfft_sR_f32_len1024;
switches 0:0e018d759a2a 56 extern const arm_cfft_instance_f32 arm_cfft_sR_f32_len2048;
switches 0:0e018d759a2a 57 extern const arm_cfft_instance_f32 arm_cfft_sR_f32_len4096;
switches 0:0e018d759a2a 58
switches 0:0e018d759a2a 59 extern const arm_cfft_instance_q31 arm_cfft_sR_q31_len16;
switches 0:0e018d759a2a 60 extern const arm_cfft_instance_q31 arm_cfft_sR_q31_len32;
switches 0:0e018d759a2a 61 extern const arm_cfft_instance_q31 arm_cfft_sR_q31_len64;
switches 0:0e018d759a2a 62 extern const arm_cfft_instance_q31 arm_cfft_sR_q31_len128;
switches 0:0e018d759a2a 63 extern const arm_cfft_instance_q31 arm_cfft_sR_q31_len256;
switches 0:0e018d759a2a 64 extern const arm_cfft_instance_q31 arm_cfft_sR_q31_len512;
switches 0:0e018d759a2a 65 extern const arm_cfft_instance_q31 arm_cfft_sR_q31_len1024;
switches 0:0e018d759a2a 66 extern const arm_cfft_instance_q31 arm_cfft_sR_q31_len2048;
switches 0:0e018d759a2a 67 extern const arm_cfft_instance_q31 arm_cfft_sR_q31_len4096;
switches 0:0e018d759a2a 68
switches 0:0e018d759a2a 69 extern const arm_cfft_instance_q15 arm_cfft_sR_q15_len16;
switches 0:0e018d759a2a 70 extern const arm_cfft_instance_q15 arm_cfft_sR_q15_len32;
switches 0:0e018d759a2a 71 extern const arm_cfft_instance_q15 arm_cfft_sR_q15_len64;
switches 0:0e018d759a2a 72 extern const arm_cfft_instance_q15 arm_cfft_sR_q15_len128;
switches 0:0e018d759a2a 73 extern const arm_cfft_instance_q15 arm_cfft_sR_q15_len256;
switches 0:0e018d759a2a 74 extern const arm_cfft_instance_q15 arm_cfft_sR_q15_len512;
switches 0:0e018d759a2a 75 extern const arm_cfft_instance_q15 arm_cfft_sR_q15_len1024;
switches 0:0e018d759a2a 76 extern const arm_cfft_instance_q15 arm_cfft_sR_q15_len2048;
switches 0:0e018d759a2a 77 extern const arm_cfft_instance_q15 arm_cfft_sR_q15_len4096;
switches 0:0e018d759a2a 78
switches 0:0e018d759a2a 79 #endif