-
everyone to share such good content, please click! You will not regret.
大家一起来分享这么好的内容,请点击吧!你一定不会后悔的。-everyone to share such good content, please click! You will not regret.
- 2022-09-10 03:45:03下载
- 积分:1
-
Shap file format, content Shap very detailed file format, content in great detai...
shap文件格式,内容很详细 shap文件格式,内容很详细-Shap file format, content Shap very detailed file format, content in great detail
- 2023-08-16 07:20:03下载
- 积分: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
-
采样率小于一个连续时间信号最大频率的2倍时就叫undersampling,欠采样,根据抽样定理,当fs>=2fmax,也就是oversampling,过采...
采样率小于一个连续时间信号最大频率的2倍时就叫undersampling,欠采样,根据抽样定理,当fs>=2fmax,也就是oversampling,过采样时,数字信号才能重建成原来的模拟信号,欠采样重建会发生混叠-Sampling rate of a continuous-time signal is less than the maximum frequency of 2 times is called undersampling, bandpass sampling, according to sampling theorem, when fs
- 2022-02-01 00:43:12下载
- 积分:1
-
家庭树的设计,使用C++语言,你会发现父亲的名字等…
家谱的设计,用的是c++语言编写的,可以查找父亲和儿子的姓名等-Family tree design, using c++ Languages, you can find the names of father and son, etc.
- 2022-06-14 03:30:35下载
- 积分:1
-
vs实例60
vs实例60-如何启动电话拨号程序 -vs examples 60- How to Start Phone Dialer vs Example 60- How to Start Phone Dialer
- 2023-06-16 17:30:03下载
- 积分:1
-
中青世纪资料手册。里面包括各个语音系列芯片的详细介绍和编程资料...
中青世纪资料手册。里面包括各个语音系列芯片的详细介绍和编程资料-Information Manual Zhongqing century. Which include various voice chips detailed introduction and programming information
- 2022-02-27 08:22:18下载
- 积分:1
-
基于粗糙集数据分割算法,能够有效的处理海量数据
基于粗糙集数据分割算法,能够有效的处理海量数据-Based on rough set data partitioning algorithm, can effectively deal with the massive data
- 2022-11-13 23:05:04下载
- 积分:1
-
With the data structure (C language version) to write programs to achieve a ches...
用数据结构(C语言版)编写程序,实现一个国际象棋的马踏遍棋盘的演示程序。具体要求为:将马随机放在国际象棋的8*8棋盘的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。用堆栈编制非递归程序求出马的行走路线,并按求出的行走路线,将数字1,2,3,……,64依次填入一个8*8的方阵,输出之。 -With the data structure (C language version) to write programs to achieve a chess board horse travels to the demonstration program. Specific requirements are: the horses were randomly placed in the 8* 8 chess board in a box, Ma according to the rules of chess to go mobile. Requires that each box is only entered once, traveled all the 64 squares on a chessboard. The preparation of non-recursive procedure with the stack order to run for walking routes, and then find the routes will be the number 1,2,3, ... ..., 64 in turn fill in an 8* 8 matrix, the output of.
- 2022-12-11 22:25:03下载
- 积分:1
-
ZIP文件查看器, 用来查看ZIP文件的内容。
ZIP文件查看器, 用来查看ZIP文件的内容。-ZIP file viewer, used to check the contents of ZIP files.
- 2022-02-02 10:50:26下载
- 积分:1