I Presented problems for the plot "DB magnitude spectrum."
The structure of vector data spec has the following configuration,Float (-infinity), inside.
N := 64;
T := 1;
f := .25;
A := 1;
phi := 0;
n := Vector(N, -> i-1, datatype = complex[8]);
x := cos~(2*Pi*n*f*T);
X := DiscreteTransforms[FourierTransform](x, normalization = none);...