-
DAB Channel Decoder Implementation Using FPGA
and Its Testing Platform Buildup
DAB Channel Decoder Implementation Using FPGA
and Its Testing Platform Buildup
- 2022-02-02 03:02:59下载
- 积分:1
-
bla the quick brown from jupms over the lazy dog bla bla the quick brown from ju...
bla the quick brown from jupms over the lazy dog bla bla the quick brown from jupms over the lazy dog-bla bla the quick brown from jupms over the lazy dog bla bla the quick brown from jupms over the lazy dog bla bla the quick brown from jupms over the lazy dog
- 2022-07-01 00:07:02下载
- 积分:1
-
如何发送一个肥皂请求并获得XML响应
How to send a SOAP request and get the XML response
- 2022-08-19 08:45:07下载
- 积分:1
-
异步电机矢量控制源程序,包括电流检测,SVPWM生成等模块
异步电机矢量控制源程序,包括电流检测,SVPWM生成等模块-vector control program, including current detection, SVPWM generation modules
- 2022-02-04 16:48:22下载
- 积分:1
-
《C# 语言规范最新版本》,描述c#语言的本质特征和语法规则等。...
《C# 语言规范最新版本》,描述c#语言的本质特征和语法规则等。-"C# Language specifications latest version," c# describe the essential characteristics of language and grammar rules.
- 2023-04-27 17:35:04下载
- 积分:1
-
lua的参考文档请大家好好看看很不错
lua的参考文档请大家好好看看很不错-lua reference document please everyone a good look at is pretty good
- 2022-05-07 14:12:46下载
- 积分:1
-
亚马逊的目标API
Amazon AIM API -- Generate an Order Fulfillment Report-Amazon AIM API-- Generate an Order Fulfillment Report
- 2023-03-03 01:00:03下载
- 积分:1
-
渐进式编码,JPEG 2000标准的另一个特点,就是双…
Progressive coding, another feature of the JPEG 2000 standard, means that the bit stream can be coded in such a way as to contain less-detailed information at the beginning of the stream and more detailed information as the stream progresses. This makes it ideal for Internet/network applications―especially with large images and low bandwidths―as the image can be seen instantly on the decoding side, even with low-speed networks or image databases. The lower subbands are shown first, and more detail is added as time progresses. The picture thus becomes sharper and more detailed over time, and the entire image does not have to be downloaded before it can be seen
- 2023-07-12 08:55:02下载
- 积分: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
-
是严蔚敏版数据结构的五个实验报告,希望对大家有帮助!
是严蔚敏版数据结构的五个实验报告,希望对大家有帮助!-Yan Wei-min version of the data structure of the five experimental report, want to help you!
- 2023-01-04 01:05:04下载
- 积分:1