📄 hamaro_binsrch.h
字号:
/* hamaro_binsrch.c */
/*+++ *******************************************************************\
*
* Abstract:
*
* Hamaro binary search FSM header file.
*
* Created: 07/15/2005
*
*
* Copyright and Disclaimer:
*
* ---------------------------------------------------------------
* This software is provided "AS IS" without warranty of any kind,
* either expressed or implied, including but not limited to the
* implied warranties of noninfringement, merchantability and/or
* fitness for a particular purpose.
* ---------------------------------------------------------------
*
* Author: Amar Puttur
*
* Module Revision Id:
*
* $Header: hamaro_binsrch.h, 3, 2006-4-8 0:17:12, ShenWei Wang$
*
* Copyright (c) 2005 Conexant Systems, Inc.
* All rights reserved.
*
\******************************************************************* ---*/
#ifndef _HAMARO_BINSRCH_H_
#define _HAMARO_BINSRCH_H_
#include "hamaro.h"
#include "hamaro_fsm.h"
#if HAMARO_SCAN_THE_SKY
#define BINSEARCH_RESOLUTION 20000 /* 20 kHz */
extern FSM bin_search_fsm;
void BINSRCH_Start(FSM *fsm);
/* other functions */
unsigned long BINSRCH_GetInflectionPoint();
unsigned short BINSRCH_GetLeftInflectionPointPower();
#endif /* HAMARO_SCAN_THE_SKY */
#endif /* _HAMARO_BINSRCH_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -