function [ y ] = LNA( x ) %UNTITLED2 Summary of this function goes here % Detailed explanation goes here y = atan(1.1*tan(0.9*x)); end