📄 rms.h
字号:
/***************************************************************************
* This code and information is provided "as is" without warranty of any *
* kind, either expressed or implied, including but not limited to the *
* implied warranties of merchantability and/or fitness for a particular *
* purpose. *
* *
* Copyright (C) 2005 Teridian Semiconductor Corp. All Rights Reserved. *
***************************************************************************/
//**************************************************************************
// DESCRIPTION: 71M652x POWER METER - root-mean-square.
//
// AUTHOR: MTF
//
// HISTORY: See end of file
//**************************************************************************
// File: RMS.H
//
#if RMS_VALUES
#ifndef RMS_H
#define RMS_H 1
void Compute_RMS (void);
// display Irms
void rms_i_lcd (uint8_t select_phase);
// display Vrms
void rms_v_lcd (uint8_t select_phase);
/***************************************************************************
* History:
* $Log: rms.h,v $
* Revision 1.6 2006/09/09 01:14:54 gmikef
* *** empty log message ***
*
* Revision 1.5 2006/03/06 03:40:56 Michael T. Fischer
* More 6530 prep.
*
* Revision 1.4 2006/01/10 04:08:07 gmikef
* Added PDATA support for CE Outputs.
*
* Revision 1.2 2005/09/22 23:45:20 tvander
* Clean build all models and unit tests, updated copyright to be fore Teridian
*
* Revision 1.1 2005/09/13 19:26:56 tvander
* Release 6521 CLI version for early customers.
* RMS works.
* Accumulation interval to 1 second.
* Wrate slowed to 3.2 Kh/pulse for new accumulation interval.
* Pulse outputs inverted, so they start dark.
* LCD density increased from 1/3 bias to 1/2 bias, for demo PCB.
* VAh code is included, but untested.
*
* Copyright (C) 2005 Teridian Semiconductor Corp. All Rights Reserved. *
* this program is fully protected by the United States copyright *
* laws and is the property of Teridian Semiconductor Corporation. *
***************************************************************************/
#endif // RMS_H.
#endif // RMS_VALUES.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -