nspnorm.h

来自「利用intel dsplib 库函数进行特定2FSK信号(需传导频)解调」· C头文件 代码 · 共 31 行

H
31
字号
/*M*
//
//               INTEL CORPORATION PROPRIETARY INFORMATION
//  This software is supplied under the terms of a license agreement or
//  nondisclosure agreement with Intel Corporation and may not be copied
//  or disclosed except in accordance with the terms of that agreement.
//        Copyright (c) 1995 Intel Corporation. All Rights Reserved.
//
//      $Workfile: nspnorm.h $
//      $Revision: 3 $
//      $Modtime: 9/11/99 4:35p $
//
//  Purpose: 
*M*/
#ifdef __cplusplus
extern "C" {
#endif
/*=== Definitions =========================================================*/

#if !defined (_NSPNORM_H) || defined (_OWN_BLDPCS)
   #define _NSPNORM_H

   #define NSP_C         0x01
   #define NSP_L1        0x02
   #define NSP_L2        0x04
   #define NSP_RELATIVE  0x08
   #define NSP_SQR_L2    0x10

/*
// Functions: nsp?Norm
//  Compute the C, L1 or L2 norm of the input vectors

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?