You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Relevant for common plotting and analysis of SignalTimeData
Also would be nice for:
Extracting the right pulse start and end
Clearer visualization of propagation delays
Fourier transformation implementation based on rise time or transition period accordingly.
Analysis
Let's say we have an attenuated time domain signal measured on an oscilloscope. What are my options of transforming this signal to get an accurate representation of the output.
Am I limited to a scalar multiplication or can I do it using integrated s-parameters transformations?
Plotting
Can I plot, say, a trace from an oscilloscope. The extracted rising edges and falling edges, and the metrics all in one? Can I make this nice enough so that it can generate thesis worthy figure? How can I account for different time traces accordingly.
The text was updated successfully, but these errors were encountered:
It'd be nice to have an algorithm that takes in a waveform, and is able to calculate the metrics of a given transition or delay between corresponding waveforms digitally in a similar fashion to how an oscilloscope computes this internally. Accordingly, it'd be useful if we can do fourier transforms on the signal analysis accordingly for a given rise time or fall time as such.
Relevant for common plotting and analysis of
SignalTimeData
Also would be nice for:
Analysis
Plotting
The text was updated successfully, but these errors were encountered: