Cascade Analysis Program


Overview/Features

Cascade is a program for analyzing the noise and distortion performance of a cascade of elements in an electronic system. A typical application of cascade is the analysis of a receiver. A text description of the receiver block diagram consisting of things like amplifiers, mixers, and filters is entered into cascade. Each element is characterized by its gain and optionally noise figure, and third order intercept point. The program then analyzes the system and produces a report detailing the performance at each stage.

Return to top

Features

Return to top

Input File Format

Cascade reads a system description from a text file, computes the parameters for the system, and produces a report file. The input file is created using any ASCII text editor.

Comments

Any line beginning with *, #, or ; is treated as a comment line and is ignored. In addition, any line starting with @ is treated as a verbose comment line which is copied over to the output. This allows extra annotation to be added to the output file. Blank lines (lines with only spaces and tabs) are ignored.

DEFAULTS Line

An optional defaults line may be included to tell the program certain default parameters. The defaults line may be used anywhere in the input file. The listed values take effect at the place in the system where the defaults line is given. Multiple defaults lines may be used in the input file. This is useful if, for example, the system switches from 75 ohms to 50 ohms part way through the cascade.

A defaults line is specified as follows:

Where

Some examples of valid defaults lines are:

SOURCE Line

An optional source line may be included to tell the program what the carrier level is going into the system. In addition, C/No, or equivalently, C/N and receiver noise bandwidth, may be specified to allow calculation of C/N degredation. If a source line is used, it must come before any element lines. A source is specified as follows:

Where

Some examples of valid source lines are:

Element Lines

Each element in the system is described by an element line. The elements are connected in the order in which they appear in the input file. Elements are entered as follows:

Where

Some examples of valid element lines are:

Return to top

Example

This section shows an example of the use of the cascade program. The block diagram for the system to be analyzed is shown below.

Example Block Diagram

Example Input File

The input file ex1.cas contains the following:

Running Cascade

To run cascade on the input file and display the results to the screen, use the following format.

or,

The results can be saved to a file by

Example Output

The resulting output file ex1.out contains the following:

Return to top

System Requirements

Return to top

Licensing

Cascade is available for free but is not in the public domain. Please refer to the license file for details.

Return to top


Obtaining Cascade

Cascade is now hosted by SourceForge and can be downloaded via FTP at ftp://ftp.sourceforge.net/pub/sourceforge/rfcascade/ or via HTTP from http://prdownloads.sourceforge.net/rfcascade/.

There is a Cascade Package available for NetBSD.

Return to top

Installation

Please refer to the file INSTALL that is part of the cascade distribution for details on installation.

Return to top


Reporting Bugs

To report a bug, request a new feature, or participate in an online discussion forum about cascade, please visit the project's SourceForge Home.

Return to top

Try it out online!

To try out cascade, you can use the RF Cascade CGI interface.

Return to top
This site hosted by
SourceForge Logo

 
$Id: index.html,v 1.8 2003/12/20 17:19:51 dan Exp $