Menu

Tree [r344] /
 History

HTTPS access


File Date Author Commit
 branches 2014-08-11 fms1313 [r263] added command line options to script
 documentation 2014-03-06 fms1313 [r259] web page update
 examples 2012-01-26 fms1313 [r198] corrected typo.
 trunk 2010-12-15 fms1313 [r135] added binary output module
 README 2011-11-04 fms1313 [r163] updated README

Read Me

===========
== SNACS ==
===========

Stable Version
--------------
A description of SNACS is provided on http://snacs.sourceforge.net

The source code of the latest stable version is located in snacs/trunk.
The example configuration files are located in snacs/examples as described on http://snacs.sourceforge.net/examples.html

Development Version
-------------------
The current version under development is located in

snacs/branches/branch_001/snacs/trunk

The examples in snacs/branches/branch_001/snacs/examples might not run anymore since the parameter set changed during the development.

Channel Impulse Response Files as Input, Channel Data Exchange (CDX) format
===========================================================================
The format of the files that SNACS takes as input data for channel impulse responses is based on the HDF5 file format. A short description of it is given on http://snacs.sourceforge.net/conf__hdf5__cir__file.html.
A MATLAB library is available in snacs/cdx_format/CDX_library_functions, along with examples on how to write, read, and display in snacs/cdx_format/Matlab-Examples.