comparison org/hearing.org @ 266:bee5145ce463

Merged Robert's proprioception with Dylan's vision.
author Dylan Holmes <ocsenave@gmail.com>
date Mon, 13 Feb 2012 21:53:54 -0600
parents f1a74d23e7e4
children c39b8b29a79e
comparison
equal deleted inserted replaced
265:e57d8c52f12f 266:bee5145ce463
948 (.setRGB image x y (gray raw-sensor))))))) 948 (.setRGB image x y (gray raw-sensor)))))))
949 image)))) 949 image))))
950 #+end_src 950 #+end_src
951 951
952 * Testing Hearing 952 * Testing Hearing
953
954 ** Advanced Java Example 953 ** Advanced Java Example
955 954
956 I wrote a test case in Java that demonstrates the use of the Java 955 I wrote a test case in Java that demonstrates the use of the Java
957 components of this hearing system. It is part of a larger java library 956 components of this hearing system. It is part of a larger java library
958 to capture perfect Audio from jMonkeyEngine. Some of the clojure 957 to capture perfect Audio from jMonkeyEngine. Some of the clojure
1081 makes compared to the insturments. Once the worm is pushed off the 1080 makes compared to the insturments. Once the worm is pushed off the
1082 floor, the sound it hears is attenuated, and the display of the 1081 floor, the sound it hears is attenuated, and the display of the
1083 sound it hears beomes fainter. This shows the 3D localization of 1082 sound it hears beomes fainter. This shows the 3D localization of
1084 sound in this world.</p> 1083 sound in this world.</p>
1085 </div> 1084 </div>
1086
1087 #+end_html 1085 #+end_html
1088 1086
1089 *** Creating the Ear Video 1087 *** Creating the Ear Video
1090 #+name: magick-3 1088 #+name: magick-3
1091 #+begin_src clojure 1089 #+begin_src clojure
1167 - [[../src/cortex/hearing.clj][cortex.hearing]] 1165 - [[../src/cortex/hearing.clj][cortex.hearing]]
1168 - [[../src/cortex/test/hearing.clj][cortex.test.hearing]] 1166 - [[../src/cortex/test/hearing.clj][cortex.test.hearing]]
1169 #+html: <ul> <li> <a href="../org/hearing.org">This org file</a> </li> </ul> 1167 #+html: <ul> <li> <a href="../org/hearing.org">This org file</a> </li> </ul>
1170 - [[http://hg.bortreb.com ][source-repository]] 1168 - [[http://hg.bortreb.com ][source-repository]]
1171 1169
1172
1173 * Next 1170 * Next
1174 The worm can see and hear, but it can't feel the world or 1171 The worm can see and hear, but it can't feel the world or
1175 itself. Next post, I'll give the worm a [[./touch.org][sense of touch]]. 1172 itself. Next post, I'll give the worm a [[./touch.org][sense of touch]].
1176 1173
1177 1174