搜索结果

找到约 80 项符合 inputs 的查询结果

数学计算 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 ...
https://www.eeworm.com/dl/641/429179.html
下载: 51
查看: 1136

汇编语言 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 ...
https://www.eeworm.com/dl/644/449856.html
下载: 122
查看: 1057

数值算法/人工智能 具有检测FIR滤波器单位脉冲响应h[n]中零系数(zero tap detection)功能的LMS算法自适应均衡器

具有检测FIR滤波器单位脉冲响应h[n]中零系数(zero tap detection)功能的LMS算法自适应均衡器,可处理相关输入(colored inputs)和独立输入(white inputs). 检测出零系数的个数和位置,减少后续计算次数,提高算法效率。
https://www.eeworm.com/dl/518/462242.html
下载: 129
查看: 1130

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 ==> | | == ...
https://www.eeworm.com/dl/665/469698.html
下载: 196
查看: 1056

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 ...
https://www.eeworm.com/dl/663/471663.html
下载: 145
查看: 1070

行业发展研究 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 ...
https://www.eeworm.com/dl/692/472162.html
下载: 199
查看: 1063

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 ...
https://www.eeworm.com/dl/665/478918.html
下载: 41
查看: 1047

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 ...
https://www.eeworm.com/dl/516/481911.html
下载: 30
查看: 1038

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 ...
https://www.eeworm.com/dl/619/487389.html
下载: 100
查看: 1092

仿真技术 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 ...
https://www.eeworm.com/dl/506425.html
下载: 2
查看: 70