<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Signal Conditioning topics</title>
    <link>http://forums.ni.com/t5/Signal-Conditioning/bd-p/300</link>
    <description>Signal Conditioning topics</description>
    <pubDate>Mon, 20 May 2013 01:27:41 GMT</pubDate>
    <dc:creator>300</dc:creator>
    <dc:date>2013-05-20T01:27:41Z</dc:date>
    <item>
      <title>eeg filter design</title>
      <link>http://forums.ni.com/t5/Signal-Conditioning/eeg-filter-design/m-p/2430142#M7187</link>
      <description>&lt;p&gt;AOA;&lt;/p&gt;
&lt;p&gt;Hi friends i m doing project on eeg signal acquisition in order to detect drowsy state of driver in order to prevent road accidents....for this i am using amplifier circuit and dsp kit speedy33...in order to filter eeg signal i need to design bandpass filter of 4-7Hz....but when i am design the response of filter is wrong because os sampling frequency ...that is 8000hz...i want to downsample the real time data of speedy33 kit.....how i downsample the 8000hz to 1000hz.............can anybody help me&lt;/p&gt;</description>
      <pubDate>Sat, 18 May 2013 15:46:19 GMT</pubDate>
      <guid>http://forums.ni.com/t5/Signal-Conditioning/eeg-filter-design/m-p/2430142#M7187</guid>
      <dc:creator>rashidahmad484</dc:creator>
      <dc:date>2013-05-18T15:46:19Z</dc:date>
    </item>
    <item>
      <title>IIR Filter - Someone please help me!</title>
      <link>http://forums.ni.com/t5/Signal-Conditioning/IIR-Filter-Someone-please-help-me/m-p/2427108#M7185</link>
      <description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I thought this was a simple problem to do, but for some reason it's not working for me.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I'm taking in some data from an IR sensor and I'm trying to do some filtering on the signal. I want to highpass the signal so that the DC offset of the signal and any low frequency will be attenuated. I've implemented a digital IIR butterworth filter in MATLAB to first verified that it worked and then tried to implement the same thing in LabVIEW. The problem is that the results were not the same. I implemented the IIR filter two ways in LabVIEW with both differing results from MATLAB.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here's what I did in MATLAB:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I generated the IIR coefficients for a butterworth highpass filter that's 7th order with a digital cutoff frequency of .1. Then I got the filtered results and plotted it. I've attached the MATLAB figure images.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;[b a] = butter(7, .1, 'high')&lt;/p&gt;
&lt;p&gt;b =&lt;/p&gt;
&lt;p&gt;Columns 1 through 4&lt;/p&gt;
&lt;p&gt;0.4918 -3.4426 10.3279 -17.2132&lt;/p&gt;
&lt;p&gt;Columns 5 through 8&lt;/p&gt;
&lt;p&gt;17.2132 -10.3279 3.4426 -0.4918&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;a =&lt;/p&gt;
&lt;p&gt;Columns 1 through 4&lt;/p&gt;
&lt;p&gt;1.0000 -5.5890 13.5047 -18.2709&lt;/p&gt;
&lt;p&gt;Columns 5 through 8&lt;/p&gt;
&lt;p&gt;14.9365 -7.3738 2.0344 -0.2419&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;PS1filtered = filtfilt(b,a,PS1);&lt;/p&gt;
&lt;p&gt;plot(PS1)&lt;/p&gt;
&lt;p&gt;figure(2)&lt;/p&gt;
&lt;p&gt;plot(PS1filtered)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="/t5/image/serverpage/image-id/108748i1415A3820CF991C5/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="unfilteredMATLAB.jpg" title="unfilteredMATLAB.jpg" align="center" /&gt;&lt;img src="/t5/image/serverpage/image-id/108750iE5DD2AA036394C9B/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="filteredMATLAB.jpg" title="filteredMATLAB.jpg" align="center" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So in LabVIEW, I thought it would be simple to implement as well. I've attached my VI that I made. In the VI, I used the Butterworth Filter VI and I also used the IIR Filter VI with manually entered forward and reverse coefficient values that I calculated in MATLAB. Please note that I'm only processing the second column of data in my data file. At least one of the graphs in LabVIEW should resemble the result that I got in MATLAB.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="/t5/image/serverpage/image-id/108752iC76AFE7716851692/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="LabVIEW.JPG" title="LabVIEW.JPG" align="center" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="/t5/image/serverpage/image-id/108756iD4FBF64D05634ACE/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="LabVIEW2.JPG" title="LabVIEW2.JPG" align="center" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can anyone help explain this?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>Thu, 16 May 2013 09:28:55 GMT</pubDate>
      <guid>http://forums.ni.com/t5/Signal-Conditioning/IIR-Filter-Someone-please-help-me/m-p/2427108#M7185</guid>
      <dc:creator>rwong7757</dc:creator>
      <dc:date>2013-05-16T09:28:55Z</dc:date>
    </item>
    <item>
      <title>Transducer techniques MDB-10 load cell. Best NI HW?</title>
      <link>http://forums.ni.com/t5/Signal-Conditioning/Transducer-techniques-MDB-10-load-cell-Best-NI-HW/m-p/2423734#M7183</link>
      <description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;I need to interface with a Transducer techniques load cell and I'm trying to find the best NI product to do it.&lt;/p&gt;
&lt;p&gt;The datasheet states the excitation voltage is 10 VDC, so I'm afraid I can't use a NI 9219 (I've also a thermocouple).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any suggestion would be appreciated,&lt;/p&gt;
&lt;p&gt;regards,&lt;/p&gt;
&lt;p&gt;Marco&lt;/p&gt;</description>
      <pubDate>Tue, 14 May 2013 07:15:50 GMT</pubDate>
      <guid>http://forums.ni.com/t5/Signal-Conditioning/Transducer-techniques-MDB-10-load-cell-Best-NI-HW/m-p/2423734#M7183</guid>
      <dc:creator>MarcoMauri</dc:creator>
      <dc:date>2013-05-14T07:15:50Z</dc:date>
    </item>
    <item>
      <title>How scaling a voltage signal (como escalar una señal analógica de voltaje)</title>
      <link>http://forums.ni.com/t5/Signal-Conditioning/How-scaling-a-voltage-signal-como-escalar-una-se%C3%B1al-anal%C3%B3gica-de/m-p/2423382#M7182</link>
      <description>&lt;p&gt;my problem lies in the scaling of a signal as it is not referred to in the custom reverse scaling of assistaint daq, anyone can help me?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;español&lt;/p&gt;
&lt;p&gt;mi problem radica en el escalamiento de una señal ya que no se a que se refiere reversa en el custom scaling del daq assistaint, ¿alguien me puede ayudar?&lt;/p&gt;</description>
      <pubDate>Mon, 13 May 2013 21:48:51 GMT</pubDate>
      <guid>http://forums.ni.com/t5/Signal-Conditioning/How-scaling-a-voltage-signal-como-escalar-una-se%C3%B1al-anal%C3%B3gica-de/m-p/2423382#M7182</guid>
      <dc:creator>ingeniero-LJ</dc:creator>
      <dc:date>2013-05-13T21:48:51Z</dc:date>
    </item>
    <item>
      <title>2.5MHz oscillations on scxi-1127 AI channels</title>
      <link>http://forums.ni.com/t5/Signal-Conditioning/2-5MHz-oscillations-on-scxi-1127-AI-channels/m-p/2420974#M7180</link>
      <description>&lt;p&gt;I'm trying to measure the circuit below through a SCXI-1127 multiplexer and I'm seeing a 2.5MHZ sinusoid when I connect my circuit output to the multiplexer. &amp;nbsp;Alone, I don't see this signal, but as soon as I connect to the mux input, it pops up and it is very large. &amp;nbsp;I can see this signal not only in my software but with an O'scope probe across the circuit's output. &amp;nbsp;The circuit is a simple Inverting amp and I'm using LT1212 op amp. &amp;nbsp; I'm also using a virtual ground between the rails since I'm running on battery. &amp;nbsp;&lt;span style="line-height: 15px;"&gt;When connected to other DAQ's or Oscilloscope, I get a clean signal, but when connected to SCXI-1127, it shows up - even when the switch isn't on. &amp;nbsp;Any suggestions or ideas of what the cause might be?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img src="/t5/image/serverpage/image-id/108146i404F06493CDA1963/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="amp1.jpg" title="amp1.jpg" width="258" height="255" align="center" /&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 10 May 2013 20:14:04 GMT</pubDate>
      <guid>http://forums.ni.com/t5/Signal-Conditioning/2-5MHz-oscillations-on-scxi-1127-AI-channels/m-p/2420974#M7180</guid>
      <dc:creator>E_Coleman</dc:creator>
      <dc:date>2013-05-10T20:14:04Z</dc:date>
    </item>
    <item>
      <title>rt</title>
      <link>http://forums.ni.com/t5/Signal-Conditioning/rt/m-p/2417364#M7176</link>
      <description>&lt;p&gt;Hi Everyone,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I am trying to read 4-20ma signal frpm a Rockwin flowmeter using scxi1102b and scxi 1308 connector, when i read 4ma signal I am not getting a constant dc 4ma signal instead its fluctuating with a constant period as shown in image below, but when i read it using a multimeter there is no fluctuation and the reading is constant, how do I read a constant dc 4-20ma signal&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks and Regards,&lt;/p&gt;
&lt;p&gt;Vishwas&lt;/p&gt;</description>
      <pubDate>Wed, 08 May 2013 07:41:21 GMT</pubDate>
      <guid>http://forums.ni.com/t5/Signal-Conditioning/rt/m-p/2417364#M7176</guid>
      <dc:creator>+918142355510</dc:creator>
      <dc:date>2013-05-08T07:41:21Z</dc:date>
    </item>
    <item>
      <title>signal output</title>
      <link>http://forums.ni.com/t5/Signal-Conditioning/signal-output/m-p/2406696#M7172</link>
      <description>&lt;p&gt;hi, i just done wheatstone bridge with quarter strain gage and I'm using NI-USB 6008 to acquire the signal in labview.&lt;/p&gt;
&lt;p&gt;however, the signal is different to what display in oscilloscope. how can this happen? anyoone can help me? oscilloscope shows damping oscillation.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>Sun, 28 Apr 2013 14:13:38 GMT</pubDate>
      <guid>http://forums.ni.com/t5/Signal-Conditioning/signal-output/m-p/2406696#M7172</guid>
      <dc:creator>derkuli</dc:creator>
      <dc:date>2013-04-28T14:13:38Z</dc:date>
    </item>
    <item>
      <title>How can I filter thermocouple noise using a TC-2095 and SCXI-1102c?</title>
      <link>http://forums.ni.com/t5/Signal-Conditioning/How-can-I-filter-thermocouple-noise-using-a-TC-2095-and-SCXI/m-p/2402744#M7169</link>
      <description>&lt;p&gt;Hello all,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I currently have&amp;nbsp;four TC-2095s connected to SCXI-1102c cards inside a SCXI-1001 chassis. These thermocouples are floating and I have been getting a fair amount of noise (3-phase 400 Hz and even 60 Hz noise) when we power on some&amp;nbsp;equipment such as blowers and fans. Using this current set up, how can I filter the noise? Or do would I need to set up a new hardware configuration (i.e. SCXI-1102 cards)?&lt;/p&gt;</description>
      <pubDate>Wed, 24 Apr 2013 20:33:39 GMT</pubDate>
      <guid>http://forums.ni.com/t5/Signal-Conditioning/How-can-I-filter-thermocouple-noise-using-a-TC-2095-and-SCXI/m-p/2402744#M7169</guid>
      <dc:creator>RALu</dc:creator>
      <dc:date>2013-04-24T20:33:39Z</dc:date>
    </item>
    <item>
      <title>Quick question regarding the use of external Excitation source for multiple sensors</title>
      <link>http://forums.ni.com/t5/Signal-Conditioning/Quick-question-regarding-the-use-of-external-Excitation-source/m-p/2391122#M7163</link>
      <description>&lt;p&gt;I'm currently using a cDaq and NI9263 to provide 10v excitation to some sensors and an NI9215 to read the signal. &lt;br /&gt;Problem I'm having is when all the sensors go full scale it&amp;nbsp;pushes the current output limitations of the AO module. &lt;br /&gt;&lt;br /&gt;My solution is to purchase a standalone excitation-grade power supply (&lt;a href="http://www.omega.com/Pressure/pdf/PST-5.pdf" target="_self"&gt;PST-10&lt;/a&gt;). My question/concern is: will I run into any issues when using a single source to supply constant 10Vex to multiple sensors? Noise, cross-talk, voltage drop on certain channels as other channels increase in scale, etc. My understanding is as long as the mA output of the power supply is not exceeded (which&amp;nbsp;it never will with this PS) I should be fine.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thoughts? Feedback?&lt;/p&gt;</description>
      <pubDate>Tue, 16 Apr 2013 16:54:49 GMT</pubDate>
      <guid>http://forums.ni.com/t5/Signal-Conditioning/Quick-question-regarding-the-use-of-external-Excitation-source/m-p/2391122#M7163</guid>
      <dc:creator>OKors</dc:creator>
      <dc:date>2013-04-16T16:54:49Z</dc:date>
    </item>
    <item>
      <title>system identification</title>
      <link>http://forums.ni.com/t5/Signal-Conditioning/system-identification/m-p/2382946#M7152</link>
      <description>&lt;p&gt;Dear All,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have problem when handling my system identification toolkit. When I running my system in real time, i get this error;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The model orders are inconsistent with the dimensions of the model coefficients.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;How can i settle this problem. I don't know what is happening actually. I hope some can give some suggestion, why this situation occur. Thanks all.&lt;/p&gt;</description>
      <pubDate>Wed, 10 Apr 2013 06:49:11 GMT</pubDate>
      <guid>http://forums.ni.com/t5/Signal-Conditioning/system-identification/m-p/2382946#M7152</guid>
      <dc:creator>saifizi</dc:creator>
      <dc:date>2013-04-10T06:49:11Z</dc:date>
    </item>
    <item>
      <title>time averaging of blocks of data per turbinenrevolution</title>
      <link>http://forums.ni.com/t5/Signal-Conditioning/time-averaging-of-blocks-of-data-per-turbinenrevolution/m-p/2378970#M7139</link>
      <description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have been thinking very hard without getting anywhere about a signal processing aspect of a DAQ measurement. I will describe the problem first as below.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Measurement system: a small DC motor driven turbine (24 blades) running up to speeds of several tens of thousands of RPM.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;DAQ device: PXI6251 through BNC2120 connector block.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Problem decription: I am acquiring data for passage of each turbine blade past a sensor. I am able to collect a periodic waveform suggesting the rotation of the turbine. This is a noisy signal. I want to perform rotational averaging so that noise can be reduced. There are plenty of exmaples available discussing synchronous averaging which makes sense (recovering noise buried periodic waves such as a sine wave). However, in may case, I must average so that each cycle of averaging line up with the same blade.&lt;/p&gt;
&lt;p&gt;[I can do this by collecting a stream of data. slice it into blocks of consecutive 24 peaks corresponding to each blade, and line the sets up to do the averaging. I am struggling to do this in LabVIEW, elegantly. Mind you, if the speed is varied this will be more complex, so I think it will be best to start by considering the turbine is running at constant speed and then think about variable speed situation. ]&lt;/p&gt;
&lt;p&gt;Can anyone get me started on this, please? I can try to be more clear if anything requires further clarification.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;[I am not familiar with producer-collector loop in LabVIEW, in case this is a standard approach for this type of signal processing task]&lt;/p&gt;</description>
      <pubDate>Sat, 06 Apr 2013 23:59:41 GMT</pubDate>
      <guid>http://forums.ni.com/t5/Signal-Conditioning/time-averaging-of-blocks-of-data-per-turbinenrevolution/m-p/2378970#M7139</guid>
      <dc:creator>sm81</dc:creator>
      <dc:date>2013-04-06T23:59:41Z</dc:date>
    </item>
    <item>
      <title>integrate pulses from oscilloscope</title>
      <link>http://forums.ni.com/t5/Signal-Conditioning/integrate-pulses-from-oscilloscope/m-p/2377664#M7135</link>
      <description>&lt;p&gt;Hello!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I get signal pulses from oscilloscope. Could you please help me to integrate each pulse separately. I've found simple examples and tryed to create loops as in the C++, but it doesn't seem to work properly. Thank you very much!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Arev&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>Fri, 05 Apr 2013 10:50:56 GMT</pubDate>
      <guid>http://forums.ni.com/t5/Signal-Conditioning/integrate-pulses-from-oscilloscope/m-p/2377664#M7135</guid>
      <dc:creator>Arev</dc:creator>
      <dc:date>2013-04-05T10:50:56Z</dc:date>
    </item>
    <item>
      <title>Time-frequency analysis of  vibrational signals</title>
      <link>http://forums.ni.com/t5/Signal-Conditioning/Time-frequency-analysis-of-vibrational-signals/m-p/2377106#M7133</link>
      <description>&lt;p&gt;Hello to everyone,&lt;/p&gt;
&lt;p&gt;first of all&amp;nbsp; I'm a beginner of the signal's analysis and I hope someone can help me.&lt;/p&gt;
&lt;p&gt;I'm trying to perform the time-frequency analysis of some vibration signals, acquired on a internal combustion engine. In particular I must do the tfa of&amp;nbsp;a vibrational signal corresponding to one thermodynamic cycle of the engine; my Lb version is 2012.&lt;/p&gt;
&lt;p&gt;In order to do this I'm using the advanced signal processing toolkit, in particular the "tfa stft spectogram" and I have attached in this message the simple VI I created. My issue is that in the intensity chart I should see frequencies about kHz, instead in my VI i see at max 25Hz.&lt;/p&gt;
&lt;p&gt;Can someone help me in telling me in what I'm wrong?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>Thu, 04 Apr 2013 22:22:45 GMT</pubDate>
      <guid>http://forums.ni.com/t5/Signal-Conditioning/Time-frequency-analysis-of-vibrational-signals/m-p/2377106#M7133</guid>
      <dc:creator>c.fish</dc:creator>
      <dc:date>2013-04-04T22:22:45Z</dc:date>
    </item>
    <item>
      <title>bandpass filter problem</title>
      <link>http://forums.ni.com/t5/Signal-Conditioning/bandpass-filter-problem/m-p/2375836#M7131</link>
      <description>&lt;p&gt;I originally posted this problem as a reply &lt;a href="/t5/Signal-Conditioning/displacement-signal-from-accelerometer/td-p/2351588" target="_blank"&gt;HERE&lt;/a&gt; but haven't recieved any responses so I'm trying a standalone thread. Anyway here's a repeat of my problem...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I had an offset in the raw voltage data from the accelerometer that was causing the plots to fly off to extremely large values after two integrations (conversion from m/s^2 to m). I solved this by&lt;span style="line-height: 15px;"&gt;&amp;nbsp;subtracting the Offset output from Normalize Waveform VI from the original data stream. This worked really well and I can now get a displacement signal that doesn't fly off sharply away from 0. I do now have one further problem with this signal, though. In each of the attached files are two data sets, one exported from the FFT and the other from the displacement plot. In the 3Hz file the displacement plot shows a large peak just short of 0.1s - corresponding to ~2.5Hz.&amp;nbsp;&lt;/span&gt;&lt;span style="line-height: 15px;"&gt;It turns out this is related to the bandpass filter, which passes frequencies between 3 and 500Hz in my VI. The filter worked really well to attenuate a large peak below 2.5Hz that was originally in the FFT but it introduces another large peak that corresponds with the low frequency cut off for the bandpass filter, ~3Hz in this case.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;As expected, this feature moves when the cut off is changed so is directly related to it. The further away from 0 the cut off is the smaller and broader the feature is in the FFT but I want the low freq cut off to be as low as possible. Changing the filter settings - order, type, etc, do nothing. I've attached a second data file with the cut off at 10Hz. The frequency of the main feature in the displacement plot is now 4*1/0.0257 = ~10Hz and the FFT shows a feature&amp;nbsp;&lt;em&gt;around&lt;/em&gt;&amp;nbsp;10Hz. I don't understand what's happening, any suggestions?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;This happens only after the double integration to get the displacement from the acceleration signal. Keeping the units in 'g' gives the expected response.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As an aside, I assumed the bandpass filter was a low-pass then a high-pass filter in series, but I get very different results when I use this combination. Any ideas why they could be different, even though the settings are the same?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;</description>
      <pubDate>Thu, 04 Apr 2013 08:09:50 GMT</pubDate>
      <guid>http://forums.ni.com/t5/Signal-Conditioning/bandpass-filter-problem/m-p/2375836#M7131</guid>
      <dc:creator>idt13</dc:creator>
      <dc:date>2013-04-04T08:09:50Z</dc:date>
    </item>
    <item>
      <title>display sample values on a graph</title>
      <link>http://forums.ni.com/t5/Signal-Conditioning/display-sample-values-on-a-graph/m-p/2374296#M7129</link>
      <description>&lt;p&gt;Hallo!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I`ve got a problem with a graph, the thing is I really need to have displayed Y values of the samples on a graph. There is a possibility to make a comments (as on a pic attached) but I need the vals instead. Any ideas? Thanks for the trouble,&lt;/p&gt;
&lt;p&gt;greetings!&lt;/p&gt;</description>
      <pubDate>Wed, 03 Apr 2013 13:01:53 GMT</pubDate>
      <guid>http://forums.ni.com/t5/Signal-Conditioning/display-sample-values-on-a-graph/m-p/2374296#M7129</guid>
      <dc:creator>Aleph.ka</dc:creator>
      <dc:date>2013-04-03T13:01:53Z</dc:date>
    </item>
    <item>
      <title>Need help: Best field wiring configuration using NI 9215, 9263 and Celesco string Pot</title>
      <link>http://forums.ni.com/t5/Signal-Conditioning/Need-help-Best-field-wiring-configuration-using-NI-9215-9263-and/m-p/2367342#M7120</link>
      <description>&lt;p&gt;I'm using a&amp;nbsp;cDAQ-9172, NI 9215 and NI 9263&amp;nbsp;to acquire displacement data from a &lt;a href="http://www.celesco.com/stringpots/" target="_blank"&gt;Celesco&lt;/a&gt; SP2 potentiometer-based&amp;nbsp;cable extension transducer&amp;nbsp;i.e. String Pot (following &lt;a href="http://www.celesco.com/_guides/sp/sp_install.pdf" target="_blank"&gt;this wiring guide&lt;/a&gt;).&lt;br /&gt;&lt;br /&gt;The 9263 is providing 10Vdc to the string pot and the signal out is being read by the 9215. &lt;br /&gt;I have the generated DC signal and input scaled using Signal Express. So far the scaling is accurate and displacement measurements are spot on using a custom scale (linear slope)&amp;nbsp; generated from our Metrology lab. &lt;br /&gt;My problem is,&amp;nbsp;with the transducer&amp;nbsp;at rest I'm seeing quite a bit of noise.&lt;br /&gt;&lt;br /&gt;I realize there's some field wiring considerations and through trial and error I've been able to get the "cleanest" signal by jumpering the COM terminals of the two modules. The other issue is; for terminal configuration options, the 9263 only allows RSE, while the 9215 only allows Differential. This just compounds my confusion on how these two devices need to be coupled to the sensor. &amp;nbsp;&lt;br /&gt;&lt;br /&gt;Based on the attached&amp;nbsp;image I've created of my system wiring diagram can someone with a little more understanding of potential ground issues give me some advice?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If it helps, I also have NI &lt;a href="http://sine.ni.com/nips/cds/view/p/lang/en/nid/208798" target="_blank"&gt;9201&lt;/a&gt; and &lt;a href="http://sine.ni.com/nips/cds/view/p/lang/en/nid/208800" target="_blank"&gt;9205&lt;/a&gt; modules available to use. I just thought the 9215 was the most universal.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;And yes, I've read the &lt;a href="http://www.ni.com/white-paper/3344/en" target="_blank"&gt;white paper &lt;/a&gt;on field wiring but&amp;nbsp;I'm still unsure of how to get the cleanest signal.&lt;/p&gt;</description>
      <pubDate>Wed, 27 Mar 2013 18:00:28 GMT</pubDate>
      <guid>http://forums.ni.com/t5/Signal-Conditioning/Need-help-Best-field-wiring-configuration-using-NI-9215-9263-and/m-p/2367342#M7120</guid>
      <dc:creator>OKors</dc:creator>
      <dc:date>2013-03-27T18:00:28Z</dc:date>
    </item>
    <item>
      <title>displacement signal from accelerometer</title>
      <link>http://forums.ni.com/t5/Signal-Conditioning/displacement-signal-from-accelerometer/m-p/2351588#M7111</link>
      <description>&lt;p&gt;&lt;span&gt;Hi all,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I'm new to labview (about 3.5 wks experience) so please excuse any silly questions and/or ignorance.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="line-height: 15px;"&gt;I'm putting together a VI to take x, y and z vibration data from a peizotronics accelerometer through a USB-6008 and having some problems converting acceleration to displacement. Attached is a modified snippet of the whole vi (small portion of x) and the output from the acceleration, velocity and displacement plots. Assuming the units are consistent, m.s^-2, m.s^-1 and m, something is clearly wrong with the data in that the values are far too high. The displacement will exceed 10m regularly when it should be a fraction of a mm, oscillating about zero. When I shake the accelerometer I get more defined responses that look right, i.e.. peaking velocity at zero acceleration so I'm sure the VI is right. The gradient of the displacement plot can be reversed when I change the offset in the raw voltage data so the average crosses zero - for some reason there is an intrinsic offset in the data of about 36-39mV. I'd like to automatically remove this offset from the data as it's being collected but can't find a way to use the output from the Averaged DC RMS VI that doesn't cause this error:&amp;nbsp;&lt;/span&gt;&lt;span style="line-height: 15px;"&gt;LabVIEW: &amp;nbsp;(Hex 0xFFFFF8F6) Waveforms have different dt values. I've tried conversions to different formats (to DDT etc), pulling the data from an array.&amp;nbsp;Does anybody have any ideas?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have a couple of other niggling things, although this may be the wrong section for them:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1. When I do a PSD FFT on the acceleration data (unit g) I always get a very high signal at low frequency (&amp;lt;2.5Hz). Attached is a closeup of the FFT.&amp;nbsp;This is mitigated somewhat by averaging but is still often greater in magnitude than the peaks I really want to see. Where does it come from?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2. The maximum frequency I am measuring is 500Hz, why? I'm pretty sure I've had higher from it while I've been building the VI but all the FFTs are limited to this value now.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks in advance!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>Fri, 15 Mar 2013 12:02:51 GMT</pubDate>
      <guid>http://forums.ni.com/t5/Signal-Conditioning/displacement-signal-from-accelerometer/m-p/2351588#M7111</guid>
      <dc:creator>idt13</dc:creator>
      <dc:date>2013-03-15T12:02:51Z</dc:date>
    </item>
    <item>
      <title>How to measure more than 10V DC voltage using NI 9205</title>
      <link>http://forums.ni.com/t5/Signal-Conditioning/How-to-measure-more-than-10V-DC-voltage-using-NI-9205/m-p/2345008#M7100</link>
      <description>&lt;p&gt;Hello everyone,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have a solar panel, controller, battery and load. I need to measure their voltages and currents.&lt;br /&gt;The tensions are higher than 10V DC.&lt;br /&gt;I need to use the NI 9205 to measure them? I do not know if a resistive divider will work?&lt;br /&gt;Anyone have any suggestions?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thank you&lt;/p&gt;</description>
      <pubDate>Mon, 11 Mar 2013 15:16:49 GMT</pubDate>
      <guid>http://forums.ni.com/t5/Signal-Conditioning/How-to-measure-more-than-10V-DC-voltage-using-NI-9205/m-p/2345008#M7100</guid>
      <dc:creator>LuizFelipe</dc:creator>
      <dc:date>2013-03-11T15:16:49Z</dc:date>
    </item>
    <item>
      <title>how to connect labview with microcontroller 89c51</title>
      <link>http://forums.ni.com/t5/Signal-Conditioning/how-to-connect-labview-with-microcontroller-89c51/m-p/2344916#M7098</link>
      <description>&lt;p&gt;Dear all,&lt;/p&gt;
&lt;p&gt;I am a beginner in LabVIEW. I want to connect my microcontroller 89c51 project which is the motor driver circuit with labVIEW through RS 232 cable. Please give some ideas.&lt;/p&gt;</description>
      <pubDate>Mon, 11 Mar 2013 14:25:14 GMT</pubDate>
      <guid>http://forums.ni.com/t5/Signal-Conditioning/how-to-connect-labview-with-microcontroller-89c51/m-p/2344916#M7098</guid>
      <dc:creator>Kongurajesh</dc:creator>
      <dc:date>2013-03-11T14:25:14Z</dc:date>
    </item>
    <item>
      <title>Acquiring many signals with multi devices (NI 9229 and NI 9205) trough a cDAQ chassis 9188</title>
      <link>http://forums.ni.com/t5/Signal-Conditioning/Acquiring-many-signals-with-multi-devices-NI-9229-and-NI-9205/m-p/2344700#M7097</link>
      <description>&lt;p&gt;I use a cDAQ chassis NI 9188 equiped with 6x NI 9229 (6x 4 AI chnls simultaneous sampled with aliasing filter) and&amp;nbsp;one NI 9205 (32/16 AI chnls single/differential multiplexecd chnls). I have created a simple task wit the DAQ Assistent to acquire 12 chnls&amp;nbsp;with the NI 9229 modues and 4 with the NI 9205 module. A generator is used to produce a sine wave with a frequency of 10 Hz and an amplitude of 500 mVpp&amp;nbsp;as input to&amp;nbsp;all channels. The same generator produce also a square wave (synchron to the sine) which is used as trigger&amp;nbsp;input (PFI 0 - BNC connector on the chassis).&amp;nbsp;The acquisiton is set to take finite samples&amp;nbsp;by a data rate of 2 kHz and a datalength of 4000 samples (it means a acquisition time of&amp;nbsp;2 secondes)&amp;nbsp;controlled by a&amp;nbsp;digital reference triggered with the cADQn/PFI0 as trigger source.&lt;/p&gt;
&lt;p&gt;My problem is the time difference between the signals acquired with the NI 9229 and those acquired with the NI 9205 (show the attachment). These time difference is not constant and change&amp;nbsp;when the frequency of the input signal varies. I suppose that these difference is due to the aliasing filters used in the NI 9229 and I am searching how to resolve the situation. Any help will be appreciated...&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Philippe&lt;/p&gt;</description>
      <pubDate>Mon, 11 Mar 2013 11:39:05 GMT</pubDate>
      <guid>http://forums.ni.com/t5/Signal-Conditioning/Acquiring-many-signals-with-multi-devices-NI-9229-and-NI-9205/m-p/2344700#M7097</guid>
      <dc:creator>phidu</dc:creator>
      <dc:date>2013-03-11T11:39:05Z</dc:date>
    </item>
  </channel>
</rss>

