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

Acquiring Agilent 54642D oscilloscope waveform AND settings

I would like to use LabVIEW to capture the waveform already displayed on the screen of my Agilent oscilloscope (model 54642D). With this waveform, I would like to obtain the current settings of the oscilloscope-channel as well (volts/div, time/div,…
The_Ders
  • 137
  • 9
0
votes
1 answer

analog input for virtual oscilloscope

fellows I am designing a virtual oscilloscope with Qt or EFL for running in Qemu (for mini2440) in OS Ubuntu. There should be 4 analog inputs / signal, and then do the sampling with determined frequency, and then do some other calculation. …
frogoscar
  • 115
  • 7
0
votes
1 answer

How to sleep() from kernel init?

I'm debugging some code of the kernel init with an oscilloscope by setting up values on GPIO, what is the best way to sleep() for a given time very early, i.e, in ddr3_init() ? Thank you
moul
  • 543
  • 3
  • 10
-1
votes
2 answers

creating oscillator fromArray tone.js

I am a bit struggling to create a sound from a buffer object with Tone.js It should be simple, but I am in unfamiliar territory. And increasingly unuseful suggestions from chatGPT discombobulated me very. Here is the code (I know the code is a bit…
merkwur
  • 51
  • 5
-1
votes
1 answer

Without using interrupts produce a rising sawtooth waveform

Here I need to output a waveform on oscilloscope in C which should in a rising sawtooth waveform.I am not sure if my code is correct. Any help or suggestions? while(1) { for (i = 1; i < 360; i++); // Check to see if status.TRDY is 1 …
-2
votes
1 answer

how to get values from *.dbl/*.mt4

I received data from the oscilloscope in 64-bit doubles (.dbl) or in "measured data" (.mt4) format. How can I parse it (preferably Java or Kotlin) or where can I find documentation for this format? I tried using DataInputStream.readDouble but the…
sergii.gudym
  • 163
  • 1
  • 13
-2
votes
3 answers

Oscilloscope algorithm, dynamic data input, limit output data

I'm trying to make a simple filter incoming data (save maximum and minimum pick), for example: 44100 comes samples per second, but the screen must be displayed 1000. I choose a maximum or minimum in the range of 44.1 samples, and output the screen.…
gotostereo
  • 37
  • 1
  • 7
-4
votes
1 answer

Java and Oscilloscope

I need to access data from an oscilloscope (Tektronix DO4034B) connected to my LAN. The oscilloscope has a web-GUI to perform the functions. My doubt is how I develop a software in Java to perform these same functions in my program, accessing the…
-5
votes
0 answers

How to plot fft in MATLAB of the signal found from software of oscilloscope?

I want to plot fft of signal in a matlab found from a software of oscilloscope. I can easily plot signal in MATLAB but i am not able to plot fft in MATLAB same as found fft from software. There are so many questions regarding this in stack…
abc
  • 1
1 2 3 4 5
6