The Waveform Description Language - PowerPoint PPT Presentation

1 / 51
About This Presentation
Title:

The Waveform Description Language

Description:

WDL uses hierarchical principles to decompose a specification into smaller and ... simulation using a greater variety of models of compotation than other package. ... – PowerPoint PPT presentation

Number of Views:116
Avg rating:3.0/5.0
Slides: 52
Provided by: HangSe
Category:

less

Transcript and Presenter's Notes

Title: The Waveform Description Language


1
The Waveform Description Language
  • Multimedia Lab.
  • Chung, Jong-Leul

bellaw_at_mlab.hanyang.ac.kr
2
Contents
  • The Waveform Description Language
  • 1. The Specification Problem
  • 2. WDL Overview
  • 3. FM3TR Example
  • 4. Refinement to an Implementation
  • 5. WDL Details
  • 6. A Practical WDL Support Environment
  • 7. Conclusions

3
1. The Specification Problem
  • Implementation
  • How it can be done
  • Specification
  • What needs to be done
  • Complex systems are
  • costly, late, mis-functional, inflexible
  • Complex system specifications are
  • large, ambiguous, contradictory
  • The Waveform Description Language

4
2. WDL Overview
  • 2.1 Decomposition
  • 2.2 Communication
  • 2.3 Influences
  • 2.4 Hierarchical Diagrams
  • 2.4.1 Interfaces
  • 2.4.2 Message Flows
  • 2.4.3 Statecharts

5
2.1 Decomposition
  • WDL uses hierarchical principles to decompose a
    specification into smaller and smaller
    subspecifications until the specification problem
    becomes tractable.
  • The hierarchical decomposition uses
    well-established block and state diagram styles.
  • The WDL form of a block diagram is called a
    (message) flow diagram
  • Statechart support decomposition into alternate
    behaviors, whereas flow diagram support
    decomposition into composite behaviors.

6
2.2 Communication
  • Each block encapsulates its internal behavior.
  • External interaction occurs only along
    interconnecting arcs and through the direction
    ports that the arcs connect.

7
  • Each entity is self-sufficient
  • responsible for its own scheduling, maintaining
    its own internal state and interacting solely
    through its ports, along the designated
    communication paths.
  • decomposing the system (or the environment)
    merely introduces more self-sufficient entities
    and more designated communication paths.

8
2.3 Influences
9
2.4 Hierarchical Diagrams
  • A large WDL specification for a system entity is
    progressively decomposed into the smaller more
    manageable sub-specifications of sub-system
    entities using one of two forms of hierarchy
    diagram.

10
2.4.1 Interfaces
  • At each level of decomposition, the external
    behavior of the entity is defined by its
    interface, which comprises a number of ports,
    each of which has a name, direction (input or
    output) a data type, and flow type.

11
2.4.2 Message Flows
  • A message flow diagram defines the internal
    behavior of an entity by composition.
  • The nodes of the diagram define partial
    behaviors, all of which are exhibited
    concurrently.
  • The arcs express the communication between
    entities.

12
2.4.3 Statecharts
  • A statechart defines the internal behavior of an
    entity as a finite state machines.
  • The outer nodes of the diagram define the
    alternative behaviors, exactly one of which is
    exhibited.
  • The outer arcs of the diagram express the
    transition between behaviors.

13
  • The control entity may be in either ACQUIRE or
    TRACK mode.
  • It starts in ACQUIRE mode making a transition to
    TRACK mode when the Acquire activity terminates.
  • It then remains in TRACK mode until an
    instruction to reacquire is detected.

14
3. FM3TR Example
  • 3.1 Protocol Layers
  • 3.2 Physical Layer Modules
  • 3.3 Physical Layer Finite State Machine
  • 3.4 Voice and Data Finite State Machines
  • 3.5 Hop Modulator
  • 3.6 Hop Waveform
  • 3.7 Rise Modulator
  • 3.8 Summary

15
3. FM3TR Example
  • Future Multiband Multimode Modular Tactical Radio
  • 1993.09 1999.11
  • France, Germany, the U.K. and the U.S.
  • developing the technologies and architectures for
    an advanced communications platform which will
    allow simultaneous operations over multiple
    frequency bands

16
  • The primary goal in this information exchange is
    improvement in the state of the art of
    multifunctional radios, primarily focused on
    hardware and software architectures, digital
    signal processing, man-machine interfaces, RF and
    digital technology and interconnecting networks
  • provide 16-kbit/s voice or 9.6-k bit/s data
    communication at between 250 and 2000 hops/s in
    25kHz channels from 30 to 400 MHz

17
(No Transcript)
18
3.1 Protocol Layers
  • The FM3TR specification defines a layered
    behavior corresponding to the physical, data
    link, and network layers of the OSI model
  • Phl physical
  • Mac medium access
  • Dlc data link control
  • Nwk network
  • Hci human computer interface

19
3.2 Physical Layer Modules
20
3.3 Physical Layer Finite State Machine
  • physical layer state machine
  • start in and is normally in
  • the receive (RX) state
  • voice_inputptt
  • the voice transmit state(VOICE_TX)
  • tx massage
  • the data transmit state(DATA_TX)
  • exit from transmission occurs on completion of
    the transmission

21
3.4 Voice and Data Finite State Machines
22
(No Transcript)
23
3.5 Hop Modulator
  • Precise timing information is imposed for each
    hop by synchronizing the dynamic hop content with
    the static configuration.
  • the thick bar is a library entity that performs
    the synchronization
  • The clock source is constrained to operate at the
    hop rate by the annotation

24
3.6 Hop Waveform
  • A frequency hopper normally changes frequency
    between hops, and in order to avoid undue
    spectral splatter must modulate its amplitude
  • The requirement for these four phases is easily
    specified using a state machine that sequences
    the four distinct operational behaviors within
    the hop.

25
  • Each state has a behavior that combines the
    relatively static configuration parameters with
    the dynamic hop information to produce a
    modulation control signal for a modulator

26
  • Transition between three of the states occurs
    after fixed time delays
  • The remaining transition from the INFORMATION
    state occurs when the InfoModulator exits after
    processing all the information bits

27
3.7 Rise Modulator
  • The subsequent TxModulator is controlled by a
    modulation signal which defines its amplitudeand
    frequency
  • A Constructor is therefore used to construct the
    multifield signal from its component amplitude
    and frequency parts

Rise time modulator
28
(No Transcript)
29
4. Refinement to an implementation
  • 4.1 Traditional Development Process
  • 4.2 Refinement Process
  • 4.3 Automation
  • 4.4 The Reference Model
  • 4.5 Target Environments

30
4. Refinement to an implementation
  • A WDL specification is implementation neutral and
    so cannot be converted directly to a particular
    vendors favored architecture, since the target
    environment is not part of the specification.
  • with the addition of sufficient further
    constraining specifications the conversion
    becomes possible

31
4.1 Traditional Development Process
  • activities workflow on the left
  • documents on the right

32
4.2 Refinement Process
33
(No Transcript)
34
  • Abstract WDL specification (unimplementable)
  • Waveform sponsor refines to support
  • a reference model
  • System designers refine to support
  • hardware partitioning
  • analogue/digital partitioning
  • concrete filter designs
  • specific acquisition strategies
  • apportion implementation loss budgets
  • Implementers refine to
  • exploit pre-existing object libraries
  • compensate for compiler limitations

35
4.3 Automation
  • One day, a perfect WDL translator might need just
    the specification and a description of the target
    hardware.
  • WDL program may be compiled to give the
    appropriate combination of executable and
    configuration files for loading on the target
    platform.
  • translator to convert the WDL to formats for
    which compilation can be compilation can be
    completed by standard compilation tools.

36
4.4 The Reference Model
  • Using the reference model development approach,
    and with the aid of good automated code
    generation, the vender may be able to reuse large
    parts of the reference model coding.
  • The cost and time of the multiple exploratory or
    validating simulations of each vender may then be
    transferred to the single reference model
    development by the specifications sponsor.
  • The use of WDL and an executable reference model
    should ensure that the standardization committee
    can focus on the important functional issues.

37
4.5 Target Environments
  • The target environment does not form of a WDL
    specification, so WDL specification is portable
    to any target able to support the specification.
  • Configuration of the specification to suit a
    particular target environment occurs through
    introduction of constraints during the refinement
    process.
  • the target environment need not be an
    implementation environment the reference model
    is supported by using Java as a simulation
    environment.

38
5. WDL Details
  • 5.1 Type Abstractions
  • 5.2 Scheduling Abstractions
  • 5.3 Unified Scheduling Model
  • 5.4 Leaf Specification
  • 5.4.1 Simple Arithmetic Entity
  • 5.4.2 Simple Entity with State

39
5.1 Type Abstractions
  • Comprehensive type system is required to express
    real systems.
  • The WDL data type system specifies abstract
    requirement, where it is permissible for the
    compilation system to choose an optimum type, and
    overlays concrete requirements where there is
    need to satisfy an externally imposed bit truth
  • The abstract type system comprises primitive
    types, tailored types, enumerations, arrays,
    records, and discriminated unions.

40
5.2 Scheduling Abstractions
  • The much simpler flow type system resolves the
    much harder problem of specifying the scheduling
    when and why information is transferred.
  • The behavior (a -gt b) may be defined
    hierarchically as a composition of two other
    entities

41
  • UML has no concept of a hierarchical port
  • The UML diagram therefore fails to establish any
    semantics between arcs and nodes, or arcs and arcs

42
  • model of computation to define the composite
    scheduling
  • behavior of a block diagram.
  • continuous time (CT) model
  • dedicated hardware component
  • discrete time (DT) model
  • detailed simulation of digital systems
  • discrete event (DE) model
  • event driven systems, such as protocol stacks
  • data flow (DF) model,synchronous data flow (SDF)
    model
  • digital signal processing

43
  • WDL takes a more appropriate view for
    specification by choosing a model of computation
    for each path rather then each diagram. This is
    specified by a flow type
  • event flow
  • independent communication that must be
    handledimmediately and before all others
  • token flow
  • collaborative communication that occurs as soon
    as all collaborators are ready
  • value flow
  • asynchronous or noncommunication
  • signal flow
  • specifies potentially continuous communication

44
5.3 Unified Scheduling Model
  • The behavior of an entity is defined by the way
    its state variables and its outputs respond to
    its inputs.
  • The apparently diverse behavior of finite state
    machines and arithmetic entities is accommodated
    by a unified scheduling model

45
  • External integrity is maintained by restricting
    interaction to the typed messages flowing through
    the ports.
  • Internal integrity is ensured by prohibiting
    concurrent activation of two responses that can
    access the same entity state variable.
  • Encapsulating the scheduling of each entity
    internally satisfies the need for hierarchical
    composability, but if implemented naively would
    require a separate thread for each mathematical
    operation.
  • A WDL entity encapsulates synchronization and
    consequently scheduling as well as state

46
5.4 Leaf Specifications
  • Once hierarchical decomposition ends, leaf
    entities are encountered. These must have a
    defined behavior
  • 5.4.1 Simple Arithmetic Entity

47
5.4.2 Simple Entity with State
48
6. A Practical WDL Support Environment
  • The WDL is of greater utility when associated
    with a suitable support environment.
  • The most basic level of support requires a
    combination of schematic and text editors to
    maintain a WDL specification.
  • There are a number of packages that support code
    generation and simulation from block diagram
    language
  • The Ptolemy II framework (UCB) ,is written in
    Java, is freely available, and supports a Java
    simulation using a greater variety of models of
    compotation than other package.

49
7. Conclusions
  • WDL brings together the good characteristics of
    many niche languages to create a candidate for am
    industry standard specification language for SDR
  • Use of WDL to replace existing informal textural
    specifications offer the potential for
    specifications to improve through
  • removal of ambiguities
  • removal of contradictions
  • addition of an executable reference model
  • increased intelligibility
  • increased reusability

50
  • Once tool sets are available to handle the extra
    stages of compilation needed to convert a
    specification into an implementation, products
    will benefit from
  • reduced development times
  • reduced development costs
  • specification portability
  • increased reliability
  • increased flexibility
  • greater opportunities for re-use
  • greater scope for optimization

51
  • - End of Presentation -
Write a Comment
User Comments (0)
About PowerShow.com