Code covered by the BSD License  

Highlights from
Analog / Mixed Signal Examples

image thumbnail
from Analog / Mixed Signal Examples by Dick Benson
Extensive collection of examples for analog and mixed signal design work.

super_regen_resp.m
Farray=(-100:2:100)*1e3;
figure
Level=zeros(length(Farray),1);
for k = 1:length(Farray)
    Foffset=Farray(k);
    sim('super_regen_1x');
    Level(k)= Detector;
    plot(Farray,Level)
end;

Contact us at files@mathworks.com