MSK (Minimum Shift Keying) CML Microcircuits, MSK (Minimum Shift Keying) Datasheet - Page 30

no-image

MSK (Minimum Shift Keying)

Manufacturer Part Number
MSK (Minimum Shift Keying)
Description
Minimum Shift Keying and its Application to Wireless Data Transmission
Manufacturer
CML Microcircuits
MSK and its Application to Wireless Data Transmission
_____________________________________________________________________________________
_____________________________________________________________________________________
I/O, VARIABLES and CONSTANTS
_____________________________________________________________________________________
PSEUDO-CODE
_____________________________________________________________________________________
_____________________________________________________________________________________
I/O, Variables, and Constants
_____________________________________________________________________________________
Pseudo-Code
_____________________________________________________________________________________
© 1997 MX COM Inc.
4800 Bethania Station Road, Winston-Salem, NC 27105-1201 USA
j = 0
while j<L {
output[i] = sum;
input[i]
output[i]
Hth
Lth
if (input[i] > Hth)
D[i]
C[i]
Q[i]
state
if (C[i] = 1) & (C[i-1] = 0)
Q[i] = state;
sum = sum + (input[i-j] x weights[j]);
increment j;
}
then output[i] = 1
else if (input[i] < Lth)
then state = D[i];
then output[i] = 0
else output[i] = output[i-1] // output stays same as last output
// current input sample
// clock input
// current output sample
// used to store sampled
// current input sample
// current output sample
// upper threshold
// lower threshold
// run for each sample, input and output sample rates are equal
www.mxcom.com Tele: 800 638-5577 910 744-5050
Pseudo-Code Listing 11 Comparator with Hysterisis
Pseudo-Code Listing 12 D type flip-flop
// rising edge of clock input
// sample input
// output state
// output trips high
// output trips low
30
All trademarks and service marks are held by their respective companies.
Fax: 910 744-5054
Doc. # 20830084.001
APPLICATION

Related parts for MSK (Minimum Shift Keying)