Fork of mbed-dsp. CMSIS-DSP library of supporting NEON
Dependents: mbed-os-example-cmsis_dsp_neon
Fork of mbed-dsp by
arm_const_structs.h
00001 /* ---------------------------------------------------------------------- 00002 * Copyright (C) 2010-20134 ARM Limited. All rights reserved. 00003 * 00004 * $Date: 12. March 2014 00005 * $Revision: V1.4.3 00006 * 00007 * Project: CMSIS DSP Library 00008 * Title: arm_const_structs.h 00009 * 00010 * Description: This file has constant structs that are initialized for 00011 * user convenience. For example, some can be given as 00012 * arguments to the arm_cfft_f32() function. 00013 * 00014 * Target Processor: Cortex-M4/Cortex-M3 00015 * 00016 * Redistribution and use in source and binary forms, with or without 00017 * modification, are permitted provided that the following conditions 00018 * are met: 00019 * - Redistributions of source code must retain the above copyright 00020 * notice, this list of conditions and the following disclaimer. 00021 * - Redistributions in binary form must reproduce the above copyright 00022 * notice, this list of conditions and the following disclaimer in 00023 * the documentation and/or other materials provided with the 00024 * distribution. 00025 * - Neither the name of ARM LIMITED nor the names of its contributors 00026 * may be used to endorse or promote products derived from this 00027 * software without specific prior written permission. 00028 * 00029 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 00030 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 00031 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 00032 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 00033 * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 00034 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 00035 * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 00036 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 00037 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 00038 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 00039 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 00040 * POSSIBILITY OF SUCH DAMAGE. 00041 * -------------------------------------------------------------------- */ 00042 00043 #ifndef _ARM_CONST_STRUCTS_H 00044 #define _ARM_CONST_STRUCTS_H 00045 00046 #include "arm_math.h" 00047 #include "arm_common_tables.h" 00048 00049 extern const arm_cfft_instance_f32 arm_cfft_sR_f32_len16; 00050 extern const arm_cfft_instance_f32 arm_cfft_sR_f32_len32; 00051 extern const arm_cfft_instance_f32 arm_cfft_sR_f32_len64; 00052 extern const arm_cfft_instance_f32 arm_cfft_sR_f32_len128; 00053 extern const arm_cfft_instance_f32 arm_cfft_sR_f32_len256; 00054 extern const arm_cfft_instance_f32 arm_cfft_sR_f32_len512; 00055 extern const arm_cfft_instance_f32 arm_cfft_sR_f32_len1024; 00056 extern const arm_cfft_instance_f32 arm_cfft_sR_f32_len2048; 00057 extern const arm_cfft_instance_f32 arm_cfft_sR_f32_len4096; 00058 00059 #endif
Generated on Tue Jul 12 2022 20:37:41 by 1.7.2