function fs_abcd = abcd_free_space( distance) % abcd matrix for the free space region of given distance fs_abcd=[1, distance; 0,1]; end