Author Topic: Data acquisition and USB 3.0  (Read 10331 times)

0 Members and 1 Guest are viewing this topic.

OLSA

  • Guest
Data acquisition and USB 3.0
« on: January 17, 2010, 01:43:05 pm »
.
« Last Edit: January 19, 2010, 10:28:30 pm by NN »
 

Andrew

  • Guest
Re: PC scopemeter over USB 3.0
« Reply #1 on: January 17, 2010, 02:44:52 pm »
Even with the current DSOs it is no problem to utilize your PC for more processing and analysis. Even the cheap Chinese DSOs these days have USB interfaces, so you can get the data to the PC.

Mid-range and upwards DSO vendors have PC interfaces since ages. I regularly import data from my DSO into GNU octave for further processing. High-End vendors even deliver their own Matlab oscilloscope interfaces, e.g. Tek and LeCroy. AFAIR Agilent even has some instruments with a build-in PC board and Matlab running inside the instrument.

(where is only analog part

Only? ONLY? The analog part is the hard part! The (digital) processing stuff is child's play compared to building a good analog frontend.

And "good" means not only 200 MHz or 500 MHz bandwidth for your 2 GHz sampler (good luck with that), but also 300 V CAT II safety (as opposite to a 5 V input range and a mayor fire incident at 10 V), linearity, defined input impedance, temperature stability, low aging, etc.

What people just don't understand when looking at the cost for a DSO is that you don't pay for the parts. It is not the (color) LCD screen, the knobs on the front plate or the CPUs and FPGAs inside that make them expensive. Oscilloscope makers can get that stuff rather cheap (not what you would have to pay for qty 1). It is the effort that went into designing it.

Every now and then you see some company coming up with a DIY DSO kit. All I have seen were junk as a DSO. Nice if you want to get some soldering practice, but utter crap as a measurement instrument. Not enough bandwidth, a cheap OpAmp as analog front-end, non or barely non input protection.

Oh, and good luck with calibrating your 2 GHz sampler. How many k$ (kilo-Dollars) are you willing to invest in measurement and calibration equipment?
 

GeekGirl

  • Guest
Re: PC scopemeter over USB 3.0
« Reply #2 on: January 17, 2010, 05:37:13 pm »
Hi all,

I would never use a scope based on a PC or Mac etc. You risk loosing to much data due to the OS interfering with the timing. Even if you set every other event in the PC to a lower priority and the only highest priority was the data capture, you would still have problems.

The BEST way to do this is to have a DEDICATED unit that captures the data and THEN transfers it to a PC.

There was a thread a couple of days ago, in which we discussed isolation issues. What happens with a device that has say 240V applied to the input ? your external "adapter" would need to have very good isolation, and preferably its own grounding separate from the host computer, to stop your expensive PC / Laptop etc going up in smoke.


 

Online jahonen

  • Super Contributor
  • ***
  • Posts: 1054
  • Country: fi
Re: PC scopemeter over USB 3.0
« Reply #3 on: January 17, 2010, 06:52:22 pm »
5 Gb/s of bandwidth is not that much in oscilloscope terms. Even assuming 100% payload efficiency, 5 Gb/s translates to 625 megasamples per second at 8 bits of resolution. However, it is likely to be much less.

Usually, the actual physical signaling rate is touted, which in reality turns out to be a quite bit less as the payload terms. I have not studied how the data is actually encoded on the superspeed USB, but I suspect they'll use somekind of 8b10b-encoding, where 8 bits are actually encoded as 10 bits. That encoding is needed for removing the DC-contents and making the receiver job easier to recover the data clock. That will reduce the bandwidth by 20% already. So 5 gigabits per second of line signalling rate becomes 4 gigabits per second of actual data. This is equivalent of 500 megasamples per second @ 8 bits.

And remember you want to use more than one channel. And you would want that the computer can sustain that data rate. The problem with the general purpose computer is that although they have pretty good computation rate, the bottleneck is still the IO and latency. General purpose processor is just not very fast switching tasks. It is pretty much like an aircraft carrier ship. It can do lot of things but it surely does not maneuver very fast. You would need also some kind of software real time oversampling to avoid trigger jitter.

Getting decent frequency response at the ADC is one problem, but I think that is not the biggest problem if one is familiar with microwave design methods. With only near-DC-experience, that can seem quite mysterious.

However, all the really high-end scopes are PC (mostly Windows XP) based computers with a specialized data acquisition hardware. I think they still use specialized hardware for the data acquisition to handle total of tens of gigasamples per second (say, 4 channels @ 20 gigasamples per second @ 8 bits is 640 gigabits per second, which is what our 6 GHz Agilent DSO at work is capable of).

Regards,
Janne
 

Andrew

  • Guest
Re: PC scopemeter over USB 3.0
« Reply #4 on: January 17, 2010, 09:59:53 pm »
You can imagine all you want. In engineering building it is what counts. So go ahead, build it.

What, you want us to build your imagination? Nice try.
 

Offline Simon

  • Global Moderator
  • *****
  • Posts: 17816
  • Country: gb
  • Did that just blow up? No? might work after all !!
    • Simon's Electronics
Re: PC scopemeter over USB 3.0
« Reply #5 on: January 18, 2010, 07:50:52 am »
You can imagine all you want. In engineering building it is what counts. So go ahead, build it.

What, you want us to build your imagination? Nice try.

oh grow up !
 

Andrew

  • Guest
Re: PC scopemeter over USB 3.0
« Reply #6 on: January 18, 2010, 06:12:39 pm »
You can imagine all you want. In engineering building it is what counts. So go ahead, build it.

What, you want us to build your imagination? Nice try.

oh grow up !
I have seen those who only talk since decades. To impress me they have to walk the walk. Build it, that's what counts, not some "I am in electronic more than 20 years, I do BGAs" dick waving.
 

Offline Simon

  • Global Moderator
  • *****
  • Posts: 17816
  • Country: gb
  • Did that just blow up? No? might work after all !!
    • Simon's Electronics
Re: PC scopemeter over USB 3.0
« Reply #7 on: January 18, 2010, 06:35:21 pm »
You can imagine all you want. In engineering building it is what counts. So go ahead, build it.

What, you want us to build your imagination? Nice try.

oh grow up !
I have seen those who only talk since decades. To impress me they have to walk the walk. Build it, that's what counts, not some "I am in electronic more than 20 years, I do BGAs" dick waving.

sorry mate was aiming at the original poster, seems to think that theory = practice, just because we are told the computer specs were hopped to be such and such he thinks he can depend on it flawlessly with no room for error
 

Offline Simon

  • Global Moderator
  • *****
  • Posts: 17816
  • Country: gb
  • Did that just blow up? No? might work after all !!
    • Simon's Electronics
Re: PC scopemeter over USB 3.0
« Reply #8 on: January 19, 2010, 07:37:25 am »
OLSA I think people have tried to explain to you the realistic side of computer specs, for example I have never owned a computer that could make more than 80 % usage of its ram bus, in fact I have owned computers that get as bad as 50 % ram bus efficiency, so if i was to design something to make use of the full speed on the ram bus it would not work and be a massive failure. infact in this specific case of example the more DDR levels are introduced the lower the efficiency becomes, a lot of pc specs are little more than advertising the real specs and capabilities are far different.

you have to be realistic about a design
 

Offline EEVblog

  • Administrator
  • *****
  • Posts: 37740
  • Country: au
    • EEVblog
Re: PC scopemeter over USB 3.0
« Reply #9 on: January 19, 2010, 09:27:46 pm »
@ OLSA
Sorry, I don't believe in deleting topics or posts unless absolutely necessary, esp ones that are on-topic and interesting like this one. That's essentially censorship and filtering because a minority complain, which as you may know I am deeply against!
I would only consider deleting the topic if every single poster asked me too. But as it stands I don't see a simple "dick waving" comment as reason to remove an excellent thread topic, heck, I talk like that all the time at work! :->

Regards
Dave.
 

Offline Simon

  • Global Moderator
  • *****
  • Posts: 17816
  • Country: gb
  • Did that just blow up? No? might work after all !!
    • Simon's Electronics
Re: PC scopemeter over USB 3.0
« Reply #10 on: January 19, 2010, 09:44:38 pm »
that why I told him to grow up (but quoted the wrong person  ???)
 

Offline EEVblog

  • Administrator
  • *****
  • Posts: 37740
  • Country: au
    • EEVblog
Re: Data acquisition and USB 3.0
« Reply #11 on: January 20, 2010, 12:01:39 am »
Looks like he's removed all his own posts, that wasn't me.

Dave.
 

Offline Simon

  • Global Moderator
  • *****
  • Posts: 17816
  • Country: gb
  • Did that just blow up? No? might work after all !!
    • Simon's Electronics
Re: Data acquisition and USB 3.0
« Reply #12 on: January 20, 2010, 07:39:31 am »
oh well children will be children !
 

Offline chscholz

  • Regular Contributor
  • *
  • Posts: 85
  • Country: us
    • Hioki USA website
Re: PC scopemeter over USB 3.0
« Reply #13 on: May 02, 2010, 12:05:51 am »
LeCroy has had MatLab processing for years. Call your own MatLab (or VBS or C++) script directly from the Scope application software and display the results as a trace on the scope.
Just noticed my MatLab license expired but here is a screen capture of a VB script. MatLab works just about the same.







[...]

High-End vendors even deliver their own Matlab oscilloscope interfaces, e.g. Tek and LeCroy. AFAIR Agilent even has some instruments with a build-in PC board and Matlab running inside the instrument.

[...]
Don't trust me I work in marketing!

After a few years with LeCroy and R&S I work for HIOKI USA. If there is anything I can help with, please contact me.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf