Electrical Engineering Dictionary - part 30

 

  Index      Production     Electrical Engineering Dictionary

 

Search            

 

 

 

 

 

 

 

 

 

Content   ..  28  29  30  31   ..

 

 

Electrical Engineering Dictionary - part 30

 

 

arithmetic pipeline; used in vector computers
to improve their performance.

chaining of fuzzy rules

a reasoning strat-

egy which searches the knowledge base and
chain from rule to rule to form inferences and
draw conclusions. In forward chaining, a
chain of data-driven rules are evaluated for
which the conditional parts are satisfied to
arrive at the conclusion. Backward chain-
ing is goal-driven in which subgoals are es-
tablished, where necessary, through which a
chain of rules are selected, eventually satis-
fying the goal.

chamfer distance

a digital distance based

on a chamfer mask, which gives the distance
between a pixel and those in its neighbor-
hood; then the chamfer distance between two
non-neighboring pixels (resp., voxels) is the
smallest weighted length of a digital path
joining them. The word “chamfer” comes
from the fact that with such a distance a circle
is in fact a polygon. The

n-dimensional Man-

hattan and chessboard distances are chamfer
distances; the Euclidean distance is not. In
the 2-D plane, the best chamfer distances are
given by the

(34and (5711Chamfer

masks: in the

(34mask, a pixel is at dis-

tance 3 from its horizontal/vertical neighbors
and at distance 4 from its diagonal neigh-
bors, while in the

(5711mask, it is at

distance 5 from its horizontal/vertical neigh-
bors, at distance 7 from its diagonal neigh-
bors, and at distance 11 from its neighbors
distant by 1 and 2 respectively along the two
axes.

See

chessboard distance

,

Euclidean

distance

,

Manhattan distance

.

channel

(1) the medium along which data

travel between the transmitter and receiver in
a communication system. This could be a
wire, coaxial cable, free space, etc. See also

I/O channel

.

(2) the conductivity path between the

source and the drain of a field effect tran-
sistor.

(3) a single path for transmitting electri-

cal signals. Example 1: The band of fre-

quencies from 50 Hz to 15 KHz (Channel A)
and 15 KHz to 75 KHz (Channel B) which
frequency modulate the main carrier of an
FM stereo transmitter. Example 2: A portion
of the electromagnetic spectrum assigned for
operation of a specific carrier from the FM
broadcast band (88 to 108 MHz) of frequen-
cies 200 KHz wide designated by the center
frequency beginning at 88.1 MHz and con-
tinuing in successive steps to 107.9 MHz.

channel allocation

the act of allocating

radio channels to cells, base stations, or cell
sectors, in a radio network, also referred to
as frequency allocation, or frequency plan-
ning. The allocation typically follows an al-
gorithm that attempts to maximize the num-
ber of channels used per cell and minimize
the interference in the network.

channel architecture

a computer sys-

tem architecture in which I/O operations are
handled by one or more separate processors
known as channel subsystems. Each chan-
nel subsystem is itself made up of subchan-
nels, in which control unit modules control
individual I/O devices. Developed by IBM,
and used primarily in mainframe systems, the
channel architecture is capable of a very high
volume of I/O operations.

channel capacity

a fundamental limit on

the rate at which information can be reliably
communicated through the channel. Also re-
ferred to as “Shannon capacity,” after Claude
Shannon, who first formulated the concept of
channel capacity as part of the noisy channel
coding theorem.

For an ideal bandlimited channel with ad-

ditive white Gaussian noise, and an input av-
erage power constraint, the channel capacity
is

= 0.5 log(1 + S/N) bit/Hz, where S/N

is the received signal-to-noise ratio.

channel code

a set of codewords used to

represent messages, introducing redundancy
in order to provide protection against errors
introduced by transmission over a channel.
See also

source code

.

c

2000 by CRC Press LLC

channel coding

the process of intro-

ducing controlled redundancy into an infor-
mation sequence mainly to achieve reliable
transmission over a noisy channel. Channel
coding can be divided into the areas of block
coding and trellis coding. Also called error
control coding. See also

block coding

,

trellis

coding

and

convolutional coding

.

channel command word

an “instruc-

tion” to an I/O channel. The commands con-
sists of parameters (e.g., “operation,” “data
address,” “count”) giving the channel pro-
cessor information on type of I/O operation
requested (e.g., “read” or “write”), where the
data is to be read or written, and the number
of bytes involved in the data transfer.

In the IBM mainframe architecture there

are six different types of channel con-
trol words: READ, READ BACKWARD,
WRITE, CONTROL, SENSE, and JUMP.

channel control word

See

channel

command word

.

channel encoder

a device that converts

source-encoded digital information into an
analog RF signal for transmission. The type
of modulation used depends on the particu-
lar digital audio broadcasting (DAB) system,
although most modulation techniques em-
ploy methods by which the transmitted sig-
nal can be made more resistant to frequency-
selective signal fading and multipath distor-
tion effects.

channel estimation

estimation of the ra-

dio channel parameters in the receiver. Typi-
cally delays, amplitudes, carrier phases, and
direction-of-arrivals need to be estimated de-
pending on the receiver configuration. Chan-
nel estimation is a modern way to look at re-
ceiver synchronization based mainly on feed-
back control loops, since in principle any
method known to estimation theory can be
applied to achieve synchronization of the re-
ceiver over an unknown radio channel.

channel I/O

an approach to I/O process-

ing in which I/O operations are processed in-
dependent from the CPU by a channel sys-
tem. See also

channel architecture

.

channel matched VQ

See

channel

optimized vector quantization

.

channel measurement

See

channel

sounding

.

channel modeling

the act of describing

the effect of the (radio) channel on the trans-
mitted signal in a form suitable for mathemat-
ical analysis, computer simulation or hard-
ware simulation. A channel model is a col-
lection of channel characteristics essential to
the performance of the communication sys-
tem under study, organized in such a way that
the basic performance trade-offs of the sys-
tem can be analyzed or simulated without
having to construct prototypes or carry out
field tests.

channel optimized vector quantization
(COVQ)

a combined source-channel

code for block-based source coding (vector
quantization) and block channel coding. A
channel optimized vector quantizer can be
designed using a modified version (taking
channel induced distortion into account) of
the generalized Lloyd algorithm). Also re-
ferred to as channel matched VQ. See also

noisy channel vector quantization

.

channel program

the set of channel con-

trol words that make up the instruction se-
quence that controls an I/O channel. See also

channel control word

.

channel reliability function

the rate

function with infinitesimal error probability
expressed by

E(R) =

(

1
2

C

0

≤ 

1
4

C

√

C

R



2

1
4

C

≤ ≤ C

for transmission of orthogonal or simplex
signal over infinite bandwidth AWGN chan-

c

2000 by CRC Press LLC

nel.

C

is the capacity of the infinite band-

width white Gaussian noise channel, defined
as

C

=

P

av

N

o

ln2

bit/s

.

channel robust vector quantization
a vector quantizer that has been made ro-
bust against channel errors. See also

noisy

channel VQ

.

channel robust VQ

See

channel robust

vector quantization

.

channel sounding

the act of recording

from a real, physical channel a selected set of
characteristics describing the channel. This
involves transmitting a known signal to the
channel under study, and at the receiver pro-
cessing the received signal to extract the re-
quired information, typically the impulse re-
sponse or the transfer function of the channel.

channel spill

leakage of RF energy from

a radio channel

into a radio channel ± i,

≥ 1, due to finite channel filter attenuation
outside of the bandwidth of

n.

channel step

See

frequency synthesizer

.

channel subsystem

the I/O processing

component of a computer system conforming
to the channel architecture model.

channel waveguide

a light guide that is

either raised above or diffused into a sub-
strate.

channel-to-case thermal resistance

the

proportionality constant (denoted

θ

cc

) at ther-

mal equilibrium between the temperature dif-
ference of the FET channel (

T

channel

) and a

specified case surface (

T

case

) to the dissipated

power in the channel (

P

w

), in units of

C/W.

The specified surface is usually the most ef-
fective in reducing the temperature. It in-
cludes the thermal resistance of the chip, die
attach material (solder or adhesive), packag-

ing and mounting medium, as applicable.

θ

cc

=

T

channel

− T

case

P

w

equilibrium

channelizer

a system that decomposes an

RF signal into narrow-band output channels;
term often applied to acousto-optic spectrum
analyzers that are driven by RF frequency
signals.

See also

acousto-optic spectrum

analyzer

.

chaos

(1) erratic and unpredictable dy-

namic behavior of a deterministic system that
never repeats itself. Necessary conditions for
a system to exhibit such behavior are that it be
nonlinear and have at least three independent
dynamic variables.

(2) in microelectronics, deterministic mo-

tion, in which the statistics are essentially
those of a Gaussian random process.

chaotic behavior

a highly nonlinear state

in which the observed behavior is very depen-
dent on the precise conditions that initiated
the behavior. The behavior can be repeated
(i.e., it is not random), but a seemly insignif-
icant change, such as voltage, current, noise,
temperature, rise times, etc., will result in
dramatically different results, leading to un-
predictability. The behavior may be chaotic
under all conditions, or it may be well be-
haved (linear to moderately nonlinear) un-
til some parametric threshold is exceeded, at
which time chaotic behavior is observed. In a
mildly chaotic system, noticeable deviations
resulting from small changes in the initial
conditions may not appear for several cycles
or for relatively long periods. In a highly
chaotic system, the deviations are immedi-
ately apparent.

character

(1) letter, number or symbol

as used on a computer keyboard.

(2) data type that represents an alphanu-

meric character as a group of bits, usually as
an eight-bit byte.

c

2000 by CRC Press LLC

character recognition

See

optical character

recognition

.

character string

(1) a series of continu-

ous bytes in memory, where each byte repre-
sents one character.

(2) data structure corresponding to or-

dered sequence of characters.

characteristic equation

the polynomial

equation that results when the characteristic
function is equated to zero. Its roots gives the
singularities of the transfer function model,
which in turn determine its transient behav-
ior. Specifically, any root of the character-
istic equation that has a negative real part
indicates a stable decaying transient, while
any root with a positive real part indicates an
unstable growing transient. Any root with
zero real part indicates a marginally stable
transient that neither decays nor grows. The
imaginary part of the root gives the frequency
of oscillation of the transient signal. See also

characteristic function

.

characteristic function

(1) the name

given to the denominator polynomial of a
transfer function model.

Through partial

fraction expansion of a transfer function and
subsequent inverse Laplace transformation,
it is obvious that the characteristics of the
system dynamics are defined by this func-
tion. For example, the transfer function

g(s) =

9

6

+ 5s

2

has characteristic function

φ(s) = 6 + 5s

2

(s + 2)(s + 3)

so its output response will contain terms like

y(t) αe

−2t

βe

−3t

. . .

that are characteristic of the system itself.
(Other terms in the response are attributed
to the forcing input signal.)

See also

characteristic equation

.

(2) a transformed probability density

function,

8

x

(ωE

h

exp

(jω

T

x)

i

useful in the analytic computation of higher
order moments and convolutions of probabil-
ity densities.

characteristic impedance

inherent prop-

erty of a transmission line that defines the
impedance that would be seen by a signal
if the transmission line were infinitely long.
If a signal source with a “source” or “refer-
ence” impedance equal to the characteristic
impedance is connected to the line there will
be zero reflections.

characteristic loci

the plots of the eigen-

values of transfer function matrices, eval-
uated over a range of frequencies. These
traces, which are parametrized by frequency,
are shown on a single Nyquist plot and
used to predict the closed loop stability of
multiinput-multioutput systems, by applica-
tion of the principle of the argument for com-
plex variable functions. Unlike the Nyquist
plots for single-input-single-output systems,
an individual eigenvalue might not encircle
the plane an integral number of times, yet the
total encirclements of all the eigenvalues will
be an integral number.

characteristic polynomial and equation of
generalized 2-D model

the determinant

p (z

1

, z

2

)

= det [Ez

1

z

2

− A

0

− A

1

z

1

− A

2

z

2

]

=

n

1

X

i=0

n

2

X

j=0

a

ij

z

i

1

z

j
2

(n

1

, n

2

≤ rank E) is called the 2-D char-

acteristic polynomial of the generalized 2-D
model

Ex

i+1,j+1

A

0

x

ij

A

1

x

i+1,j

A

2

x

i,j+1

B

0

u

ij

B

1

u

i+1,j

B

2

u

i,j+1

i, j ∈ Z

+

(the set of nonnegative integers)

where

x

ij

∈ R

n

is the semistate vector,

u

ij

R

m

is the input vector, and

E, A

k

, B

k

(k =

0

12are real matrices with possibly sin-

gular or rectangular.

c

2000 by CRC Press LLC

 

 

 

 

 

 

 

Content   ..  28  29  30  31   ..