It's more math question than programming, but.. I have some discrete points, with time t_n and value u(t_n). i perform discrete fourier transormation using values u(t_n). now i have some complex values, as i understood absolute value is amplitude and argument is frequency, right? well my teacher said i need to compute SOMETHING using t_n's,u(t_n)'s, A_n's and w_n's(assuming A_n is absolute value, w_n is argument). It's somehow related to statistics variance and uncertainity principle. As you see, i don know a damn about fourier transformations :D Now i've made a program that performs DFT and builds a plot using w_n's as Ox axis and A_n's as Oy axis. It looks like this: screenshot
What my teacher wants me to compute and which values shud i expect as corresponding to theory?