diff wiki/AIMCDataFormat.wiki @ 435:9f1a8d30c6da

Edited wiki page AIMCDataFormat through web user interface.
author tom@acousticscale.org
date Thu, 04 Nov 2010 18:23:08 +0000
parents e6ce337297a8
children d9c5dec4e4df
line wrap: on
line diff
--- a/wiki/AIMCDataFormat.wiki	Thu Nov 04 18:22:42 2010 +0000
+++ b/wiki/AIMCDataFormat.wiki	Thu Nov 04 18:23:08 2010 +0000
@@ -7,13 +7,13 @@
 == Header format == 
 The first 20 bytes of the file contain the following fields:
 
-32-bit unsigned integer: frame_count
-32-bit float: frame_period_ms
-32-bit unsigned integer: channel_count
-32-bit unsigned integer buffer_length
-32-bit float: sample_rate
+  * 32-bit unsigned integer: frame_count
+  * 32-bit float: frame_period_ms
+  * 32-bit unsigned integer: channel_count
+  * 32-bit unsigned integer buffer_length
+  * 32-bit float: sample_rate
 
 
 
 == Reading the files using MATLAB ==
-Use [http://code.google.com/p/aimc/source/browse/trunk/matlab/AIMCread.m the MATLAB AIMCread function] to read the files.
+Use [http://code.google.com/p/aimc/source/browse/trunk/matlab/AIMCread.m the MATLAB AIMCread function] to read the files.
\ No newline at end of file