搜索:represented
找到约 22 项符合「represented」的查询结果
结果 22
按分类筛选
https://www.eeworm.com/dl/682/258288.html
中间件编程
Resampling is the operation of converting from audio represented at one sampling rate to a represent
Resampling is the operation of converting from audio represented at one sampling rate to a representation at another sample rate with minimum losses.
https://www.eeworm.com/dl/647/292839.html
嵌入式/单片机编程
Analog signals are represented by 64 bit buses. They are converted to real and from real representa
Analog signals are represented by 64 bit buses. They are converted
to real and from real representation using PLI functions
https://www.eeworm.com/dl/633/247529.html
Java编程
We have a group of N items (represented by integers from 1 to N), and we know that there is some tot
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make ...
https://www.eeworm.com/dl/654/487198.html
数据结构
The task in this assignment is to implement an airline routing system. Your system should be able t
The task in this assignment is to implement an airline routing system. Your
system should be able to read in a
ight network as a graph from a le, where
airports are represented as vertices and
ights between airports are represented
as edges, take as input two airports and calcu ...
https://www.eeworm.com/dl/685/407606.html
JavaScript
Points in Euclidean space, implemented as double[].Includes simple geometric operations.Uses matrice
Points in Euclidean space, implemented as double[].Includes simple geometric operations.Uses matrices a matrix is represented as an array of Pnts
https://www.eeworm.com/dl/668/320261.html
其他行业
电力系统向量和连续暂态分析实例This circuit is a simplified model of a 60 Hz, 230 kV three-phase power system where
电力系统向量和连续暂态分析实例This circuit is a simplified model of a 60 Hz, 230 kV three-phase power system where only one phase is represented.
https://www.eeworm.com/dl/668/372627.html
其他行业
There are several problems related to the properties of the triangular mesh representation that des
There are several problems related to the properties of
the triangular mesh representation that describes a
surface of an object. Sometimes, the surface is represented
just as a set of triangles without any other
information and the STL file format, which is used for
data exchang ...
https://www.eeworm.com/dl/692/193696.html
行业发展研究
This paper deals with the problem of speech enhancement when only a corrupted speech signal is avai
This paper deals with the problem of speech enhancement when
only a corrupted speech signal is available for processing. Kalman
filtering is known as an effective speech enhancement technique,
in which speech signal is usually modeled as autoregressive (AR)
model and represented ...
https://www.eeworm.com/dl/692/193694.html
行业发展研究
This paper deals with the problem of speech enhancement when a corrupted speech signal with an addi
This paper deals with the problem of speech enhancement when a
corrupted speech signal with an additive colored noise is the only
information available for processing. Kalman filtering is known as
an effective speech enhancement technique, in which speech signal
is usually modele ...
https://www.eeworm.com/dl/663/365136.html
VHDL/FPGA/Verilog
16点FFT VHDL源程序
16点FFT VHDL源程序,The xFFT16 fast Fourier transform (FFT) Core computes a 16-point complex FFT. The input data
is a vector of 16 complex values represented as 16-bit 2’s complement numbers – 16-bits for
each of the real and imaginary component of a datum.