/*AdaptIDIIR.GEL Slider for output of fixed IIR or adaptive FIR*/

menuitem "Output Type"

slider Output_signal(1,2,1,1,typeparameter) /*incr by 1,from 1 to 2*/
{
        out_type = typeparameter;      /*type of output*/
}