modhs76.m 98 Bytes
Newer Older
1
2
3
4
5
6
7
function x = modhs76(p)

  x(1)=p(1);
  x(2)=sqrt(0.5)*p(2);
  x(3)=p(3);
  x(4)=sqrt(0.5)*p(4);