Electrical Engineering Dictionary - part 46

 

  Index      Production     Electrical Engineering Dictionary

 

Search            

 

 

 

 

 

 

 

 

 

Content   ..  44  45  46  47   ..

 

 

Electrical Engineering Dictionary - part 46

 

 

D

d axis

See

direct axis

.

D flip-flop

a basic sequential logic cir-

cuit, also known as bistable, whose output
assumes the value (0 or 1) at its D input when
the device is clocked. Hence it can be used as
a single bit memory device, or a unit delay.

D’Arsenval meter

a permanent-magnet

moving-coil instrument with a horseshoe
form magnet. It measures direct current only.

D-TDMA

See

dynamic time division

multiple access

.

D/A

See

digital-to-analog converter

.

DAC

See

digital-to-analog converter

.

Dahlin’s method

a synthesis procedure

for finding a digital control law that will pro-
duce a defined closed loop behavior for a
given process, when it is controlled in a feed-
back configuration. The synthesis equation
is

k(z) =

1

− e

T /λ



z

N−1

1

− e

T /λ

z

−1

− 1 − e

T /λ



z

N−1

×

1

g(z)

where

k(z) is the pulse transfer function for

the synthesized controller,

is the sampling

time of the digital control loop,

λ is the time

constant specified for the closed loop system,
NT is the process deadtime, and g(z) is the
pulse transfer function for the process.

daisy chain

(1) a type of connection when

devices are connected in series.

(2) a hardware configuration where a sig-

nal passes through several devices. A signal

will be passed through a device if that de-
vice is not requesting service, or not passed
through if the device is requesting service.

(3) an interrupt-prioritizing scheme in

which the interrupt acknowledge signal from
the CPU is connected in series through all
devices. A shared interrupt-request line con-
nects all devices to the CPU with a single
common line. When one (or several) devices
activates its request line, the CPU will (af-
ter some delay) respond with an acknowl-
edge to the first device. If this device did re-
quest an interrupt, it will be serviced by the
CPU. However, if the device did not request
an interrupt, the acknowledge is just passed
through to the next device in the daisy chain.
This process is repeated until the acknowl-
edge signal has passed through all the con-
nected devices on this chain. The scheme
implements prioritized service of interrupts
by the way the devices are electrically con-
nected in the daisy chain: the closer a device
is to the CPU, the higher its priority.

A more general case exists where several

daisy chains are used to form priority groups,
where each chain has a unique priority. The
CPU will service interrupts starting with the
daisy chain having the highest priority. In
this scheme, any device may be connected to
more than one priority group (chain), using
the interrupt priority level appropriate for the
particular service needed at this moment.

DAMA protocol

See

demand assign

multiple access protocol

.

damage

the failure pattern of an electronic

or mechanical product.

damped sinusoid

a sinusoidal signal mul-

tiplied by a decaying. An example is

x(t) =

10

e

−3t

cos(10t).

damper winding

an uninsulated wind-

ing, embedded in the pole shoes of a syn-
chronous machine, that includes several cop-
per bars short-circuited by conducting rings
at the ends, used to reduce speed fluctuation

c

2000 by CRC Press LLC

in the machine by developing an induction-
type torque that opposes any change in speed.

damping

a characteristic built into electri-

cal circuits and mechanical systems that pre-
vents rapid or excessive corrections that may
lead to instability or oscillatory conditions.

damping coefficient

electrical torque

component in phase with the rotor speed.

damping factor

a measure of the ability

of the PLL to track an input signal step. Usu-
ally used to indicate the amount of overshoot
present in the output to a step perturbation in
the input.

damping ratio

the ratio of the real part of

the resonant frequency to the undamped res-
onant frequency, in a second-order system.

dark current

a noise source in photode-

tectors, corresponding to undesired output
signals in the absence of light. The main
source of dark currents are ohmic leakage
due to imperfect insulation and thermionic
emission.

darkfield performance

the amount of

light that is blocked in a light valve projector
when a totally dark scene is being displayed.
This parameter is critical to good contrast ra-
tio.

Darlington bipolar junction transistor
a combination of two bipolar junction tran-
sistors (BJT) where the emitter current of
one transistor drives the base of the second
transistor. The arrangement reduces the cur-
rent required from the base driver circuit, and
the effective current gain of the combination
is approximately the product of individual
gains. The configuration can be made from
two discrete transistors or can be obtained as
a single integrated device.

dart leader

in lightning, a continuously

moving leader lowering charge preceding a
return stroke subsequent to the first. A dart

leader typically propagates down the residual
channel of the previous stroke.

dashpot timer

a fluid time-on timer that

can be used in definite time DC motor accel-
eration starters and controllers. The dashpot
timer functions where a magnetic field forces
a piston to move within a cylinder when the
coil is energized. The movement of the piston
is limited by fluid passing through an orifice
on the piston. The amount of fluid passing
through the orifice is controlled by a throttle
value, which in turn determines the amount
of time delay. After the fluid pressure equal-
izes across the piston, movement stops and
contacts change state. The fluid can either
be air (pneumatic dashpot) or oil (hydraulic
dashpot). When the timer is deenergized, a
check valve allows the pressure to equalize
across the piston rapidly, thereby causing the
contacts to change state “immediately.”

data

any information, represented in bi-

nary, that a computer receives, processes, or
outputs.

data access fault

a fault, signaled in the

processor, related to an abnormal condition
detected during data operand fetch or store.

data acquisition

(1) method used for cap-

turing information and converting it to a form
suitable for computer use.

(2) process of measuring real-world quan-

tities and bringing the information into a
computer for storage or processing.

data bottleneck

a computer calculation

in which the speed of calculation is limited
by the rate at which data is presented to the
processor rather than by the intrinsic speed of
the processor itself. Ultra high speed parallel
processors are very frequently limited in this
way.

data buffer

See

buffer

.

c

2000 by CRC Press LLC

data bus

set of wires or tracks on a printed

circuit or integrated circuit that carry binary
data, normally one byte at a time.

data cache

a small, fast memory that

holds data operands (not instructions) that
may be reused by the processor. Typical data
cache sizes currently range from 8 kilobytes
to 8 megabytes. See

cache

.

data communications equipment (DCE)

a device (such as a modem) that establishes,

maintains, and terminates a session on a net-
work.

data compression theorem

Claude Shan-

non’s theorem, presenting a bound to the op-
timally achievable compression in (lossless)
source coding. See also

Shannon’s source

coding theorem

.

data dependency

the normal situation in

which the data that an instruction uses or pro-
duces depends upon the data used or pro-
duced by other instructions such that the in-
structions must be executed in a specific order
to obtain the desired results.

data detection

in communications, a

method to extract the transmitted bits from
the received signal.

data flow architecture

a computer ar-

chitecture that operates by having source
operands trigger the issue and execution of
each operation, without relying on the tra-
ditional, sequential von Neumann style of
fetching and issuing instructions.

data fusion

analysis of data from mul-

tiple sources — a process for which neural
networks are particularly suited.

data logger

a special-purpose processor

that gathers and stores information for later
transfer to another machine for further pro-
cessing.

data path

the internal bus via which the

processor ships data, for example, from the
functional units to the register file, and vice
versa.

data pipeline

a mechanism for feeding a

stream of data to a processing unit. Data is
pipelined so that the unit processing the data
does not have to wait for the individual data
elements.

data preprocessing

the processing of data

before it is employed in network training.
The usual aim is to reduce the dimensionality
of the data by feature extraction.

data processing inequality

information

theoretic inequality, a consequence of which
is that no amount of signal processing on a
signal can increase the amount of information
obtained from that signal. Formally stated,
for a Markov chain

→ → Z,

I (XZ) ≤ I (XY )

The condition for equality is that

I (X|Z) =

0, i.e.,

→ → is a Markov chain.

data reduction coding system

any al-

gorithm or process that reduces the amount
of digital information required to represent a
digital signal.

data register

a CPU register that may be

used as an accumulator or a buffer register or
as index registers in some processors. In pro-
cessors of the Motorola M68000 family, data
registers are separate from address registers
in the CPU.

data segment

the portion of a process’

virtual address space allocated to storing and
accessing the program data (BSS and heap,
and may include the stack, depending on the
definition).

data stripe

storage methodology where

data is spread over several disks in a disk
array. This is done in order to increase the
throughput in disk accesses. However, la-

c

2000 by CRC Press LLC

tency is not necessarily improved. See also

disk array

.

data structure

a particular way of orga-

nizing a group of data, usually optimized for
efficient storage, fast search, fast retrieval,
and/or fast modification.

data tablet

a device consisting of a sur-

face, usually flat, and incorporating means
for selecting a specific location on the sur-
face of the device and transmitting the coor-
dinates of this location to a computer or other
data processing unit that can use this infor-
mation for moving a cursor on the screen of
the display unit.

data terminal equipment (DTE)

a de-

vice, such as a subscriber’s computer, Ex-
change workstation, or Exchange central sys-
tem, that controls data flow to and from a
computing system. It serves as a data source,
data sink, or both, and provides for the data
communication control function according to
protocols. Each DTE has an address that is
a 12-digit number uniquely identifying the
subscriber’s connection to the network. DTE
term is usually used when referring to the RS-
232C serial communications standard, which
defines the two end devices of the communi-
cations channel: the DTE and the DCE (data
communications equipment). The DCE is
usually a modem and the DTE is a UART
chip of the computer.

data-oriented methodology

an applica-

tion development methodology that consid-
ers data the focus of activities because data
are more stable than processes.

database computer

a special hardware

and software configuration aimed primarily
at handling large databases and answering
complex queries.

dataflow computer

a form of computer

in which instructions are executed when the
operands that the instructions require become
available rather than being selected in se-

quence by a program counter as in a tradi-
tional von Neumann computer. More than
one processor is present to execute the in-
structions simultaneously when possible.

Daubechies wavelets

a class of com-

pactly supported orthogonal and biorthog-
onal wavelets, first proposed by Ingrid
Daubechies, that can be obtained by impos-
ing sufficient conditions on wavelet filters.

daughter board

a computer board that

provides auxiliary functions, but is not the
main board (motherboard) of a computer sys-
tem (and is usually attached to the mother-
board).

dB

See

decibel

.

dBc

ratio of the signal power (

p) to a ref-

erence signal power (

p

ref

), usually the mod-

ulation carrier signal, expressed in decibels
referenced to a carrier (dBc). Thus a har-
monic signal that is 1/100th of the power in
a desired fundamental signal is at

−20 dBc.

P

dBd

= 10 log

10



p

p

ref



dBm

Power ratio in decibels referenced

to 1 milliwatt.

DBS

See

direct broadcast satellite

.

DBS receiver

electronic assembly that

accepts as input a microwave signal from a
satellite, containing transmitted TV signals
“modulated” onto the signal. The receiver
first amplifies the low-level signal, then pro-
cesses the signal by first converting it to a
lower “IF” frequency and then demodulating
the signal to separate the TV signals from
the microwave carrier signal. A basic way of
looking at the relationship of the microwave
carrier to the TV signal is to think of the car-
rier signal as an envelope with a message
letter inside. The message letter is the TV
signal. Demodulation is the process of care-
fully removing the message from the enve-

c

2000 by CRC Press LLC

 

 

 

 

 

 

 

Content   ..  44  45  46  47   ..