Combine/Merge oscilloscope data
Show older comments
I have retrieved the data from my oscilloscope via USB; data is now on CSV files.
I want to predict what two signals would look like if they were physically part of the same circuit and generate a plot as a simulation. How can this be done?
Answers (1)
Star Strider
on 15 Dec 2015
0 votes
You would have to develop a mathematical model of your circuit and supply the same input to it as you did your physical circuit. Getting the signals from it as you did from your physical circuit would require putting those values into an array and then plotting them as a function of time.
3 Comments
Daniel Lance
on 15 Dec 2015
Daniel Lance
on 15 Dec 2015
Star Strider
on 15 Dec 2015
No file yet.
The ‘input’ can be anything you want. I was envisioning a simple linear time-invariant model you could simulate using linear system theory and the expm function, since that would be the easiest way.
The circuit simulations could be in Simulink or specialised Toolboxes, such as the Signal Processing Toolbox, Communication Systems Toolbox or some others. I’ve not done what you want to do, so I don’t know if anything is already written to do what you want. I would search the File Exchange, Answers, and the documentation for the various Toolboxes to see if anything already exists that’s similar to what you want to do.
Categories
Find more on Oscilloscopes in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!