-
商贸统计标准
IEEE C37.111-1999 (IEEE 电力工程学会电力系统中继委员会)
原本作为一种标准方式共享瞬变信息用于瞬态 (商贸统计数据库通用格式
电力系统的数据交换) 捕获的信号取样器为波标量值 (示波法) 上的点。
960 赫兹和 7680 Hz 之间的采样率是典型
- 2023-01-09 14:50:03下载
- 积分:1
-
superobject
superobjectv1.2.4 SuperObject 是开源的 Delphi 的 JSON 工具包,可生成 JSON 数据以及进行 JSON 解析
- 2022-08-18 05:32:41下载
- 积分:1
-
用Visual C++开发数据库应用程序包括源程序和注释
用Visual C++开发数据库应用程序包括源程序和注释-Visual C development database applications, including source and Notes
- 2022-05-18 09:17:38下载
- 积分:1
-
ROM使用file.suite设计一个简单的CPU
ROM using file.suite in design a simple CPU
- 2022-01-31 07:24:16下载
- 积分:1
-
fat 格式描述,可以作为磁盘编程的参考
fat 格式描述,可以作为磁盘编程的参考-fat format description can be used as a reference disk programming
- 2022-07-13 12:24:49下载
- 积分:1
-
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返...
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返回有效的实际值 */
#define A 10
char value
char filter()
{
char new_value
new_value = get_ad()
if ( ( new_value - value > A ) || ( value - new_value > A )
return value
return new_value
}
2、中位值滤波法
/* N值可根据实际情况调整
排序采用冒泡法*/-10 kinds of software filtering method one example of the procedure, limit the Deputy filter/* A value can be adjusted according to the actual value for the RMS, new_value filter for the current sampling procedures for the effective return of the actual value* /# define A 10 char value char filter () (char new_value new_value = get_ad () if ((new_value- value> A) | | (value- new_value> A) return value return new_value ) 2, the median filtering method/* N values can be adjust the actual situation in the use of bubble sort method* /
- 2023-08-29 16:45:03下载
- 积分:1
-
风力发电,双馈发电机,控制方法,模型,杂辑,
风力发电,双馈发电机,控制方法,模型,杂辑,-Wind power, double-fed generators, control methods, models, miscellaneous series,
- 2022-05-23 22:54:10下载
- 积分:1
-
Detailed description of VB code under the Chinese SMS AT command structure PUD
详细描述了VB下的中文短信AT命令结构PUD
- 2022-03-24 08:22:22下载
- 积分:1
-
如何发送一个肥皂请求并获得XML响应
How to send a SOAP request and get the XML response
- 2022-08-19 08:45:07下载
- 积分:1
-
浅谈ABAQUS,这个对初学者应该有所帮助。
浅谈ABAQUS,这个对初学者应该有所帮助。-Of ABAQUS, this should be helpful for beginners.
- 2022-01-31 08:09:55下载
- 积分:1