-
基于MATLAB的几种滤波器的设计实例,包括IIR和FIR
基于MATLAB的几种滤波器的设计实例,包括IIR和FIR-Several MATLAB-based filter design example, including the IIR and FIR
- 2022-11-12 22:55:03下载
- 积分:1
-
slide shows with a variety of dynamic switching effect Photo slide shows with a...
幻灯片放映具有多种动态切换效果照片幻灯片放映具有多种动态照片幻灯片过渡效果平板电脑播放具有多种动态切换效果的图片
- 2022-03-24 17:24:22下载
- 积分:1
-
这是我看到的一些资料,希望与大家分享。也许这对您用处不大,但是我的一份诚意。...
这是我看到的一些资料,希望与大家分享。也许这对您用处不大,但是我的一份诚意。-this is that I see some of the information and hope to share with you all. This may be less useful to you, but my sincerity.
- 2023-04-24 16:35:03下载
- 积分:1
-
这份是信号与系统(西安交通出版社)一书的详细课后系统,希望对刚接触信号与系统的xdjm们有帮助...
这份是信号与系统(西安交通出版社)一书的详细课后系统,希望对刚接触信号与系统的xdjm们有帮助-This is Signals and Systems (Xi
- 2023-06-10 10:40:03下载
- 积分:1
-
AVI作为一种常用文件格式,这是AVI文件格式的详细介绍
AVI作为一种常用文件格式,这是AVI文件格式的详细介绍-AVI as a common file format, which is the AVI file format detailed
- 2022-01-26 06:39:47下载
- 积分:1
-
Turbo C 2.0 函数中文说明大全系列
Turbo C 2.0 函数中文说明大全系列-Turbo C 2.0 Functions Chinese explanation Encyclopaedia Series
- 2022-03-11 00:18:33下载
- 积分: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
-
研究生学位论文写作与投稿的很详细的讲座!很好的资料啊!
研究生学位论文写作与投稿的很详细的讲座!很好的资料啊!-Graduate Student Thesis Writing and Submission of a very detailed lecture! Ah very good information!
- 2022-04-25 07:19:51下载
- 积分:1
-
JAVA experimental report JAVA experimental report JAVA experimental report exper...
JAVA实验报告 JAVA实验报告 JAVA实验报告-JAVA experimental report JAVA experimental report JAVA experimental report experimental report JAVA experimental report JAVA
- 2023-08-01 19:15:02下载
- 积分:1
-
分析家格式(日线、财务、分笔、代码表、周线、月线)
分析家格式(日线、财务、分笔、代码表、周线、月线)-fxj_data_format
- 2022-02-03 16:38:20下载
- 积分:1