-
单片机自制示波器
基于12c5a60s2单片机和12864液晶屏显示的简易示波器,利用12内部的自带ad将输入的不同电压划分,再将液晶屏整体划分为小格阵,竖直方向对应不同的幅值,横轴对应不同的时间,上一采样点仍保留,这样就形成了清晰明显的波型图。此外还可以调节采样频率以适应不同频率的波。简易示波器的频率范围为100~1000hz,这是由于AD转换速率的限制。
- 2023-06-24 10:20:03下载
- 积分:1
-
BP neural network algorithm to achieve the financial capital of the Chinese char...
采用BP神经网络算法实现的大写金融汉字识别软件的核心识别功能,适合学习。-BP neural network algorithm to achieve the financial capital of the Chinese character recognition software to identify the core features for learning.
- 2023-01-29 11:25:03下载
- 积分:1
-
沃尔什函数
沃尔什函数(或者,简单地说,沃尔什系统),该系统可以被看作是连续的,模拟的在单位区间三角函数系统的离散,数字对应。不像三角函数,沃尔什函数是仅分段连续的,并且,实际上,是分段常数。该函数使用的值-1和1只,在子区间由二进分数定义。
这两个系统形成一个完整的,正交函数集,在方积函数在单位区间的Hilbert空间L2[0,1]的正交基。两者都是有限的功能,不同的是,比方说,哈尔系统或者富兰克林的系统。
两个三角函数和沃尔什系统承认自然延伸通过周期性从单位间隔。此外,在该单元间隔(傅立叶级数)既傅立叶分析和对实际线(傅立叶变换)都通过沃尔什系统中定义的数字对应的实线R. ,前者是沃尔什序列,而后者 - 哈达玛变换理论。
沃尔什函数和相应的系列和变换查找在物理和工程的各种应用,特别是在数字信号处理。它们被用来在语音识别中,在医疗和生物图像处理,在数字全息和其他领域。
从历史上看,沃尔什函数各numerations已被使用,其中没有一个可以被认为是特别优越于另一个。在下文中,我们将使用所谓的沃尔什 - 佩利记数。
- 2022-03-06 20:08:18下载
- 积分:1
-
最临近、双线性、三次卷积插值算法比较
介绍三种不同插值算法原理及计算过程
- 2022-03-16 12:30:12下载
- 积分:1
-
图像增强算法
资源描述实现频域内的图像增强,采用傅里叶变换方法
- 2022-02-15 07:49:26下载
- 积分:1
-
Simple calculator source. There are four computing involution, such as computing...
简单的计算器源码。有四则运算乘方等运算,支持鼠标-Simple calculator source. There are four computing involution, such as computing, support for mouse
- 2023-03-04 06:50:02下载
- 积分:1
-
长整数类,数据成员有一个指针,一个整数size,可以存放100位以上整数,可以做加法乘法运算...
长整数类,数据成员有一个指针,一个整数size,可以存放100位以上整数,可以做加法乘法运算-long integer, data members of a pointer, an integer size, can be kept above 100 integer, the additive can do multiplication
- 2023-01-31 02:00:03下载
- 积分:1
-
Plane frame finite element program, consideration could be given support nodes a...
平面框架有限元计算程序,可考虑节点和支座位移-Plane frame finite element program, consideration could be given support nodes and displacement
- 2023-01-31 11:05:03下载
- 积分:1
-
这是一个简单的演示如何评价文本的数学表达式
This a simple demo of how to evaluate mathematical expressions in text
format, including provision for variables and functions. The code consists of
three simple classes: 1) Calc - which does the main calculations, 2) Stack -
which is used to push and pop intermediate operators and numbers and 3)
Symbol Table. The symbol table is a collection of calc symbols, a type structure
consisting of various elements, including the expression name, function name,
and the final value of the expression The evaluation procedure is done in three
steps: 1) simplify the expression by removing all the elements within () and
storing them in subexpressions within the symbol table. 2) Each of these sub
expressions are then converted to RPN format (Reverse polar notation) and
evaluated 3) Finally, the main expression is converted to RPN and evaluated-This is a simple demo of how to evaluate mathematical expressions in text
format, including provision for variables and functi
- 2022-02-20 06:26:41下载
- 积分:1
-
GenTrigonometrixFuncSet:产生三角函数转换表的代码.
GenTrigonometrixFuncSet:产生三角函数转换表的代码.
- 2022-03-14 06:32:02下载
- 积分:1