S
Steven K. Moore
Guest
In my line of work, we extract the magnitude and phase of a response signal
when the excitation signal is known. The excitation is of the form
A*sin(wt) and the response is of the form B*sin(wt+theta) + noise. The
response is sampled 16 times over a full period. Let's denote the sampled
response as R[0] through R[15]. Then the inphase (real) and quadrature
(imag) components are extracted by:
real = sum(i=0 to 15) of [R*cos(2*pi()*i/16)]
imag = sum(i=0 to 15) of [R*sin(2*pi()*i/16)]
From this the magnitude and phase of the response signal is determined.
My question is what is this technique called? I'm sure there is a common
name for it. Some of my colleagues refer to it as a DFT (Discrete Fourier
Transform). Since only a single frequency component is being extracted, I
don't feel this is proper nomenclature. I'm looking for a more correct term
to use to refer to this single frequency extraction technique. Does anyone
have a good name for this?
Thanks,
--
Steve Moore
Steve.Moore@IEEE.org
when the excitation signal is known. The excitation is of the form
A*sin(wt) and the response is of the form B*sin(wt+theta) + noise. The
response is sampled 16 times over a full period. Let's denote the sampled
response as R[0] through R[15]. Then the inphase (real) and quadrature
(imag) components are extracted by:
real = sum(i=0 to 15) of [R*cos(2*pi()*i/16)]
imag = sum(i=0 to 15) of [R*sin(2*pi()*i/16)]
From this the magnitude and phase of the response signal is determined.
My question is what is this technique called? I'm sure there is a common
name for it. Some of my colleagues refer to it as a DFT (Discrete Fourier
Transform). Since only a single frequency component is being extracted, I
don't feel this is proper nomenclature. I'm looking for a more correct term
to use to refer to this single frequency extraction technique. Does anyone
have a good name for this?
Thanks,
--
Steve Moore
Steve.Moore@IEEE.org