Difference between revisions of "C-graph"

From Free Software Directory
Jump to: navigation, search
(new entry, starting from http://directory.fsf.org/wiki/Review:C-Graph-REV-ID-1)
 
m (Text replacement - "'''Selection from the [https://shop.fsf.org/ FSF shop]''' [https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman] [https://shop.fsf.org/books-docs/introduction-command-line Introdu...)
 
(13 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name= C-Graph  
+
|Name=GNU C-Graph
|Short description=demonstrate the convolution operation
+
|Short description=Visualize convolution and demonstrate convolution theorem.
|Full description=GNU C-Graph is a tool for visualizing the mathematical operation of convolution underlying natural phenomena susceptible to analysis in terms of engineering signals and systems theory. "C-Graph" is an abbreviation for "Convolution Graph". The package is derived from the BSc. Honours dissertation in Electrical Engineering "Interactive Computer Package Demonstrating: Sampling Convolution and the FFT", Adrienne Gaye Thompson, University of Aberdeen (1983). The package computes the linear convolution of two signals in the time domain then compares their circular convolution by demonstrating the convolution theorem. Each signal is modelled by a register of discrete values simulating samples of a signal, and the discrete Fourier transform (DFT) computed by means of the Fast Fourier Transform (FFT). GNU C-Graph is interactive, prompting the user to enter character or numerical values from the keyboard, dispensing with the learning curve for writing code. The software will be useful to students of signals and systems theory. C-Graph is written in contemporary Fortran. You can find pre-GNU development versions at: <http://codeartnow.com/code/download/c-graph-1/c-graph-version-2-preview>. Adrienne Gaye Thompson is the sole author of GNU C-Graph and looks forward to sharing further development with the FLOSS community.  
+
|Full description=GNU C-Graph is a tool for visualizing the mathematical operation of convolution underlying natural phenomena susceptible to analysis in terms of engineering signals and systems theory. "C-Graph" is an abbreviation for "Convolution Graph". The package is derived from the BSc. Honours dissertation in Electrical Engineering "Interactive Computer Package Demonstrating: Sampling Convolution and the FFT", Adrienne Gaye Thompson, University of Aberdeen (1983). The package computes the linear convolution of two signals in the time domain then compares their circular convolution by demonstrating the convolution theorem. Each signal is modelled by a register of discrete values simulating samples of a signal, and the discrete Fourier transform (DFT) computed by means of the Fast Fourier Transform (FFT). GNU C-Graph is interactive, prompting the user to enter character or numerical values from the keyboard, dispensing with the learning curve for writing code. The software will be useful to students of signals and systems theory. C-Graph is written in contemporary Fortran. You can find pre-GNU development versions at: [http://codeartnow.com/code/download/c-graph-1/c-graph-version-2-preview Code Art Now]. Adrienne Gaye Thompson is the sole author of GNU C-Graph and looks forward to sharing further development with the Free software community.
|Homepage URL=http://www.gnu.org/software/c-graph
+
|Homepage URL=https://www.gnu.org/software/c-graph/
|Is GNU=Yes
+
|Is High Priority Project=No
|GNU package identifier= c-graph
 
 
|Computer languages=Fortran
 
|Computer languages=Fortran
|Documentation note=A tutorial is included in the manual which is also distributed in pdf and other formats.  
+
|Documentation note=https://www.gnu.org/software/c-graph/manual/
|Keywords=convolution  
+
 
|Version identifier=2.0
+
 
 +
|Decommissioned or Obsolete=No
 +
|Donate=https://www.gnu.org/software/c-graph/donate/
 +
|Microblog=https://twitter.com/GnuCgraph/
 +
|Keywords=gnustandards,convolution
 +
|Version identifier=2.0.1
 +
|Version date=2019/01/19
 
|Version status=stable
 
|Version status=stable
|Version download=http://ftp.gnu.org/gnu/c-graph
+
|Version download=https://ftp.gnu.org/gnu/c-graph/c-graph-2.0.1.tar.gz
 +
|Last review by=Bendikker
 +
|Last review date=2019/01/22
 +
|Submitted by=Kberry
 +
|Submitted date=2012/05/13
 +
|Paid support=https://www.fsf.org/resources/service/
 +
|Accepts cryptocurrency donations=Yes
 +
|OpenPGP signature=https://ftp.gnu.org/gnu/c-graph/c-graph-2.0.1.tar.gz.sig
 +
|Test entry=No
 +
|Is GNU=Yes
 +
|GNU package identifier=c-graph
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=GPLv3orlater
+
|License=GPLv3orlater with exception
|License verified by=Karl Berry
+
|License verified by=Bendikker
|License verified date=2012/05/13
+
|License verified date=2018/04/27
 +
|License note=Additional Terms per sections 7(b) and 7(c) in conjunction with section 5(b)
 
}}
 
}}
 
{{Person
 
{{Person
 
|Real name=Adrienne Gaye Thompson
 
|Real name=Adrienne Gaye Thompson
|Role=Author, Maintainer
+
|Role=Maintainer
|Email=bug-c-graph@gnu.org
+
|Email=agt@codeartnow.com
 +
}}
 +
{{Resource
 +
|Resource audience=Savannah (Ref)
 +
|Resource URL=https://savannah.gnu.org/projects/c-graph/
 +
}}
 +
{{Resource
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://web.cvs.savannah.gnu.org/viewvc/c-graph/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-c-graph/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 +
|Resource URL=https://ftp.gnu.org/gnu/c-graph/
 +
}}
 +
{{Resource
 +
|Resource kind=General
 +
|Resource URL=http://www.codeartnow.com/code/
 +
}}
 +
{{Resource
 +
|Resource kind=General
 +
|Resource URL=https://savannah.gnu.org/people/
 
}}
 
}}
 
{{Software category
 
{{Software category
|Mathematics=plotting
+
|Interface=x-window-system
 +
|Mathematics=theorem-prover
 +
|Programming-language=shell
 +
|Runs-on=GNU/Linux
 +
|Science=engineering, scientific-visualization
 +
|Use=education, mathematics, science
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 16:00, 4 December 2020


[edit]

GNU C-Graph

https://www.gnu.org/software/c-graph/
Visualize convolution and demonstrate convolution theorem.

GNU C-Graph is a tool for visualizing the mathematical operation of convolution underlying natural phenomena susceptible to analysis in terms of engineering signals and systems theory. "C-Graph" is an abbreviation for "Convolution Graph". The package is derived from the BSc. Honours dissertation in Electrical Engineering "Interactive Computer Package Demonstrating: Sampling Convolution and the FFT", Adrienne Gaye Thompson, University of Aberdeen (1983). The package computes the linear convolution of two signals in the time domain then compares their circular convolution by demonstrating the convolution theorem. Each signal is modelled by a register of discrete values simulating samples of a signal, and the discrete Fourier transform (DFT) computed by means of the Fast Fourier Transform (FFT). GNU C-Graph is interactive, prompting the user to enter character or numerical values from the keyboard, dispensing with the learning curve for writing code. The software will be useful to students of signals and systems theory. C-Graph is written in contemporary Fortran. You can find pre-GNU development versions at: Code Art Now. Adrienne Gaye Thompson is the sole author of GNU C-Graph and looks forward to sharing further development with the Free software community.





Licensing

License

Verified by

Verified on

Notes

Verified by

Bendikker

Verified on

27 April 2018

Notes

Additional Terms per sections 7(b) and 7(c) in conjunction with section 5(b)




Leaders and contributors

Contact(s)Role
Adrienne Gaye Thompson Maintainer


Resources and communication

AudienceResource typeURI
Downloadhttps://ftp.gnu.org/gnu/c-graph/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
Generalhttps://savannah.gnu.org/people/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-c-graph/
Savannah (Ref)https://savannah.gnu.org/projects/c-graph/
Generalhttp://www.codeartnow.com/code/
VCS Repository Webviewhttps://web.cvs.savannah.gnu.org/viewvc/c-graph/


Software prerequisites




Entry







"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.




















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.