No BSD License  

Highlights from
Collecting data from RSA6100A

image thumbnail
from Collecting data from RSA6100A by Tektronix RF Development Team
Data import and peak search

findpeakslider2(n,h)
function findpeakslider2(n,h)
% Changes AmpThreshold when the AmpThreshold slider is moved.
global x
global y
global SlopeThreshold 
global AmpThreshold  
global SmoothWidth
global FitWidth
global P
global PeakNumber
AmpThreshold=n;
if PeakNumber==0,
    P=findpeakslidersRedraw(x,y,SlopeThreshold,AmpThreshold,SmoothWidth,FitWidth);
else
    RedrawPeak
end

Contact us at files@mathworks.com