Electrical Engineering Dictionary - part 147

 

  Index      Production     Electrical Engineering Dictionary

 

Search            

 

 

 

 

 

 

 

 

 

Content   ..  145  146  147  148   ..

 

 

Electrical Engineering Dictionary - part 147

 

 

recloser

a self-contained device placed on

distribution lines that senses line currents and
opens on overcurrent. Reclosing is employed
to reenergize the protected line segment in
the case of temporary faults. Reclosers have
the capability for fast tripping for fuse sav-
ing, and slow tripping to allow sectionalizing
fuse operation for faults on laterals. The re-
closer will retrip on permanent faults and go
on to lockout. Reclosers are suitable for pole
mounting on overhead lines.

reclosing relay

an auxiliary relay that ini-

tiates circuit breaker closing in a set sequence
following fault clearing. Reclosing relays are
typically employed on overhead lines where
a high proportion of the faults are temporary.

recoil permeability

the average slope of

the minor hysteresis loop, which is roughly
the slope of the major hysteresis loop at zero
applied field (

), and is most often used to

determine the effect of applying and remov-
ing a demagnetizing field to and from a mag-
netic material.

recombination

the process in which an

electron neutralizes a hole. Sometimes this
process causes light emission (i.e., through
radiative recombination), and sometimes it
doesn’t (i.e., through nonradiative recombi-
nation).

recombination X-ray laser

an X-ray

laser made by gain from an inverted popu-
lation where the upper level is inverted due
to recombining ions and electrons.

reconstruction

the process of forming a

3-D image from a set of 2-D projection im-
ages. Also applies to the formation of a 2-
D image from 1-D projections. See

image

reconstruction

,

tomography

and

computed

tomography.

reconstruction from marker

in a binary

image, this is the operation extracting all con-
nected components having a non-empty in-
tersection with a marker. This operation can

be generalized to gray-level images by a mor-
phological operator applying such a recon-
struction on the gray-level slices of the im-
age.

record

unit of data, corresponding to a

block, sector, etc., on a magnetic disk, mag-
netic tape, or other similar I/O medium.

recording code

a line code optimized for

recording systems. See also

line code

.

recording density

number of bits stored

per linear inch on a disk track. In general, the
same number of bits are stored on each track,
so that the density increases as one moves
from the outermost to the innermost track.

recovery

action that restores the state of a

process to an earlier configuration after it has
been determined that the system has entered a
state which does not correspond to functional
behavior. For overall functional behavior, the
states of all processes should be restored in a
manner consistent with each other, and with
the conditions within communication links or
message channels.

rectangle detection

the detection of rect-

angle shapes, often by searching for cor-
ner signals, or from straight edges present
in an image. Rectangle detection is impor-
tant when locating machined parts in images,
e.g., prior to robot assembly tasks. See also

polygon detection

and square detection.

rectangular cavity

a section of rectangu-

lar waveguide closed on both ends by con-
ducting plates.

rectangular window

(1) in finite impulse

response (FIR) filter design, the rectangu-
lar window constituting the most straightfor-
ward window function used usually as a ref-
erence in studying other window functions.
It is defined as 1 within an even interval cen-
tered at the origin and 0 elsewhere.

(2) in image processing, an rectangular

area centered at a pixel under consideration.

c

2000 by CRC Press LLC

This area is known as a window, or a mask,
or a template. A square window of size 3

×3

is used most often. See also

neighborhood

operation

.

rectifier

a circuit that changes an AC volt-

age to DC. Switching elements or diodes are
used to create the DC voltage. Diode recti-
fiers and thyristor rectifiers are the two most
commonly used rectifiers.

recurrent coding

old name for convolu-

tional coding.

recurrent network

a neural network that

contains at least one feedback loop.

recursion

the process whereby a program

calls itself. See also

recursive procedure

.

recursive equation

a difference equation

that is of the form

y(k) =

i=m

X

i=0

a

i

x(k − i) 

i=n

X

i=1

b

i

y(k − i)

where

a

i

and

b

i

are some proper real con-

stants. When all the

b

i

= 0, it is called a

nonrecursive equation.

recursive filter

a digital filter that is re-

cursively implemented. That is, the present
output sample is a linear combination of the
present and past input samples as well as the
previously determined outputs.

Tradition-

ally, the term recursive filter is closely related
to infinite impulse filter. In a nonrecursive
filter the present output sample is only a lin-
ear combination of the present and past input
samples.

recursive function

See

recursive procedure

.

recursive method

method that estimates

local displacements iteratively based on pre-
vious estimates. Iterations are performed at
all levels, as in every pixel, each block of pix-
els, along scanning line, from line to line, or
from frame to frame.

recursive procedure

a procedure that can

be called by itself or by another program that
it has called; effectively, a single process can
have several executions of the same program
alive at the same time. Recursion provides
one means of defining functions.

The recursive definition of the factorial

function is the classic example:
if n

= 0

factorial(n)

= 1

else

factorial(n) = n * factorial (n

−1)

recursive self-generating neural network
(RSGNN)

a recursive version of self-

generating neural network (SGNN) that can
discover recursive relations in the training
data.

It can be used in applications such

as natural language learning/understanding,
continuous spoken language understanding,
and DNA clustering/classification, etc. See
also

self-generating neural network

.

Red book

See

IEEE Color Books

.

red head

another name for a hot tap.

reduced characteristic table

a tabular

representation used to illustrate the operation
of various bistable devices.

reduced instruction set computer (RISC)
processor

relatively simple control unit

design with a reduced menu of instructions
(selected to be simple), data and instructions
formats, addressing modes, and with a uni-
form streamlined handling of pipelines.

One of the particular features of a RISC

processor is the restriction that all memory
accesses should be by load and store instruc-
tions only (the so called load/store architec-
ture). All operations in a RISC are register-
to-register, meaning that both the sources and
destinations of all operations are CPU regis-
ters. All this tends to significantly reduce
CPU to memory data traffic, thus improv-
ing performance. In addition, RISCs usually
have the following properties: most instruc-
tions execute within a single cycle, all in-

c

2000 by CRC Press LLC

structions have the same standard size (32
bits), the control unit is hardwired (to in-
crease speed of operations), and there is a
CPU register file of considerable size (32 reg-
isters in most systems, with the exception of
SPARC with 136 and AMD 29000 with 192
registers).

Historically, the earliest computers ex-

plicitly designed by these rules were designs
by Seymour Cray at CDC in the 1960s. The
earliest development of the RISC philosophy
of design was given by John Cocke in the late
1970s at IBM. However, the term RISC was
first coined by Patterson et al. at the Uni-
versity of California at Berkeley to describe
a computer with an instruction set designed
for maximum execution speed on a particular
class of computer programs. Patterson and
his team of researchers developed the first
single-chip RISC processor.

Compare with

complex instruction set

computer

.

reduced-order model

a mathematical

representation of a system that is obtained by
neglecting portions of a more explicit (de-
tailed) model. In large-scale power system
analysis, this term is typically used to indi-
cate a model derived by neglecting the elec-
tric transients in the stator voltage equations
of all machines and in the voltage equations
of power system components connected to
the stators of the machines.

reduced-voltage motor starter

a de-

vice designed to safely connect an electric
motor to the power source while limiting
the magnitude of its starting current. Var-
ious electromechanical configurations may
be used: primary resistor, delta-wye, part-
winding (requires special motor or dual volt-
age windings). Power electronic devices may
also be utilized to gradually increase the ap-
plied voltage to system levels. The complete
starter must also include fault and overload
protection.

redundancy

(1) the use of parallel or se-

ries components in a system to reduce the

possibility of failure.

Similarly, referring

to an increase in the number of components
which can interchangeably perform the same
function in a system. Sometimes it is referred
to as hardware redundancy in the literature to
differentiate from so called analytical redun-
dancy in the field of FDI (fault detection and
isolation/identification). Redundancy can in-
crease the system reliability.

(2) in robotics, the number

degrees

of mobility of the mechanical structure, the
number

of operational space variables,

and the number

of the operational space

variables necessary to specify a given task.
Consider the differential kinematics mapping
J (q) ˙in which is (r×1vector of end-
effector velocity of concern for the specific
tasks and

is r×Jacobian matrix. If r < n,

the manipulator is kinematically redundant
and has

(nr) redundant degrees of mobility.

Manipulator can be redundant with respect to
a task and nonredundant with respect to an-
other. See also

redundant manipulator

.

redundancy encoding

any digital encod-

ing scheme which takes advantage of redun-
dancy in the digital signal. For example, in
run-length encoding, a gray scale digital im-
age is represented by the gray level of a pixel
and the number of times adjacent pixels with
that gray level appear. So an image contain-
ing large regions of a single gray level can be
represented with a great reduction in digital
information.

redundancy statistics model

refers to

statistical similarities such as correlation and
predictability of data. Statistical redundancy
can be removed without destroying any in-
formation.

redundancy-free channel coding

refers

to methods for channel robust source coding
where no “explicit” error protection is intro-
duced. Instead, knowledge of the source and
source code structure is utilized to counteract
transmission errors (for example, by means
of an efficient index assignment).

c

2000 by CRC Press LLC

redundant array of inexpensive disks
(RAID)

standardized scheme for multiple-

disk data base systems viewed by the operat-
ing system as a single logical drive. Data is
distributed across the physical drives allow-
ing simultaneous access to data from multiple
drives, thereby reducing the gap between pro-
cessor speeds and relatively slow electrome-
chanical disks. Redundant disk capacity can
also be used to store additional information to
guarantee data recoverability in case of disk
failure (such as parity or data duplication).
The RAID scheme consists of six levels (0
through 5), RAID

0

being the only one that

does not include redundancy.

redundant manipulator

the manipulator

is called redundant if more degrees of mo-
bility are available than degrees of freedom
required for the execution of a given task. See
also

differential kinematics

,

redundancy

.

redundant number system

the system

in which the numerical value could be repre-
sented by more than one bit string.

Reed switch

a magnetomechanical device

composed of two thin slats of ferromagnetic
material within a hermetically sealed capsule
that attract each other when an external mag-
netic field (from an electromagnet or perma-
nent magnet) induces opposite poles at the
overlapping ends of both slats.

Reed–Solomon code

an extension of

BAH codes to nonbinary alphabets devel-
oped by Driving Reed and Gustave Solomon
independently of the work by Bose, Chaud-
huri, and Hocquenghem. Arguably, the most
widely used of any forward error control
code.

reentrancy

the characteristic of a block

of software code that, if present, allows the
code in the block to be executed by more than
one process at a time.

reentrant

a program that uses concur-

rently exactly the same executable code in

memory for more than one invocation of the
program (each with its own data), rather than
separate copies of a program for each invo-
cation. The read and write operations must
be timed so that the correct results are always
available and the results produced by an in-
vocation are not overwritten by another one.

reference black level

picture signal level

corresponding to a specified maximum limit
for black peaks.

reference frame

See

base frame

.

reference impedance

impedance to

which scattering parameters are referenced.

reference matrix

a triangular array of bits

used to implement the least recently used al-
gorithm in caches. When the

ith line is refer-

enced, all the bits in the ith row are set to a 1
and then all the bits in the ith column are set
to a 0. Having 0s in the jth row and 1s in the
jth column identifies the jth line as the least
recently used line.

reference monitor

a functional module

that checks each attempt to access memory
to determine whether it violates the system’s
security policy, intercepting it if a violation
is imminent. The memory management unit
can provide this service, provided that the
access control information contained there is
known to be consistent with the security pol-
icy.

reference node

one node in a network that

is selected to be a common point, and all other
node voltages are measured with respect to
that point.

reference point

See

set point

.

reference white

in a color matching pro-

cess, a white with known characteristics used
as a reference.

According to the trichro-

matic theory, it is possible to match an arbi-
trary color by applying appropriate amounts
of three primary colors.

c

2000 by CRC Press LLC

 

 

 

 

 

 

 

Content   ..  145  146  147  148   ..