Pinned to some recent date

Committer:
Simon Cooksey
Date:
Thu Nov 17 16:43:53 2016 +0000
Revision:
0:fb7af294d5d9
Initial commit

Who changed what in which revision?

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