由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
EE版 - 示波器能连续记录信号吗
相关主题
Matlab从示波器读数据的一个数据长度问题请问哪里可以修示波器?
国内配个示波器大概多少钱?Re: GPIB standard and codes needed
哪里能找到TDS 2022B 示波器的GPIB/Labview控制命令?Re: 急问GB-IB INTERFACE!!!!
示波器的带宽问题Re: GPIB card
若问:示波器显示电脉冲信号的顺序?外行请教OPC与LabVIEW
为什么用示波器跟multimeter测DC电压信号的结果不一样?如何设计一个粗糙的数据采集卡
Buying an oscilloscopeLabview高手请帮忙GPIB的一个问题?
什么东东可以测cell phone tower附近的辐射?想买labview的书
相关话题的讨论汇总
话题: gpib话题: agilent话题: just话题: stored
进入EE版参与讨论
1 (共1页)
c******e
发帖数: 737
1
I'm designing a measurement, which need record many consecutive signals for
later processing.
My pulser-receiver works at 2KHz recurrence frequency (500 micro second
interval). I want to record the first 100 micro seconds of received signal
for 200 consecutive echoes. Each of them stored separately.
Anybody know what kind of instrument can do it? I hvae a LeCroy WaveSurfer
42Xs digital oscilloscope. Never know it has capability to do such job.
Thanks
c*********6
发帖数: 858
2
You can read the data over GPIB port. Just buy an GPIB card and write a
program in C to communicate the oscilloscope.
I use the Agilent oscilloscope.
M*******c
发帖数: 4371
3
可以的,买个线

for

【在 c******e 的大作中提到】
: I'm designing a measurement, which need record many consecutive signals for
: later processing.
: My pulser-receiver works at 2KHz recurrence frequency (500 micro second
: interval). I want to record the first 100 micro seconds of received signal
: for 200 consecutive echoes. Each of them stored separately.
: Anybody know what kind of instrument can do it? I hvae a LeCroy WaveSurfer
: 42Xs digital oscilloscope. Never know it has capability to do such job.
: Thanks

s***e
发帖数: 50
4
c******e
发帖数: 737
5
I know very little about GPIB communication. Does the program write the
received signals to HDD files or just stored in memory variables? Do you
have a sample program to share with me? Thanks!
Which model of Agilent are you using?

【在 c*********6 的大作中提到】
: You can read the data over GPIB port. Just buy an GPIB card and write a
: program in C to communicate the oscilloscope.
: I use the Agilent oscilloscope.

c******e
发帖数: 737
6
What kind of 线? Can you give more details please? Thanks!

【在 M*******c 的大作中提到】
: 可以的,买个线
:
: for

a****l
发帖数: 8211
7
肯定是有的,关键是这样的仪器你有没有.现在很多数字示波器都能把数据存下来.

for

【在 c******e 的大作中提到】
: I'm designing a measurement, which need record many consecutive signals for
: later processing.
: My pulser-receiver works at 2KHz recurrence frequency (500 micro second
: interval). I want to record the first 100 micro seconds of received signal
: for 200 consecutive echoes. Each of them stored separately.
: Anybody know what kind of instrument can do it? I hvae a LeCroy WaveSurfer
: 42Xs digital oscilloscope. Never know it has capability to do such job.
: Thanks

c*********6
发帖数: 858
8
Read the datasheet or the programming guide of your oscilloscope. I use the
Agilient 54622D mixed signal oscilloscope. The latest model would be more
powerful.
The GPIB protocol is pretty simple. You might purchase a GPIB card with USB
port connection. Then install the driver and invoke visa functions.
The received data can be read by the GPIB port and stored wherever you want.
You can get more information from agilent website.

【在 c******e 的大作中提到】
: I know very little about GPIB communication. Does the program write the
: received signals to HDD files or just stored in memory variables? Do you
: have a sample program to share with me? Thanks!
: Which model of Agilent are you using?

c*********6
发帖数: 858
9
You can download the sample program from Agilent.
c******e
发帖数: 737
10
Thank you. Just talk with LeCroy supoort. The scope has autosave function,
which will store the signal into file each time it is triggered. Exactly
what I want. I have been thinking about this function for almost 2 years and
this scope was bought about 6 months ago. Just never know it can work so
far. Shame for me!

【在 c*********6 的大作中提到】
: You can download the sample program from Agilent.
c*********6
发帖数: 858
11
good for you, haha.
1 (共1页)
进入EE版参与讨论
相关主题
想买labview的书若问:示波器显示电脉冲信号的顺序?
请帮忙:GPIB0(PCI-GPIB) 不能找到另一个设备?为什么用示波器跟multimeter测DC电压信号的结果不一样?
请问用matlab和LabView分别control GPIB的区别和各自优势?Buying an oscilloscope
请教:用labview通过GPIB卡控制仪器不能持久为什么?什么东东可以测cell phone tower附近的辐射?
Matlab从示波器读数据的一个数据长度问题请问哪里可以修示波器?
国内配个示波器大概多少钱?Re: GPIB standard and codes needed
哪里能找到TDS 2022B 示波器的GPIB/Labview控制命令?Re: 急问GB-IB INTERFACE!!!!
示波器的带宽问题Re: GPIB card
相关话题的讨论汇总
话题: gpib话题: agilent话题: just话题: stored