From 903a8492b386e59304531077d8469feb7e1dcf53 Mon Sep 17 00:00:00 2001 From: Ahmet Inan Date: Sat, 29 Oct 2011 11:46:23 +0200 Subject: [PATCH] added howto debug and example image links --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README b/README index 99c612f..e9d723e 100644 --- a/README +++ b/README @@ -55,3 +55,16 @@ encode ppm image input.ppm to output.wav using rate of 40000Hz encode ppm image input.ppm and write out to default alsa device # ./encode input.ppm +last but not least, have fun with a debugging session: +# make fun + +now ppm files have debugging pixels and show raw data like this: +http://aam.mathematik.uni-freiburg.de/IAM/homepages/ainan/robot36_raw_image.png + +you can look at the signal analysis using gnuplot: +# gnuplot +gnuplot> load "8000.gnu" + +this should give you an output like this: +http://aam.mathematik.uni-freiburg.de/IAM/homepages/ainan/robot36_signal_analysis.png +