This document contains Matlab code that generates an ideal Robertson plot by mapping input voltages from -1 to 1 to output voltages. The code uses a loop to multiply inputs less than or equal to 0 by 2 and add 1, and inputs greater than 0 by 2 and subtract 1, then plots the input-output mapping with labeled axes and a title describing the ideal Robertson plot.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
32 views
Robertson Plot
This document contains Matlab code that generates an ideal Robertson plot by mapping input voltages from -1 to 1 to output voltages. The code uses a loop to multiply inputs less than or equal to 0 by 2 and add 1, and inputs greater than 0 by 2 and subtract 1, then plots the input-output mapping with labeled axes and a title describing the ideal Robertson plot.