Electrical Engineering Dictionary - part 92

 

  Index      Production     Electrical Engineering Dictionary

 

Search            

 

 

 

 

 

 

 

 

 

Content   ..  90  91  92  93   ..

 

 

Electrical Engineering Dictionary - part 92

 

 

instantaneous power

power in an AC or

modulated signal at a given instant in time.

instantaneous-trip circuit breaker

es-

sentially an inverse-time circuit breaker with
the thermal element removed. It will only
trip magnetically in response to short-circuit
currents. Thus, it is often referred to by other
names, such as magnetic circuit breaker and
magnetic-only circuit breaker.

instar

See

instar configuration

.

instar configuration

a term used for a

neuron fed by a set of inputs through synaptic
weights. An instar neuron fires whenever a
specific input pattern is applied. Therefore,
an instar performs pattern recognition. See
also

instar training

.

Compare with

outstar

configuration

.

instar training

an instar is trained to re-

spond to a specific input vector and to no
other. The weights are updated according to

w

i

(t + 1w

i

(t) µ(x

i

− w

i

(t))

where

x

i

is the

ith input, w

i

(t) the weight

from input

x

i

,

µ is the training rate starting

from about 0.1 and gradually reduced during
the training. See also

instar configuration

.

Compare with

outstar training

.

Institute of Electrical and Electronics En-
gineers (IEEE)

a professional organiza-

tion of electrical engineers and computer sci-
entists. The world’s largest professional or-
ganization.

instruction

specification of a collection of

operations that may be treated as an atomic
entity with a guarantee of no dependencies
between these operations.

instruction access fault

a fault, signaled

in the processor, related to abnormal instruc-
tion fetches.

instruction cache

See

code cache

.

instruction counter

the memory register

within a computer that maintains the location
of the next instruction that will be fetched
for execution. This register is also called a
program counter.

instruction decoder

the part of a proces-

sor that takes instructions as input and pro-
duces control signals to the processor reg-
isters as output. All processors must per-
form this function; some perform it in several
steps, with part of the decoding performed
before instruction issue and part after.

instruction decoder unit

in modern CPU

implementations, the module that receives an
instruction from the instruction fetch unit,
identifies the type of instruction from the
opcode, assembles the complete instruction
with its operands, and sends the instruction
to the appropriate execution unit, or to an in-
struction pool to await execution.

instruction fetch unit

in modern CPU

implementations, the module that fetches in-
structions from memory, usually in conjunc-
tion with a bus interface unit, and prepares
them for subsequent decoding and execution
by one or more execution units.

instruction field

a portion of an instruc-

tion word that contains a specified value,
such as a register address, a 16-bit immediate
value, or an operand code.

instruction format

the specification of

the number and size of all possible instruction
fields in an instruction-set architecture.

instruction issue

the sending of an in-

struction to functional units for execution.

instruction pipeline

a structure that

breaks the execution of instruction up into
multiple phases, and executes separate in-
structions in each phase simultaneously.

instruction pointer

another name for pro-

gram counter, the processor register holding

c

2000 by CRC Press LLC

the address of the next instruction to be exe-
cuted.

instruction pool

in modern CPU imple-

mentations, a holding area in which instruc-
tions that have been fetched by an instruction
fetch unit await access to an execution unit.

instruction prefix

a field within a pro-

gram instruction word used for some spe-
cial purpose. Found only rarely. The Intel
X86 architecture occasionally uses instruc-
tion prefixes to override certain CPU address-
ing conventions.

instruction reordering

a technique in

which the CPU executes instructions in an
order different from that specified by the pro-
gram, with the purpose of increasing the over-
all execution speed of the CPU.

instruction repertoire

See

instruction

set

.

instruction scheduling

the relocation

of independent instructions, which is done
to maximize instruction-level parallelism
(and/or minimize instruction stalls).

instruction set

the instruction set of a pro-

cessor is the collection of all the machine-
language instructions available to the pro-
grammer. Also known as instruction reper-
toire.

instruction window

for an out-of-order

issue mechanism, a buffer holding a group
of instructions being considered for issue to
execution units. Instructions are issued from
the instruction window when dependencies
have been resolved.

instruction-level parallelism

the concept

of executing two or more instructions in par-
allel (generally, instructions taken from a se-
quential, not parallel, stream of instructions).

instrument transformer

a two-winding

transformer designed and optimized for me-

tering applications. The essential features
are accurate input to output ratios for the
measured parameter and minimal burden (or
load) on the circuit being tested. See also

current transformer

,

voltage transformer

.

insulated gate bipolar junction transistor
(IGBT)

a hybrid electronic switch that

has the high input impedance and high speed
characteristic of a MOSFET with the conduc-
tivity characteristic (low saturation voltage)
of a bipolar transistor.

insulation class

specification of insulat-

ing material. Primarily determined by the
maximum temperature that the material can
withstand. The class of insulating system
used in a transformer or electrical machine
is a key factor in determining its rated load.

insulation coordination

the practice of

selecting the insulation of a power sys-
tem such that breakdowns from overvoltages
(such as from a lightning strike) will occur at
points where the least harm will result.

insulation resistance

measured value of

electrical resistance of the insulation of a
product or device.

insulator

a device designed to separate

and prevent the flow of current between con-
ductors. Properties of the dielectric (insu-
lating) material and geometry of the insula-
tor determine maximum voltage and temper-
ature ratings.

insulator string

a chain of two or more

strain insulators that are coupled together to
increase the total insulation level of the as-
sembly.

integer

a fixed-point, whole number value

that is usually represented by the word size
of a given machine.

integer unit

in modern CPU implemen-

tations, a type of execution unit designed

c

2000 by CRC Press LLC

specifically for the execution of integer-type
instructions.

integral control

control scheme whereby

the signal that drives the actuator equals the
time integral of the difference between the
input/desired output and the measured actual
output.

integral equation

a type of equation

where the unknown function appears under
an integral. When this is the only place that
the unknown appears, the integral equation is
commonly called a first-kind equation, while
if the unknown also appears outside the inte-
gral, it is a second-kind integral equation.

One-dimensional examples are

y(s) λ

Z

b

a

K(s, t)x(t)dt

and

x(s) y(s) λ

Z

b

a

K(s, t)x(t)dt

where

λ is a possibly complex scalar param-

eter and

y(s) is known (often called the driv-

ing term);

x(t) is the unknown function and

K(s, t) is the known kernel. The above are
linear Fredholm integral equations of the first
and second kind, respectively.

integral horsepower motor

a motor built

in a frame as large as or larger than that of
a motor of open construction having a con-
tinuous rating of one horsepower at 1700–
1800 rpm.

integrated AOTF

acousto-optical tunable

filter device using integrated wave guide op-
tics and surface acoustic waves (SAWs) for
acousto-optical interaction.

integrated circuit (IC)

(1) an assembly

of miniature electronic components simulta-
neously produced in batch processing, on or
within a single substrate, that performs an
electronic circuit function.

(2) many transistors, resistors, capacitors,

etc., fabricated and connected together to

make a circuit on one monolithic slab of
semiconductor material.

integrated optics

also known as guided-

wave optics; generally, describes the devices
that couple to fiber optics, but does not in-
clude the fibers.

integrated project support environment

a software engineering environment support-

ing all the stages of the software process
from initial feasibility studies to operation
and maintenance.

integrated services digital network (ISDN)

a network that provides end-to-end digital

connectivity to support a wide range of ser-
vices, including voice and nonvoice services,
to which users have access by a limited set
of standard multipurpose user–network inter-
faces.

integrating A/D

device that takes an ana-

log input signal and integrates it over time
to produce a digital signal that represents the
area under the curve, or the integral.

integrator

for an input of

x(t) and an out-

put of

R

t

−∞

x(τ)dτ, is one of the basic signal

processing building blocks. Integrators can
be implemented using operational amplifiers.

integrity (of data)

(1) a belief in the truth

of the information represented by a set of
data.

(2) a condition stating that the information

in a set of data does satisfy a set of logical
constraints (the integrity constraints).

intelligence

the aggregated and processed

information about the environment, includ-
ing potential adversaries, available to com-
manders and their staff.

intelligent control

a sensory-interactive

control structure incorporating cognitive
characteristics that can include artificial intel-
ligence techniques and contain knowledge-
based constructs to emulate learning behav-

c

2000 by CRC Press LLC

ior with an overall capacity for performance
and/or parameter adaptation. Intelligent con-
trol techniques include adaptation, learning,
fuzzy logic, neural networks, genetic algo-
rithm, as well as their various combinations.

intelligent material

See

smart material

.

intelligibility

objective quantitative mea-

sure of speech perception.

intensifying transformer

one of a class

of hedges — for example very, extremely
— which intensifies the characteristics of a
fuzzy set.

intensity

a measure of the strength of a

light field. Two different definitions of in-
tensity are commonly encountered. Espe-
cially in the discipline of radiometry, inten-
sity is usually defined to be power per unit
solid angle. Alternatively, especially in laser
physics, define intensity to be power per unit
area. The intended definition can usually be
deduced from context or from dimensional
analysis.

intensity average

spatially or temporally

averaged value of the intensity.

intensity modulation

alteration of the

power level of an optical beam, usually to
impose information onto the beam.

intensity optical

same as optical power

per unit area; time-average value of the
Poynting vector

E×measured in watts per

meter squared, sometimes also representable
as the energy density times the speed of light.

intensity-dependent refractive index

the

property of many materials that the measured
value of the refractive index depends on the
intensity of the light field used to perform
the measurement. Typically, the refractive
index changes by an amount describable by
δn n

2

I, where n

2

is the coefficient of the

nonlinear refractive index and

is the inten-

sity of the field in units of power per unit
area.

inter-area mode oscillation

this mode of

oscillation is characterized by the swinging
of many machines in one part of the system
against machines in other parts. These oscil-
lations are caused by the presence of weak
ties between two or more areas.

inter-cell interference

the interference

caused by the transmitters in a cellular com-
munications system (base station or mobile
terminal) on a receiver of interest where the
interfering transmitters are located on cells
other than the receiver cell. Compare with

intra-cell interference

.

inter-feature distance

the distance be-

tween a pair of feature points in an image,
often used to help identify the object, or (in
conjunction with other measures of this type)
to infer the presence of the object.

inter-record gap

the space between two

records of data stored on a magnetic medium
such as a tape. This space helps preventing
interference between the two records. It can
also contain markers marking the beginning
and end of the records.

interaction region

a region where an elec-

tron beam and microwaves transfer energy to
each other.

interaural attribute

attribute of ear in-

put signals (e.g., localization in the horizontal
plane) that depend on differences between, or
ratios of measures of, two ear input signals.

interconnect

the physical manifestation

of an interconnection network.

interconnection density

number of in-

terconnection channels per unit area or unit
volume. The interconnection density of opti-
cal interconnects is high because unlike elec-
trons, light beams can cross each other with-
out any change.

c

2000 by CRC Press LLC

 

 

 

 

 

 

 

Content   ..  90  91  92  93   ..