<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Advanced MATLAB: Data acquisition in MATLAB</title>
	<link>http://blogs.mathworks.com/videos/2007/12/04/advanced-matlab-data-acquisition-in-matlab/</link>
	<description>Doug Hull is a proud MathWorker who is on a mission to help you with MATLAB.</description>
	<pubDate>Mon, 23 Nov 2009 01:11:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: dhull</title>
		<link>http://blogs.mathworks.com/videos/2007/12/04/advanced-matlab-data-acquisition-in-matlab/#comment-1524</link>
		<dc:creator>dhull</dc:creator>
		<pubDate>Thu, 30 Jul 2009 13:26:04 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2007/12/04/advanced-matlab-data-acquisition-in-matlab/#comment-1524</guid>
		<description>@pirat,

You are best talking to htt://www.mathworks.com/support for this.

Thanks,
Doug</description>
		<content:encoded><![CDATA[<p>@pirat,</p>
<p>You are best talking to <a href="htt://www.mathworks.com/support" rel="nofollow">htt://www.mathworks.com/support</a> for this.</p>
<p>Thanks,<br />
Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pirat</title>
		<link>http://blogs.mathworks.com/videos/2007/12/04/advanced-matlab-data-acquisition-in-matlab/#comment-1523</link>
		<dc:creator>Pirat</dc:creator>
		<pubDate>Thu, 30 Jul 2009 12:30:25 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2007/12/04/advanced-matlab-data-acquisition-in-matlab/#comment-1523</guid>
		<description>hi doug. i want to ask you about using data acquisition card to record data from an oscilloscope realtime and process it with Matlab. i'm able to use getdata, but it's blocking since i want real time recording and processing, then i will write a GUI to calculate the period, amplitude and some other things.Thank you</description>
		<content:encoded><![CDATA[<p>hi doug. i want to ask you about using data acquisition card to record data from an oscilloscope realtime and process it with Matlab. i&#8217;m able to use getdata, but it&#8217;s blocking since i want real time recording and processing, then i will write a GUI to calculate the period, amplitude and some other things.Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javier</title>
		<link>http://blogs.mathworks.com/videos/2007/12/04/advanced-matlab-data-acquisition-in-matlab/#comment-1492</link>
		<dc:creator>Javier</dc:creator>
		<pubDate>Mon, 06 Jul 2009 13:43:50 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2007/12/04/advanced-matlab-data-acquisition-in-matlab/#comment-1492</guid>
		<description>i'd like to know how can i import data for a transducer of human pulses into matlab without help of other hardware.  the sensor has a USB terminal?</description>
		<content:encoded><![CDATA[<p>i&#8217;d like to know how can i import data for a transducer of human pulses into matlab without help of other hardware.  the sensor has a USB terminal?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gamal</title>
		<link>http://blogs.mathworks.com/videos/2007/12/04/advanced-matlab-data-acquisition-in-matlab/#comment-656</link>
		<dc:creator>Gamal</dc:creator>
		<pubDate>Fri, 10 Oct 2008 19:12:15 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2007/12/04/advanced-matlab-data-acquisition-in-matlab/#comment-656</guid>
		<description>Thank u Doug for ur fast reply. yes I have an NI-DAQ USB 6008. and I have an Analogue voltage sinusoidal signal that have a maximum frequency of 500KHz which means i want a minimum sampling of 1 Mhz. I want to analyze this signal using matlab( getting FFT) real time. can this be done by using the ADC in NI-DAQ or i have to get another ADC. if so how can i interface it with matlab. thanks alot Doug and I am waiting for your reply.
Gamal</description>
		<content:encoded><![CDATA[<p>Thank u Doug for ur fast reply. yes I have an NI-DAQ USB 6008. and I have an Analogue voltage sinusoidal signal that have a maximum frequency of 500KHz which means i want a minimum sampling of 1 Mhz. I want to analyze this signal using matlab( getting FFT) real time. can this be done by using the ADC in NI-DAQ or i have to get another ADC. if so how can i interface it with matlab. thanks alot Doug and I am waiting for your reply.<br />
Gamal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/videos/2007/12/04/advanced-matlab-data-acquisition-in-matlab/#comment-659</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Mon, 06 Oct 2008 13:19:28 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2007/12/04/advanced-matlab-data-acquisition-in-matlab/#comment-659</guid>
		<description>Gamal,

That is something that can be done.  Do you have the Data Acquisition toolbox?  What have you tried, can you connect to the board?  What board is it?

Doug</description>
		<content:encoded><![CDATA[<p>Gamal,</p>
<p>That is something that can be done.  Do you have the Data Acquisition toolbox?  What have you tried, can you connect to the board?  What board is it?</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gamal</title>
		<link>http://blogs.mathworks.com/videos/2007/12/04/advanced-matlab-data-acquisition-in-matlab/#comment-660</link>
		<dc:creator>Gamal</dc:creator>
		<pubDate>Sun, 05 Oct 2008 16:17:00 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2007/12/04/advanced-matlab-data-acquisition-in-matlab/#comment-660</guid>
		<description>Dear Sir,
I am working in a project that i use an Analogue to digital converter HW to transfer analogue electrical data to digital. I want to read this digital these data via Matlab using USB port in order to get its FFT. I would be very glad if you tell me how to do that. thanks alot for your help.
Gamal</description>
		<content:encoded><![CDATA[<p>Dear Sir,<br />
I am working in a project that i use an Analogue to digital converter HW to transfer analogue electrical data to digital. I want to read this digital these data via Matlab using USB port in order to get its FFT. I would be very glad if you tell me how to do that. thanks alot for your help.<br />
Gamal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pierre</title>
		<link>http://blogs.mathworks.com/videos/2007/12/04/advanced-matlab-data-acquisition-in-matlab/#comment-665</link>
		<dc:creator>pierre</dc:creator>
		<pubDate>Thu, 28 Aug 2008 19:04:27 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2007/12/04/advanced-matlab-data-acquisition-in-matlab/#comment-665</guid>
		<description>Hi sherryl and thank you for answering me,

Actually, I already tried before to use this property because I saw that it was what I wanted, nevertheless I got this error:

EDU&#62;&#62; AO = analogoutput('ueidaq','pwrdaq://dev0');
EDU&#62;&#62; addchannel (AO, 0);
EDU&#62;&#62; AO.OutOfDataMode = 'DefaultValue';
??? Error using ==&#62; daqdevice.subsasgn at 108
Error using ==&#62; daqdevice.set at 261
Invalid property: 'OutOfDataMode'.


Then I tried to skip it just by doing :
EDU&#62;&#62; AO.Channel.DefaultChannelValue = 5;

And then I had no error but also no effect : I still got a value of "zero" instead of 5 volts between the two steps ..

I don't know why this property is not recongnized, do you ?
I am using the R2007a student version of matlab.

Thanks,
pierre</description>
		<content:encoded><![CDATA[<p>Hi sherryl and thank you for answering me,</p>
<p>Actually, I already tried before to use this property because I saw that it was what I wanted, nevertheless I got this error:</p>
<p>EDU&gt;&gt; AO = analogoutput(&#8217;ueidaq&#8217;,'pwrdaq://dev0&#8242;);<br />
EDU&gt;&gt; addchannel (AO, 0);<br />
EDU&gt;&gt; AO.OutOfDataMode = &#8216;DefaultValue&#8217;;<br />
??? Error using ==&gt; daqdevice.subsasgn at 108<br />
Error using ==&gt; daqdevice.set at 261<br />
Invalid property: &#8216;OutOfDataMode&#8217;.</p>
<p>Then I tried to skip it just by doing :<br />
EDU&gt;&gt; AO.Channel.DefaultChannelValue = 5;</p>
<p>And then I had no error but also no effect : I still got a value of &#8220;zero&#8221; instead of 5 volts between the two steps ..</p>
<p>I don&#8217;t know why this property is not recongnized, do you ?<br />
I am using the R2007a student version of matlab.</p>
<p>Thanks,<br />
pierre</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sherryl</title>
		<link>http://blogs.mathworks.com/videos/2007/12/04/advanced-matlab-data-acquisition-in-matlab/#comment-664</link>
		<dc:creator>Sherryl</dc:creator>
		<pubDate>Thu, 28 Aug 2008 18:10:39 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2007/12/04/advanced-matlab-data-acquisition-in-matlab/#comment-664</guid>
		<description>In Response to Post #10 by Bryan -
Hi Bryan,
By default the analog input object will acquire one second worth of data.
There are many ways to acquire more than that.
1. Set TriggerRepeat to greater than 0
2. Set SamplesPerTrigger to a larger number than the default, which matches the default SampleRate
3. Use either a TimerFcn or SamplesAcquiredFcn callback to restart the acquisition

All of these things are well documented here:
http://www.mathworks.com/access/helpdesk/help/toolbox/daq/daq.html
They can also be seen in the demos . Bring up MATLAB and type:
demo('toolbox','data acquisition')
at the command line (requires that Data Acquisition Toolbox already is installed).

Regards,
Sherryl</description>
		<content:encoded><![CDATA[<p>In Response to Post #10 by Bryan -<br />
Hi Bryan,<br />
By default the analog input object will acquire one second worth of data.<br />
There are many ways to acquire more than that.<br />
1. Set TriggerRepeat to greater than 0<br />
2. Set SamplesPerTrigger to a larger number than the default, which matches the default SampleRate<br />
3. Use either a TimerFcn or SamplesAcquiredFcn callback to restart the acquisition</p>
<p>All of these things are well documented here:<br />
<a href="http://www.mathworks.com/access/helpdesk/help/toolbox/daq/daq.html" rel="nofollow">http://www.mathworks.com/access/helpdesk/help/toolbox/daq/daq.html</a><br />
They can also be seen in the demos . Bring up MATLAB and type:<br />
demo(&#8217;toolbox&#8217;,'data acquisition&#8217;)<br />
at the command line (requires that Data Acquisition Toolbox already is installed).</p>
<p>Regards,<br />
Sherryl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sherryl</title>
		<link>http://blogs.mathworks.com/videos/2007/12/04/advanced-matlab-data-acquisition-in-matlab/#comment-663</link>
		<dc:creator>Sherryl</dc:creator>
		<pubDate>Thu, 28 Aug 2008 18:05:12 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2007/12/04/advanced-matlab-data-acquisition-in-matlab/#comment-663</guid>
		<description>Hello Pierre,

Please look at the OutOfDataMode property.
http://www.mathworks.com/access/helpdesk/help/toolbox/daq/outofdatamode.html
You can use it to set a value that will be held when the queued data has been output.

start will not set the output voltage to zero until that value is in your output signal.

Regards,
Sherryl</description>
		<content:encoded><![CDATA[<p>Hello Pierre,</p>
<p>Please look at the OutOfDataMode property.<br />
<a href="http://www.mathworks.com/access/helpdesk/help/toolbox/daq/outofdatamode.html" rel="nofollow">http://www.mathworks.com/access/helpdesk/help/toolbox/daq/outofdatamode.html</a><br />
You can use it to set a value that will be held when the queued data has been output.</p>
<p>start will not set the output voltage to zero until that value is in your output signal.</p>
<p>Regards,<br />
Sherryl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pierre</title>
		<link>http://blogs.mathworks.com/videos/2007/12/04/advanced-matlab-data-acquisition-in-matlab/#comment-662</link>
		<dc:creator>pierre</dc:creator>
		<pubDate>Thu, 28 Aug 2008 16:47:36 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2007/12/04/advanced-matlab-data-acquisition-in-matlab/#comment-662</guid>
		<description>Hi all,
I have the Data Acquisition Toolbox, and I'm trying for 2 weeks to send a step voltage, and just after another one of a different voltage WITHOUT going back to "zero" between the two..
I tried to do it little by little and I saw that the "start" function between the two steps reinitialize the voltage at a value of zero volts. And I wouldn't like it because the piezo I want to control has a really fast response time..

Furthermore I think I am compelled to use a "start" function between the two steps because I have to compute de Amplitude  of the second step in real time so I don't have to prepare the two steps before and put both of them in the engine using one "putdata".

Is there a way to avoid it ?
Thank you a lot, This problem is really annoying me.

Pierre</description>
		<content:encoded><![CDATA[<p>Hi all,<br />
I have the Data Acquisition Toolbox, and I&#8217;m trying for 2 weeks to send a step voltage, and just after another one of a different voltage WITHOUT going back to &#8220;zero&#8221; between the two..<br />
I tried to do it little by little and I saw that the &#8220;start&#8221; function between the two steps reinitialize the voltage at a value of zero volts. And I wouldn&#8217;t like it because the piezo I want to control has a really fast response time..</p>
<p>Furthermore I think I am compelled to use a &#8220;start&#8221; function between the two steps because I have to compute de Amplitude  of the second step in real time so I don&#8217;t have to prepare the two steps before and put both of them in the engine using one &#8220;putdata&#8221;.</p>
<p>Is there a way to avoid it ?<br />
Thank you a lot, This problem is really annoying me.</p>
<p>Pierre</p>
]]></content:encoded>
	</item>
</channel>
</rss>
