-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Anastasia Volkova
committed
Nov 1, 2019
1 parent
363c5a8
commit b90253a
Showing
16 changed files
with
1,932 additions
and
1,434 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Anastasia Volkova | ||
anastasia.volkova@lip6.fr | ||
anastasia.volkova@univ-nantes.fr | ||
|
||
Christoph Lauter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,12 @@ | ||
WCPG library provides functions for a reliable evaluation of the Worst-Case Peak Gain matrix of a LTI filter. | ||
==== | ||
WCPG | ||
==== | ||
|
||
In order to compile the software you will need the following packages | ||
installed: | ||
WCPG library provides functions for a reliable evaluation of the Worst-Case Peak Gain matrix of a discrete-time LTI filter. | ||
|
||
- gcc | ||
- g++ | ||
- gmp | ||
- mpfr | ||
- mpfi | ||
- f2c | ||
- blas (install dev version in aperture) | ||
- clapack (install dev version in aperture) | ||
- libtool | ||
(See the associated article https://hal.archives-ouvertes.fr/hal-01083879) | ||
|
||
In order to configure, use the shell script file autogen.sh by invoking it using the | ||
following command: | ||
|
||
sh autogen | ||
A minimal python wrapper is provided (and used in the FiXiF project) | ||
|
||
Then, in order to compile, use the makefile by invoking it using the | ||
following command: | ||
|
||
./configure | ||
make | ||
|
||
The configure script coming with this distribution of WCPG supports | ||
several --with-*** switches. These switches, as usual, enable the libraries | ||
WCPG depends on to be installed in non-standard directories. | ||
Please use | ||
|
||
./configure --help | ||
|
||
to get an overview over the different switches. | ||
|
||
The WCPG library can be installed with command | ||
|
||
make install | ||
|
||
An example of a program, which uses libwcpg is build instantly with the library and can be invoked using | ||
a test program which is located in TestProgram using following interface: | ||
|
||
./testProgram filename.txt precision | ||
|
||
where precision is indicated in format 1e-X. | ||
|
||
For example, | ||
|
||
cd exampleProgram & ./exampleProgram examples/eigen_example.txt 1e-45 | ||
|
||
After installation, library WCPG can be linked using -lwcpg. | ||
See INSTALL for installation instructions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters