Convert a wave image to x-y function
function [x,y]=imwtoxy(signal,V,T,px)
imwtoxy functions can be used to convert an image of a wave captured from
an oscilloscope to its x-y representation Which may be use
to find mathematical properties of the wave by matlab functions.
The Simple codes of input data are:
Signal = image names with its kind.... example 'wave.jpg'
V = Volt per div in the oscilloscope panel
T = Second per div in the oscilloscope panel
px = Number of pixel per centimeters in the oscilloscope grid image
x = Time vector of the result AC voltage wave
y = Alternating amplitude vector of the result AC voltage wave
Cite As
Ahmed Owaid (2026). Convert a wave image to x-y function (https://www.mathworks.com/matlabcentral/fileexchange/33525-convert-a-wave-image-to-x-y-function), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- Test and Measurement > Instrument Control Toolbox > Instrument Control Toolbox Supported Hardware > Oscilloscopes >
- MATLAB > Graphics > Images > Convert Image Type >
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
