c-graph
Visualizing and demonstrating convolution
GNU C-Graph is a tool for demonstrating the theory of convolution. Thus, it can serve as an excellent aid to students of signal and systems theory in visualizing the convolution process. Rather than forcing the student to write code, the program offers an intuitive interface with interactive dialogs to guide them.
- Versions: 2.0.1
- Website: https://www.gnu.org/software/c-graph/
- Licenses: GPL 3+
- Package source: gnu/packages/maths.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of c-graph as follows:
guix install c-graph
Or install a particular version:
guix install c-graph@2.0.1
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of c-graph about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/c-graph'><img src='https://packages.guix.gnu.org/packages/c-graph/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/c-graph)
Example Org:
[[https://packages.guix.gnu.org/packages/c-graph][https://packages.guix.gnu.org/packages/c-graph/badges/latest-version.svg]]