Electrical Engineering Dictionary - part 138

 

  Index      Production     Electrical Engineering Dictionary

 

Search            

 

 

 

 

 

 

 

 

 

Content   ..  136  137  138  139   ..

 

 

Electrical Engineering Dictionary - part 138

 

 

power transfer function

any function of

input to output power in ratio form, expressed
as a dimensionless ratio.

power transformer

a transformer that is

used to transmit power from one voltage level
to another. Power transformers can be of ei-
ther single phase or three phase design, and
include either two or three windings.

Poynting vector

a vector, proportional

to the cross product between the electric
and magnetic field intensity vectors, indicat-
ing the density and flow of electromagnetic
power.

PPL

See

physical placement of logic

.

PR function

See

positive real function

.

practical intrafield predictor

technique

used to improve the image quality.

In

practical intrafield predictors, several is-
sues are considered. For example, in two-
dimensional images, prediction may not lead
to significant improvements in entropy of the
prediction error; however, there is a decrease
in the peak prediction error. By choosing
proper coefficients, it is possible to get im-
proved prediction and a decay of the effects
of the transmission bit errors in the recon-
structed picture.

practical stability

See

uniform ultimate

boundedness

.

practical stabilization

deterministic ap-

proach to robust systems design based on the
use of Lyapunov functions.

Design feed-

back control law ensures desirable behavior
of the systems for all admissible variations of
bounded uncertainty in the following sense.

There exists a neighborhood of the origin

B

(d) such that

1. For any initial condition there exists a

solution of the state equation for the closed-
loop system in the given time interval.

2. All solutions for a given set of initial

conditions can be extended over infinite time
interval.

3. All solutions are uniformly bounded

for the given set of initial conditions ( See

uniform boundedness

).

4. All solutions for the given set of initial

conditions are uniformly ultimately bounded
with respect to a ball B

(d

0

with d

0

> d See

ultimate boundedness

).

5. All solutions from the ball B

(d

0

are

uniformly stable.

If the given set of initial conditions could

be extended to the whole state space, then
the closed-loop system is globally practically
stable for the designed control law.

PRAM model

a multiprocessor model in

which all the processors can access a shared
memory for reading or writing with uniform
cost.

Prandtl number

a nondimensional char-

acteristic of fluids, relating the rate of mo-
mentum diffusion to heat diffusion.

praseodymium doped fiber amplifier
optical amplifier based on the rare-earth ele-
ment praseodymium used to amplify signals
in the 1310 nm telecommunications window.
The region of useful gain is 1300–1350 nm.

preamplifier

an amplifier connected to

a low level signal source to present suitable
input and output impedances and to provide
gain so that the signal may be further pro-
cessed without appreciable degradation in the
signal-to-noise ratio.

A preamplifier may

include provisions for equalization and fre-
quency discrimination.

prebake

the process of heating the wafer

after application of the resist in order to drive
off the solvents in the resist. Also called soft-
bake and post-apply bake.

pre-compensator

a compensator posi-

tioned on the process input signal.

For

MIMO systems, a given compensator will

c

2000 by CRC Press LLC

have a different effect depending on whether
it is positioned before or after the process.
Hence the importance of the prefix “pre-.”
See also

compensation

,

compensator

,

and

post-compensator

.

pre-emphasis

a technique of process-

ing baseband signals through a network that
provides a frequency-dependent amplitude
transfer characteristic.

precise interrupt

an implementation of

the interrupt mechanism such that the pro-
cessor can restart after the interrupt at exactly
where it was interrupted. All instructions that
have started prior to the interrupt should ap-
pear to have completed before the interrupt
takes place and all instructions after the in-
terrupt should not appear to start until after
the interrupt routine has finished. Compare
with

imprecise interrupt

.

predecrementation

an addressing mode

using an index or address register in which the
contents of the address are reduced “decre-
mented” by the size of the operand before
the access is attempted.

predicate

a logical expression that is to

be evaluated, often to determine whether an
important condition is satisfied. For exam-
ple, “IF speed is high THEN reduce input
supply.”

prediction

(1) an estimation procedure in

which a future value of the state (see the def-
inition) is estimated based on the data avail-
able up to the present time.

(2) in branching, the act of guessing the

likely outcome of a conditional branch deci-
sion. Prediction is an important technique for
speeding execution in overlapped processor
designs. Increasing the depth of the predic-
tion (the number of branch predictions that
can be unresolved at any time) increases both
the complexity and speed.

predictive coding

compression of a sig-

nal by coding differences between samples

and predictions from previously coded val-
ues. For example, in still image coding, a pre-
dictive encoder may predict a pixel by taking
the average of the pixel’s left neighbor and
its above neighbor. With raster-order coding
these values are already available in the de-
coder, which can form the same prediction.
The difference or prediction error values may
be quantized. Their probability density func-
tion is approximately Laplacian, and further
compression can therefore be achieved with
entropy coding. Also called differential pulse
code modulation.

predictive control

control policy (scheme),

realized at a given control layer, involving
repetitive usage of a decision mechanism
based upon considering, at each interven-
tion instant, the future operation of the con-
trolled process (or the control system as a
whole) over specified period of time (pre-
diction interval). Usually, predictive control
involves the use of optimization-based deci-
sion tools and of the free input forecasting;
predictive control is the term describing a va-
riety of possible control schemes, in particu-
lar open-loop-feedback control and limited-
look-ahead-control.

predictive pyramid

a limited amount of

data is used to form a prediction image, and
then the difference between the predicted im-
age and the original image is used to form a
residual image. This can then further be it-
erated to form a pyramid of residuals called
the Laplacian pyramid.

predictive scalar quantization

See

differential pulse code modulation

.

predictive SQ

See

differential pulse code

modulation

.

predictive vector quantization

the gen-

eralization of scalar predictive coding to
vector coding. See

differential pulse code

modulation

.

c

2000 by CRC Press LLC

predictive VQ

See

differential pulse code

modulation

.

predistorter

predistortion type linearizer

used to compensate the distortion component
generating at high power amplifier (HPA).
Since the predistorter adds the distortion
component to the signal at 180 degrees out
of phase, the distortion components, gener-
ated in predistorter and HPA, are canceled
out at the output of the HPA.

prefetch

See

fetch policy

.

prefetch queue

in the CPU, a queue of

instructions that has been prefetched prior to
being needed by the CPU.

prefetching

in the CPU, the act of fetch-

ing instructions prior to being needed by the
CPU. See also

fetch policy

.

preformat

information such as sector ad-

dress, synchronization marks, servo marks,
etc., embossed permanently on the optical
disk substrate.

preincrementation

an assembly lan-

guage addressing mode in which the address
is incremented prior to accessing the mem-
ory value. Used to access elements of arrays
in memory.

preliminary breakdown

an electrical

discharge in the cloud that initiates a cloud-
to-ground flash.

preprocessing

a series of image en-

hancements and transformations performed
to ease the subsequent image analysis pro-
cess through, e.g., noise removal or feature
extraction/enhancement.

pressure broadening

spectral broadening

of a transition in a laser medium due to elastic
or inelastic collisions.

pressure vessel

a steel tank which en-

closes the core of a nuclear reactor and is
generally filled with coolant under pressure.

pressurized water reactor (PWR)

a nu-

clear reactor which uses liquid water under
pressure for a primary coolant and modera-
tor.

preventive congestion control

protocols

that control the system and user traffic param-
eters so that the probability of a congestion
is minimized. See also

congestion

.

price method coordination

coordination

by the price method amounts to iterating the
coordination variables (dual coordination in-
struments) defined as the vector of prices by
which the local interaction inputs to the sub-
processes as well as their outputs are multi-
plied and added to the local performance cri-
teria; these local criteria are then minimized
with respect to the local decisions and the
results are passed to the coordinator. The co-
ordinator iterates the values of prices until
the interaction equations and, if needed, any
other coupling constraints are satisfied.

primal sketch

a hierarchical image repre-

sentation that makes explicit the amount and
disposition of the intensity changes in the im-
age. At the lowest levels of the represen-
tation, primitives just describe raw intensity
changes and their local geometrical structure;
at the higher levels they represent groupings
and alignments of lower-level ones.

primary

(1) the source-side winding.

(2) refers to the portion of a nuclear power

plant containing the reactor and its equip-
ment.

primary coolant

the medium used to re-

move energy, in the form of heat, from a nu-
clear reactor core, e.g., water, helium, or liq-
uid metal.

primary feeder

See

feeder

.

c

2000 by CRC Press LLC

primary system of equations

a system of

algebraic and differential equations obtained
by applying the Kirchhoff’s current and volt-
age laws and the element I-V relations.

primary voltage

in power distribution the

voltage at the primary winding of the distri-
bution transformer.

primary winding

the transformer wind-

ing connected to the energy source.

prime mover

the system that provides the

mechanical power input for a mechanical-to-
electrical energy conversion system (gener-
ator), e.g., the diesel engine of an engine–
generator set.

prime-number interleaving

See

interleaved

memory

.

primitive polynomial

a polynomial

p(x)

of degree

that gives a complete table of

2

m

distinct symbols containing 0 and 1. The

reciprocal of the primitive polynomial is also
primitive. See also

irreducible polynomial

.

primitive-based coding

edges, lines, and

other local features of images. Schemes to
detect such primitives, then use them to code
the image. For example, edges may be used
to segment the image into regions which are
then independently coded as simple surfaces,
while the boundaries are compressed with a
chain code.

Princeton architecture

a computer ar-

chitecture in which the same memory holds
both data and instructions. This is contrasted
with the Harvard architecture, in which the
program and data are held in separate mem-
ories.

principal axis

the optical axis of a lens or

camera, usually normal to the image plane.

principal component

notionally, the di-

rection of greatest variability of a random
vector or among a set of sample vectors.

More specifically, the principal component
is the direction of the eigenvector associated
with the largest eigenvalue of the covariance
matrix of the random vector (or the sample
covariance of a sample set). More generally,
the

principal components of a distribution

are the eigenvectors corresponding to the

n

largest eigenvalues. Principal components
are frequently used for data clustering, pat-
tern analysis, and compression.

principal component analysis (PCA)
a technique applied to

n-dimensional data

vectors with the aim of finding a set of

m-

orthogonal vectors (typically

n) that

account as much as possible for the data’s
variance. PCA can be carried out in an un-
supervised fashion by implementing a nor-
malized version of Hebb’s rule on

m-linear

neural units.

principal point

the point at which the op-

tical axis of the lens in a camera meets the
image plane: also, the corresponding point
in the image.

principle of locality

See

locality

.

See

also

sequential locality

.

principle of superposition

in a linear

electrical network, the voltage or current in
any element resulting from several sources
acting together is the sum of the voltages or
currents from each source acting alone.

printed circuit board (PCB)

a substrate

made from insulating material that has one or
more sandwiched metallic conductor layers
applied that are etched to form interconnect-
ing traces useful for interconnecting compo-
nents.

printer

an output device for printing re-

sults on paper.

prior statistics

the statistics of a random

quantity (scalar, vector, process etc.)

be-

fore any experimental or measured knowl-

c

2000 by CRC Press LLC

 

 

 

 

 

 

 

Content   ..  136  137  138  139   ..