function [ res ] = get_Fwo( G, w, dw ) %GET_AWO Summary of this function goes here % Detailed explanation goes here [mag1,phase1] = bode(G,w-dw/2); [mag2,phase2] = bode(G,w+dw/2); res = (phase2-phase1)/dw; end