-
CORDIC算法
CORDIC算法的过程讲解文档比较详细,可以参看-CORDIC-jd
- 2022-05-04 23:30:41下载
- 积分: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
-
* 用改进的欧拉方法求解初值问题,其中一阶微分方程未y =f(x,y)
* 初始条件为x=x[0]时,y=y[0].
* 输入: f...
* 用改进的欧拉方法求解初值问题,其中一阶微分方程未y =f(x,y)
* 初始条件为x=x[0]时,y=y[0].
* 输入: f--函数f(x,y)的指针
* x--自变量离散值数组(其中x[0]为初始条件)
* y--对应于自变量离散值的函数值数组(其中y[0]为初始条件)
* h--计算步长
* n--步数
* 输出: x为说求解的自变量离散值数组
* y为所求解对应于自变量离散值的函数值数组
-* Improved Euler method to solve initial value problems, not an order differential equation y = f (x, y)* initial conditions for x = x [0], y = y [0].* Input : f-- function f (x, y)* x pointer-- from the array variable discrete values (x [0] for the initial conditions)* y-- corresponding to the variable discrete value of the function of the array (y [0] for the initial conditions)* h-- calculated step* n-- steps* output : Solving for x that the variable array* discrete values by solving y variables corresponding to the value of the discrete function arrays
- 2022-12-28 08:40:03下载
- 积分:1
-
五分钟简易颈椎操
大家看了就能学了!
你说呢?看看吧,绝对好!保护颈椎...
五分钟简易颈椎操
大家看了就能学了!
你说呢?看看吧,绝对好!保护颈椎-5 minutes Simple cervical parade we will be able to learn reading! You say that? To see if it is absolutely good! Protection of cervical
- 2022-08-05 10:33:38下载
- 积分:1
-
ABAQUS的教学FTP,这个对初学者应该有所帮助。
ABAQUS的教学FTP,这个对初学者应该有所帮助。-ABAQUS Teaching FTP, this should be helpful for beginners.
- 2022-02-01 10:01:03下载
- 积分:1
-
嵌入式的C,C++编程教科书,质量不是很好,有需要的下
嵌入式的C,C++编程教科书,质量不是很好,有需要的下-embedded C, C programming textbooks, the quality is not very good, it is necessary under the
- 2023-08-03 14:50:05下载
- 积分:1
-
文件搜索器和 ZX 谱 TRD 磁盘图像采集卡
该程序被为了搜索 ZX 光谱的软盘映像中的文件。
选定的文件可以提取到磁盘,以及就聚集在 TRD 图像中,或保存为 PNG 图像。
写在 PureBasic 上 4.x。
- 2022-05-22 11:54:30下载
- 积分:1
-
文件描述
file description
this file is about java msging sms
- 2022-08-15 13:58:59下载
- 积分:1
-
Self
无线传感器网络自组织成簇问题优化模型
为了有效延长网络的运行时间,需要设计能量最优的自组织成簇机制,以适应传感器网络的特点。本文提出了一种适合无线传感器网络的能量有效的成簇优化模型。-Self-organizing wireless sensor network problems optimization model cluster in order to effectively extend the network run-time, the energy necessary to design the optimal mechanism for self-organizing clusters, in order to adapt to the characteristics of sensor networks. This paper presents a wireless sensor networks for energy efficient cluster optimization model.
- 2022-04-08 12:19:20下载
- 积分:1
-
程序员编程时一些小例子,示例演示,vc++示例演示
程序员编程时一些小例子,示例演示,vc++示例演示-programmers programming some small examples and sample demonstration vc example demonstrations
- 2022-09-05 02:05:02下载
- 积分:1