搜索结果
找到约 80 项符合
inputs 的查询结果
按分类筛选
- 全部分类
- 单片机编程 (10)
- matlab例程 (9)
- 模拟电子 (6)
- 技术资料 (6)
- 单片机开发 (5)
- Linux/Unix编程 (5)
- VHDL/FPGA/Verilog (4)
- 电源技术 (3)
- 其他 (3)
- DSP编程 (3)
- 数学计算 (3)
- 人工智能/神经网络 (2)
- 嵌入式/单片机编程 (2)
- 数值算法/人工智能 (2)
- 其他文档 (1)
- 传感与控制 (1)
- 技术书籍 (1)
- 可编程逻辑 (1)
- 测试测量 (1)
- 文章/文档 (1)
- 其他书籍 (1)
- 微处理器开发 (1)
- Applet (1)
- 文件格式 (1)
- 汇编语言 (1)
- STL (1)
- 行业发展研究 (1)
- 仿真技术 (1)
- 学术论文 (1)
- 书籍 (1)
- VIP专区 (1)
数学计算 pHash is an implementation of various perceptual hashing algorithms. A perceptual hash is a fingerpr
pHash is an implementation of various perceptual hashing algorithms. A perceptual hash is a fingerprint of an audio, video, or image file that is mathematically based on the audio or visual content contained within. Unlike cryptographic hash functions that rely on the avalanche effect of small chang ...
汇编语言 This program implements a PIC-based fuzzy inference engine for the Fudge fuzzy development system
This program implements a PIC-based fuzzy inference engine for the Fudge fuzzy development system from Motorola.
It works by taking the output from Fudge for the 68HC11 processor, and converting it to a MPASM compatible assembler file using the convert
batch file.
This file can then be incorp ...
数值算法/人工智能 具有检测FIR滤波器单位脉冲响应h[n]中零系数(zero tap detection)功能的LMS算法自适应均衡器
具有检测FIR滤波器单位脉冲响应h[n]中零系数(zero tap detection)功能的LMS算法自适应均衡器,可处理相关输入(colored inputs)和独立输入(white inputs). 检测出零系数的个数和位置,减少后续计算次数,提高算法效率。
matlab例程 Two scripts are included here. 1. convsys.m - combines the state space representation of two syst
Two scripts are included here.
1. convsys.m - combines the state space representation of two systems connected in series.
[Ao,Bo,Co,Do]=convsys(A1,B1,C1,D1,A2,B2,C2,D2)
This algorithm gives the convolution of two state space representations
| A1 B1 | | A2 B2 |
u ==> | | == ...
VHDL/FPGA/Verilog RS_latch using vhdl, When using static gates as building blocks, the most fundamental latch is the
RS_latch using vhdl,
When using static gates as building blocks, the most fundamental latch is the simple SR latch, where S and R stand for set and reset. It can be constructed from a pair of cross-coupled NOR (Not OR) logic gates. The stored bit is present on the output marked Q.
Normally, in stor ...
行业发展研究 A certification path is an ordered list of certificates starting with a certificate issued by the re
A certification path is an ordered list of certificates starting with a certificate issued by the relying
party s trust root, and ending with the target certificate that needs to be validated. Certification
path validation procedures are based on the algorithm supplied in ITU-T Recommendation X.509
...
matlab例程 This function is used to evaluate the max height and the max distance of a projectile and plot th
This function is used to evaluate the max height and the max
distance of a projectile and plot the trajectory.
Inputs
v0 : The initial velocity in m/s
theta: The angle at which the projectile is fired in degrees
Outputs
hmax : The maximum hieght in m
dmax : The maximum distance in ...
DSP编程 Hardware random number generators attempt to extract randomness directly from complex physical syst
Hardware random number generators attempt to extract
randomness directly from complex physical systems. In this way they create random outputs without requiring any seed inputs. In this paper we describe how to use Physical Random Functions (or Physical Unclonable Functions, PUFs) to create a candid ...
Linux/Unix编程 VideoMan (Video Manager) is an open-source C++ library that helps you developing video based applica
VideoMan (Video Manager) is an open-source C++ library that helps you developing video based applications. We created VideoMan to increase our productivity developing computer vision applications, but it can be used in many other ways.
With VideoMan is very easy and fast to initialize any kind of ...
仿真技术 ISIS Timer Design
A design about 8051 (running at 12MHz) based system with 3 7-Seg displays and two buttons to implement the following functions. 
1. When press the + button, the display C = A+B. 
2. When press the button, the display C = A - B. 
“A” and “B” are 8-bit inputs when “C” is 9-bit out ...