Questions tagged [oscilloscope]

Laboratory instrument to observe changes of electric signals on the screen.

Oscilloscope is a laboratory instrument to observe changes of electric signals on the screen. The operator of the oscilloscope uses a probe with pin at its end connected by shielded cable to the input of the device. The level of the signal (voltage) is divided in the probe (to avoid oscilloscope destruction) and then signal goes into the electronics inside.

In the classic oscilloscope signal cause deviation of the electron beam in the vacuum tube, what allows to see the shape of the signal on the phosphor layer of the vacuum tube.

In modern digital oscilloscope signal enters into analog to digital converter (ADC) then is processed by the processor or dedicated integrated gate array, then displayed on LCD screen.

While digital oscilloscope offers lot of interesting functions they introduce large delay of signal processing in opposition to analog oscilloscope, while the latter is less rich in features.

Resources

84 questions
0
votes
1 answer

properly connect oscillator to audiostream to create graph javascript

I'd like to connect the oscillator output to the canvas draw() function to create an oscilloscope but I cant get the logic right how to properly connect the audiostream. I want to use the oscillator as source and connect it with the analyser,…
0
votes
1 answer

Raspberry Pi based Oscilloscope unable to show graph

I am trying to build Raspberry Pi based Oscilloscope.I am using raspberry Pi 3 B+ with Python 3.5 installed.I followed below link to perform this practical https://circuitdigest.com/microcontroller-projects/raspberry-pi-based-oscilloscope/ My python…
Manorama
  • 39
  • 1
  • 9
0
votes
0 answers

Is it possible to write a custom driver using USBTMC protocol for a Yokogawa Oscilloscope?

I am trying to interface a Yokogawa oscilloscope (DLM 2024) to my BeagleBone Black using the standard USBTMC protocol. But the oscilloscope fails to respond to any of the queries. These queries were fluently working on the Tektronix Oscilloscope.
0
votes
1 answer

SCPI LAN Measurement

I am trying to com with a scope over LAN that supports SCPI. Link is established I can ; *RST *CLS but I can't do ; :MEASure:SOURce CH1 it returns zero. To be more clear ; a = SCPI(host, timeout=0.5) a.ask('SYST:ERR?'); a.write('*RST');…
y33t
  • 649
  • 4
  • 14
  • 23
0
votes
1 answer

C# Oscilloscope Simulator (with MS Chart control)

I have need to create an oscilloscope simulator using the ms-chart control. I store my data in an array. But I don't know how to create the "moving effect" - continuous update of the control. (adding / removing points from the chart control) and…
Fiara
  • 13
  • 1
  • 4
0
votes
1 answer

Configuring Oscilloscope timebase from labview

I am using Tektronix MSO5034B in one of my project through LabVIEW. In the NI driver for scope to set the timebase "Configure Timebase.vi" is given with 3 controls "Timebase Range", "Position" and "Record Length". There is no straight control to set…
Ashutosh
  • 397
  • 1
  • 7
  • 20
0
votes
0 answers

How do you render an audio data like this?

How would you render an audio wave form like this from PCM data?
jshbrntt
  • 5,134
  • 6
  • 31
  • 60
0
votes
1 answer

Cannot read answer from telnet communication

I'm currently working on a little script that I found on GitHub, made by RoGeorge : https://github.com/RoGeorge/DS1054Z_screen_capture. This script should allows me to get a screenshot of my digital storage oscilloscope (DS1054z from RIGOL). So…
Naipsys
  • 15
  • 3
0
votes
2 answers

python concurrent process -electrical engineering usage

I am an electrical engineer trying to do multiprocessing in python2.7. I have two oscilloscopes which need to run the same tests on 2 different signals. Right now, I have a code which does it in sequence and takes long time. I want to make the…
0
votes
2 answers

how does qwt oscilloscope example's samplingthread class work in the project?

I am having a difficulty in understanding qwt oscilloscope example. i understand most of the program roughly, but i can not find the linkage between samplingthread class and plot class. It seems like chart samples are from samplingthread and it is…
Jackson
  • 17
  • 5
0
votes
1 answer

Line in audio input oscilloscope

I'm trying to build oscilloscope using line in Audio input and do filtering on it. I'm using python and Ubuntu. I am able to send input to computer and read from line in audio input and record and play it. Now I want to filter a particular frequency…
iamgopal
  • 8,806
  • 6
  • 38
  • 52
0
votes
1 answer

How can I improve this code to import an osciloscope signal from a csv into matlab

This Matlab function I created, basically takes a csv file generated by tektronix osciloscopes and plots the signals for two channels. However, every test and csv file created has a different number of points (for this case is 9999, meaning…
Juliana
  • 13
  • 1
  • 1
  • 4
0
votes
1 answer

Import oscilloscope measurements in Labview

I am trying to interface an oscilloscope (RIGOL DS1054Z) with Labview, so far I have installed the IVI drivers from Rigol and use NI's example VI's that allow me to acquire a continuous waveform (similar to this one). Now I want to acquire some…
BlackDog
  • 197
  • 2
  • 14
0
votes
1 answer

High Speed dynamic Chart for oscilloscope software

I need help to make the oscilloscope software.I already able make a graph using winform chart tool.This app recieving data from usb device and plotting it in chart.I also use a form updater timer control to update the form and taking data from usb…
MHIS
  • 11
  • 1
  • 6
0
votes
1 answer

How do I configure DAQ assistant to generate voltage pulses defined by a waveform?

How do I feed the waveform pulses into DAQ Assistant to cause a DAQ 6259 board to generate desired voltage pulses? Using the Simulate Signal express VI I have created a square pulse waveform. My goal is to allow a LabView user to configure the…
user1068636
  • 1,871
  • 7
  • 33
  • 57