ColdStart
- 18
- 0
letsa say i have an ak = cos ( k*Pi/4) + sin(3*k*Pi/4), the signal is discrete time, fundamental period N=12.
the way i would derive its x[n] is.. Sum(k=0, to 11 of: 0.5*exp(j*k*Pi/4) *exp(j*k*w*n) + 0.5*exp(-j*k*Pi/4) *exp(j*k*w*n) + (1/2*j)*exp(j*k*3*Pi/4) *exp(j*k*w*n) - (1/2*j)*exp(-j*k*3*Pi/4) *exp(j*k*w*n)
In other words, i expanded ak using eulers, and put it into the formula for finding x[n]... however as u see it turns out to be tedious process to evaluate this sum 12 times..
i was wondering, what is the more effective and QUICK method getting of x[n] by hand?
thanks
the way i would derive its x[n] is.. Sum(k=0, to 11 of: 0.5*exp(j*k*Pi/4) *exp(j*k*w*n) + 0.5*exp(-j*k*Pi/4) *exp(j*k*w*n) + (1/2*j)*exp(j*k*3*Pi/4) *exp(j*k*w*n) - (1/2*j)*exp(-j*k*3*Pi/4) *exp(j*k*w*n)
In other words, i expanded ak using eulers, and put it into the formula for finding x[n]... however as u see it turns out to be tedious process to evaluate this sum 12 times..
i was wondering, what is the more effective and QUICK method getting of x[n] by hand?
thanks