Yes, but that's not quite right. The transform for sin(wt) has a negative sign on one of the impulses. We can see this using Euler's relations.
2 cos(x) = exp(jx) + exp(-jx)
2j sin(x) = exp(jx) - exp(-jx)
So, what I was saying is that the coefficients of the impulses are always complex conjugates of one another. One is exp(-j phi) and the other is exp(+j phi). When phi=0, then the coefficients are equal (to 1), and when phi=pi/2, then the coefficients are +j and -j. For other angles, they are two complex numbers that are complex conjugates of each other.
Getting back to your original point, I think what is bothering you is the "f/Fc" that shows up in the formula. All this does is encode the plus and minus sign so that the coefficients are complex conjugates of one another. It is probably less confusing to just put the exp(j phi) and exp(-j phi) in front of each impulse function, rather than trying to have one overall exp(f phi / Fc) that applies to both impulse functions.
Hi,
I probably should not have defined that Impulse function because it looks like i am stating that there is only one impulse when really there are two where one is negative as you say. Let me write it out trying to use the symbols on this site:
π*(δ(w-w0)+δ(w+w0)), for cos(wt)
(π/j)*(δ(w-w0)+δ(w+w0)), for sin(wt)
which makes it more clear i was stating that there are two impulses.
So the Impulse function probably should have been called "Impulses":
Impulses(w,w0)=δ(w-w0)+δ(w+w0)
δ="curlydelta"
and this function creates two impulses one at w0 and one at -w0.
So you see i had understood that there are two impulses, one negative and one positive, but yet one of the transforms has a "j" in the denominator, even though it also has two impulses.
So to put it another way, if you were to make a table of transforms of common functions, how would you define the transform of cos(wt) and sin(wt) ?
cos(wt)==>
sin(wt)==>
More to the point of this thread would be -sin(wt) but no big deal for now.
My first thought is that the imaginary part comes into play at the end when we need to render the output into real world terms.
The confusion about the asterisk comes in because sometimes it is written for example:
Aw*Bw
where "*" is stated as being "convolution" when really it is just multiplication. True convolution requires the integral even in the frequency domain, so i think what it is is sometimes the notation is overstated.
ie:
Integral(xt*h(t-T))dT=X*H
where "*" denotes convolution.
The above is not correct because "*" must be multiplication, but sometimes we say "convolve" anyway:
"Let us convolve the two functions X and H: X*H"
Really when we convolve it should be x*h=X.H
where the dot means multiply.
If we write X*H where * really means convolve, then we mean:
Integral(X(w).H(w-W))dw
where again the dot means actual multiplication.