<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>psychtoolbox at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/psychtoolbox/</link>
    <description>Psychophysics Toolbox</description>

    <item>
      <title>Re: Comparing PTB3 Time Stamps and Matlab Date Vectors</title>
      <pubDate>Tue, 24 Nov 2009 09:42:24 GMT</pubDate>
      <dc:creator>Jochen Laubrock</dc:creator>
      <link>http://tech.groups.yahoo.com/group/psychtoolbox/message/10322</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/psychtoolbox/message/10322</guid>
      <description>If you are interested in time deltas between matlab clock vectors, you can use etime(t1,t0), which returns the elapsed time between t1 and t0 in seconds, where</description>
    </item>
    <item>
      <title>Last flip time?</title>
      <pubDate>Tue, 24 Nov 2009 01:45:35 GMT</pubDate>
      <dc:creator>shayohayon</dc:creator>
      <link>http://tech.groups.yahoo.com/group/psychtoolbox/message/10321</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/psychtoolbox/message/10321</guid>
      <description>Hello everyone, Is there a way to get the last flip time without calling flip? I am hooking something that uses PTB in polling mode, and I can&#39;t call the</description>
    </item>
    <item>
      <title>Re: Comparing PTB3 Time Stamps and Matlab Date Vectors</title>
      <pubDate>Mon, 23 Nov 2009 20:50:46 GMT</pubDate>
      <dc:creator>xrli2002</dc:creator>
      <link>http://tech.groups.yahoo.com/group/psychtoolbox/message/10320</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/psychtoolbox/message/10320</guid>
      <description>You could do this way: tOffset=now*24*3600-GetSecs; % offset between now and GetSecs myTime=datenum(V)-tOffset; % convert date vector V into GetSecs time But</description>
    </item>
    <item>
      <title>Comparing PTB3 Time Stamps and Matlab Date Vectors</title>
      <pubDate>Mon, 23 Nov 2009 18:30:39 GMT</pubDate>
      <dc:creator>Theresa</dc:creator>
      <link>http://tech.groups.yahoo.com/group/psychtoolbox/message/10319</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/psychtoolbox/message/10319</guid>
      <description>I am using the DAQ Toolbox to retrieve data coming into an analog-to-digital converter. I can get a time stamp for when the converter is triggered to start</description>
    </item>
    <item>
      <title>Re: Curdes FORP Button Box</title>
      <pubDate>Mon, 23 Nov 2009 18:28:27 GMT</pubDate>
      <dc:creator>Schneider, Keith A.</dc:creator>
      <link>http://tech.groups.yahoo.com/group/psychtoolbox/message/10318</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/psychtoolbox/message/10318</guid>
      <description>Hi Mike, Check the archives of this list for details about the FORP box.  The problem is that in its normal mode, the key press impulses the FORP box sends out</description>
    </item>
    <item>
      <title>Curdes FORP Button Box</title>
      <pubDate>Mon, 23 Nov 2009 10:41:23 GMT</pubDate>
      <dc:creator>Micheal Astley</dc:creator>
      <link>http://tech.groups.yahoo.com/group/psychtoolbox/message/10317</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/psychtoolbox/message/10317</guid>
      <description>Hi All, I&#39;ve seen some messages about this but following each of the suggested options hasn&#39;t gotten me anywhere so far. We have recently obtained a *new*</description>
    </item>
    <item>
      <title>Re: Bit-stealing using PsychImaging EnablePseudoGrayOutput</title>
      <pubDate>Sun, 22 Nov 2009 23:14:30 GMT</pubDate>
      <dc:creator>Susan Wardle</dc:creator>
      <link>http://tech.groups.yahoo.com/group/psychtoolbox/message/10316</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/psychtoolbox/message/10316</guid>
      <description>Hi Mario, Thank you very much for your helpful suggestions. The demos worked beautifully, I could see the difference between the 8 bit and 14 bit resolution</description>
    </item>
    <item>
      <title>Re: KbCheck problems</title>
      <pubDate>Sun, 22 Nov 2009 01:14:03 GMT</pubDate>
      <dc:creator>Mario</dc:creator>
      <link>http://tech.groups.yahoo.com/group/psychtoolbox/message/10315</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/psychtoolbox/message/10315</guid>
      <description>Now &quot;edit KbWait.m&quot; and look at lines 115 - 122 to see what it actually does different and be amazed! Waiting between queries is important, except you&#39;d more</description>
    </item>
    <item>
      <title>KbCheck problems</title>
      <pubDate>Sun, 22 Nov 2009 00:04:46 GMT</pubDate>
      <dc:creator>Juan Kamienkowski</dc:creator>
      <link>http://tech.groups.yahoo.com/group/psychtoolbox/message/10314</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/psychtoolbox/message/10314</guid>
      <description>Hi, I recently update the Psychtoolbox to: 3.0.8 - Flavor: beta - Corresponds to SVN Revision 1561, running on Matlab 2007b (Windows). And the KbCheck function</description>
    </item>
    <item>
      <title>Re: Collect Response Times with DaqDIn</title>
      <pubDate>Fri, 20 Nov 2009 11:28:24 GMT</pubDate>
      <dc:creator>Karin Bausenhart</dc:creator>
      <link>http://tech.groups.yahoo.com/group/psychtoolbox/message/10313</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/psychtoolbox/message/10313</guid>
      <description>Hi Mario, thanks for the hints! I run the latest beta and I use daq=DaqFind; and foo= DaqDin(daq, 2); but I&#39;ve checked, even if I don&#39;t specify the parameters,</description>
    </item>
    <item>
      <title>Re: Bit-stealing using PsychImaging EnablePseudoGrayOutput</title>
      <pubDate>Fri, 20 Nov 2009 04:16:36 GMT</pubDate>
      <dc:creator>Mario</dc:creator>
      <link>http://tech.groups.yahoo.com/group/psychtoolbox/message/10312</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/psychtoolbox/message/10312</guid>
      <description>Hi Susan, you are doing everything correctly. It automatically sets a 32 bit floating point resolution for the framebuffer, which corresponds to 23 bits</description>
    </item>
    <item>
      <title>Bit-stealing using PsychImaging EnablePseudoGrayOutput</title>
      <pubDate>Fri, 20 Nov 2009 02:01:10 GMT</pubDate>
      <dc:creator>Susan Wardle</dc:creator>
      <link>http://tech.groups.yahoo.com/group/psychtoolbox/message/10311</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/psychtoolbox/message/10311</guid>
      <description>Hi all, I am trying to use bit stealing on a Mitsubishi 2070SB monitor. I added the PsychImaging commands below and use luminance values between 0-1 as</description>
    </item>
    <item>
      <title>Re: recording from usb headset on mac</title>
      <pubDate>Thu, 19 Nov 2009 06:17:46 GMT</pubDate>
      <dc:creator>hal.croves</dc:creator>
      <link>http://tech.groups.yahoo.com/group/psychtoolbox/message/10310</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/psychtoolbox/message/10310</guid>
      <description>thanks! that solved it. hal.</description>
    </item>
    <item>
      <title>Re: Collect Response Times with DaqDIn</title>
      <pubDate>Wed, 18 Nov 2009 19:56:53 GMT</pubDate>
      <dc:creator>Mario</dc:creator>
      <link>http://tech.groups.yahoo.com/group/psychtoolbox/message/10309</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/psychtoolbox/message/10309</guid>
      <description>How do you call DaqDIn? foo = DaqDIn   --&gt; Bad for performance. foo = DaqDin(daq, 2); for 2 ports and daq=DaqFind; called at startup time is better. If you</description>
    </item>
    <item>
      <title>Re: male/female special symbol</title>
      <pubDate>Wed, 18 Nov 2009 19:46:13 GMT</pubDate>
      <dc:creator>Mario</dc:creator>
      <link>http://tech.groups.yahoo.com/group/psychtoolbox/message/10308</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/psychtoolbox/message/10308</guid>
      <description>help DrawHighQualityUnicodeTextDemo and Screen DrawText? -mario</description>
    </item>

  </channel>
</rss>
<!-- wr2.grp.sp2.yahoo.com uncompressed/chunked Mon Dec 21 12:37:48 PST 2009 -->
