We consider the signal set {si(t)} with the indexing variable i=1, ...M. All signals si(t) can be represented in the same way:
- si(t)={Ai⋅cos(2πfTt+ϕi)00≤t<T,otherwise.
The signal duration T is an integer multiple of 1/fT, where fT is the signal frequency ("carrier frequency").
- For the sketch, the duration of the energy-limited signals is T=4/fT, i.e. exactly four oscillations are recognized within T in each case.
- The individual signals si(t) differ in amplitude (Ai) and/or phase (ϕi).
For the two signals (shown in the graph) holds:
- s1(t) = A⋅cos(2πfTt),
- s2(t) = 2A⋅cos(2πfTt+π/4).
If we first restrict ourselves to these two signals s1(t) and s2(t), they can be completely described by the basis functions φ1(t) and φ2(t). These are orthonormal to each other, that is, taking into account the time constraint on T holds:
- ∫T0φ21(t)dt=∫T0φ22(t)dt=1,
- ∫T0φ1(t)⋅φ2(t)dt=0.
With these basis functions, the two signals can be represented as follows:
- s1(t) = s11⋅φ1(t),
- s2(t) = s21⋅φ1(t)+s22⋅φ2(t).
In subtask (7) we want to check whether all signals si(t) according to the above definition (with arbitrary amplitude Ai and arbitrary phase ϕi) can be described by the following equation:
- si(t)=si1⋅φ1(t)+si2⋅φ2(t).
The basis functions φ1(t) and φ2(t) are to be found here by the "Gram–Schmidt process", which was described in detail in the theory section. The required equations are summarized here again:
- φ1(t)=s1(t)||s1(t)||withs11=||s1(t)||=√∫T0s21(t)dt,s21=<s2(t),φ1(t)>=∫T0s2(t)⋅φ1(t)dt,
- θ2(t)=s2(t)−s21⋅φ1(t),φ2(t)=θ2(t)||θ2(t)||.
Notes:
- The exercise belongs to the chapter "Signals, Basis Functions and Vector Spaces".
- For abbreviation, use the energy E=1/2⋅A2⋅T.
- Furthermore, the following trigonometric relation is given:
- cos(α±β)=cos(α)⋅cos(β)∓sin(α)⋅sin(β).
Questions
Solution
- E1 = ∫T0A2⋅cos2(2πfTt)dt=A2⋅T2+A22∫T0cos(4πfTt)dt=A2⋅T2=1⋅E_.
- Here it is considered that T is an even multiple of 1/fT, so the second integral vanishes.
- Further:
- ||s1(t)||=√E1=√E=1⋅√E_.
(2) Solution 3 is correct: The basis function φ1(t) is equal in form to s1(t), where holds:
- φ1(t)=s1(t)||s1(t)||=A⋅cos(2πfTt)√E=A⋅cos(2πfTt)√1/2⋅A2⋅T=√2/T⋅cos(2πfTt).
(3) Solution 1 is correct since according to the equation given in (2):
- s1(t)=||s1(t)||⋅φ1(t)=√E⋅φ1(t).
(4) Using the signal s2(t) according to the given information, the basis function φ1(t) according to subtask (2) and the given trigonometric relation we get:
- s21 = <s2(t),φ1(t)>=∫T02A⋅cos(2πfTt+π/4)⋅√2/T⋅cos(2πfTt)dt=
- ⇒s21=√8A2T⋅∫T0cos(π/4)⋅cos2(2πfTt)dt−√8A2T⋅∫T0sin(π/4)⋅sin(2πfTt)⋅cos(2πfTt)dt.
- The second component yields the value 0 (orthogonality). The first component yields:
- s21=√8A2T⋅1√2⋅T2=√A2⋅T=√2E=1.414⋅√E_.
(5) According to the Gram–Schmidt process, we obtain
- θ2(t) = s2(t)−s21⋅φ1(t)=2A⋅cos(2πfTt+π/4)−√A2⋅T⋅√2/T⋅cos(2πfTt)
- ⇒θ2(t)=2A⋅cos(π/4)⋅cos(2πfTt)−2A⋅sin(π/4)⋅sin(2πfTt)−√2⋅A⋅cos(2πfTt).
- With cos(π/4)=sin(π/4)=√0.5 it follows:
- θ2(t)=−√2⋅A⋅sin(2πfTt).
- Therefore, solution 2 is correct.
(6) Analogous to subtask (2), the orthonormal basis function φ2(t) is given by
- φ2(t)=θ2(t)||θ2(t)||=−√2/T⋅sin(2πfTt).
- Thus, the signal s2(t) can be represented by s21 according to subtask (4) as follows:
- s2(t) = s21⋅φ1(t)+s22⋅φ2(t),s21==1.414⋅√E_,
- s22 = θ2(t)φ2(t)=−√2⋅A⋅sin(2πfTt)−√2/T⋅sin(2πfTt)=√2⋅√1/2⋅A2⋅T=1.414⋅√E_.
(7) We consider very many energy-limited signals (M≫2) of the following form:
- si(t)={Ai⋅cos(2πfTt+ϕi)00≤t<T,otherwise.
The indexing variable can take the values i=1,2, ... ,M. Then holds:
- All M signals can be completely described by only N=2 basis functions:
- si(t)=si1⋅φ1(t)+si2⋅φ2(t).
- If one proceeds according to the Gram–Schmidt process, one obtains for the two basis functions
- φ1(t) = √2/T⋅cos(2πfTt+ϕ1),φ2(t)=√2/T⋅cos(2πfTt+ϕ1±π/2).
- The sign in the argument of the second cosine function (±π/2) is not unique. Rather, the sign of si2 also depends on whether the plus sign or the minus sign was used for φ2(t).
- However, possible basis functions that then lead to other coefficients are also:
- φ1(t) = √2/T⋅cos(2πfTt),φ2(t)±√2/T⋅sin(2πfTt).
⇒ So the solutions 2 and 3 are correct.