⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 nspnorm.h

📁 利用intel dsplib 库函数进行特定2FSK信号(需传导频)解调
💻 H
字号:
/*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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -