diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-01-26 17:09:28 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-01-26 17:09:28 +0000 |
commit | 35d2c4cab81f8c706efb61c11cb9d6355adc4ae8 (patch) | |
tree | 912c5fcff2c5476aa4431b98f6296a079b5226e2 | |
parent | 173214894d6652dc2b4553634603f5eafb6a2d40 (diff) | |
download | pkgsrc-35d2c4cab81f8c706efb61c11cb9d6355adc4ae8.tar.gz |
Initial import of cascade-1.3.0
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.
A summary is produced which shows the relative contributions to the
total system performance of each block. This allows easy
identification of what limits system performance.
-rw-r--r-- | cad/cascade/Makefile | 13 | ||||
-rw-r--r-- | cad/cascade/files/md5 | 3 | ||||
-rw-r--r-- | cad/cascade/pkg/COMMENT | 1 | ||||
-rw-r--r-- | cad/cascade/pkg/DESCR | 12 | ||||
-rw-r--r-- | cad/cascade/pkg/PLIST | 12 |
5 files changed, 41 insertions, 0 deletions
diff --git a/cad/cascade/Makefile b/cad/cascade/Makefile new file mode 100644 index 00000000000..b4358039ab5 --- /dev/null +++ b/cad/cascade/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/01/26 17:09:28 dmcmahill Exp $ +# + +DISTNAME= cascade-1.3.0 +CATEGORIES= cad +MASTER_SITES= http://www.mit.edu/~mcmahill/software/cascade/ + +MAINTAINER= dmcmahill@netbsd.org +HOMEPAGE= http://www.mit.edu/~mcmahill/software/cascade/index.html + +GNU_CONFIGURE= YES + +.include "../../mk/bsd.pkg.mk" diff --git a/cad/cascade/files/md5 b/cad/cascade/files/md5 new file mode 100644 index 00000000000..6a693b3e3ee --- /dev/null +++ b/cad/cascade/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/01/26 17:09:29 dmcmahill Exp $ + +MD5 (cascade-1.3.0.tar.gz) = 69f4e0ffe70c8ab70cd08d28d8c24513 diff --git a/cad/cascade/pkg/COMMENT b/cad/cascade/pkg/COMMENT new file mode 100644 index 00000000000..cbeac777ef4 --- /dev/null +++ b/cad/cascade/pkg/COMMENT @@ -0,0 +1 @@ +analyzing the noise and distortion of a rf system diff --git a/cad/cascade/pkg/DESCR b/cad/cascade/pkg/DESCR new file mode 100644 index 00000000000..c9226f1d7b8 --- /dev/null +++ b/cad/cascade/pkg/DESCR @@ -0,0 +1,12 @@ +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. + +A summary is produced which shows the relative contributions to the +total system performance of each block. This allows easy +identification of what limits system performance. diff --git a/cad/cascade/pkg/PLIST b/cad/cascade/pkg/PLIST new file mode 100644 index 00000000000..4229bd0e83d --- /dev/null +++ b/cad/cascade/pkg/PLIST @@ -0,0 +1,12 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/01/26 17:09:29 dmcmahill Exp $ +bin/cascade +man/man1/cascade.1 +man/cat1/cascade.0 +share/doc/cascade/cascade.html +share/doc/cascade/ex1.gif +share/examples/cascade/README.examples +share/examples/cascade/ex1.in +share/examples/cascade/ex1.out +share/examples/cascade/ex1.gif +@dirrm share/doc/cascade +@dirrm share/examples/cascade |