S_David said:
Hello,
I have the following summation:
\sum_{l=0}^Lb_l\exp\left(-j\frac{2\pi}{N}kl\right)
If
b_1=\cdots b_L=b
then by making L=N-1 the above summation will be zero. Now, if the coefficients are not equal, can we make the summation zero, and how?
Thanks
Do you need any other constraints other than the coeffecients being different?
As long as you don't get all the terms being zero, positive, or negative, then you are going to have a lot of different solutions.
If you had to get some kind of analytic expression, then one way to do this would be to put it into cos(x) + i sin(x) form and then use trig identities to get things in terms of exact square roots. This would be done for specific values of your variables that are supplied.
From this you do the above until you get one-degree of freedom left and use the information to set the coeffecient so that the whole expression equals zero.
An example of the square root thing is say finding cos(5pi/6) = cos(pi/3+pi/2) = cos(pi/3)cos(pi/2) - sin(pi/3)sin(pi/2) = -SQRT(3)/2.
You could generate a decomposition routine to find an analytic expression given everything inside the exponential and thus generate an exact surd form for the exponential expressions which will give you an exact relationship between all the b's. This is if you need exact solutions. If you don't, then you can use numeric analysis to get solutions that are 'good enough'.
The key thing that you will have to do is generate the results for prime denominators (i.e. cos(pi/2), cos(pi/3), cos(pi/5), cos(pi,7) and so on. Once you have these, you can then generate the exact form of every cos(pi*Q) where Q is any rational number.