5 lines
69 B
Mathematica
5 lines
69 B
Mathematica
|
|
||
|
data = [7,6,5,4,3,2,1,0];
|
||
|
|
||
|
[i_data, q_data] = hilbert_fir(data);
|