SYMBOL RATE ESTIMATION DEVICE AND SYMBOL RATE ESTIMATION METHOD
20190103997 ยท 2019-04-04
Inventors
Cpc classification
H04L25/0262
ELECTRICITY
H04L25/02
ELECTRICITY
International classification
Abstract
A symbol rate estimation device includes: a power spectrum density (PSD) generating unit, estimating a power of an input signal to generate a PSD; a cut-off frequency index outputting unit, outputting a cut-off frequency index according to the power; and a symbol rate calculating unit, calculating a symbol rate of the input signal according to the cut-off frequency index.
Claims
1. A symbol rate estimation device, comprising: a power spectrum density (PSD) generating unit, estimating a power of an input signal to generate a PSD, which includes a plurality of powers respectively corresponding to a plurality of frequency indices; a cut-off frequency index outputting unit, outputting a cut-off frequency index according to the PSD; and a symbol rate calculating unit, calculating a symbol rate of the input signal according to the cut-off frequency index.
2. The symbol rate estimation device according to claim 1, wherein the cut-off frequency outputting unit comprises: a maximum power outputting unit, outputting a maximum power according to the PSD; a noise power outputting unit, outputting a noise power according to the PSD; a cut-off power calculating unit, calculating a cut-off power according to the maximum power and the noise power; and an index outputting unit, outputting a frequency index corresponding to the cut-off power as the cut-off frequency index.
3. The symbol rate estimation device according to claim 2, wherein the maximum power outputting unit comprises: a first accumulating unit, accumulating powers corresponding to (N1+1) frequency indices by regarding a reference frequency index as a center to output a middle power sum; a second accumulating unit, accumulating powers corresponding to (N2+1) frequency indices on a left side of the reference frequency index to output a left-hand power sum; a third accumulating unit, accumulating powers corresponding to (N3+1) frequency indices on a right side of the reference frequency index to output a right-hand power sum; and a maximum power determining unit, determining the maximum power according to the middle power sum, the left-hand power sum and the right-hand power sum.
4. The symbol rate estimation device according to claim 3, wherein the maximum power determining unit comprises: a first determining unit, determining whether one of the left-hand power sum and the right-hand power sum is greater than the middle power sum to generate a first determination result; a second determining unit, determining which of the left-hand power sum and the right-hand power sum is greater according to the first determination result to generate a second determination result; and an outputting unit, outputting an average power as the maximum power according to the second determination result.
5. The symbol rate estimation device according to claim 4, wherein when the second determination indicates that the left-hand power sum is smaller than the right-hand power sum, the average power is associated with a power corresponding to at least one frequency index on the left side of the reference frequency index.
6. The symbol rate estimation device according to claim 4, wherein when the second determination result indicates that the right-hand power sum is smaller than the left-hand power sum, the average power is associated with a power corresponding to at least one frequency index on the right side of the reference frequency index.
7. The symbol rate estimation device according to claim 3, wherein the reference frequency index is FFT_size/2, and FFT_size is a resolution that the PSD generating unit uses to perform Fourier transform on the input signal.
8. A symbol rate estimation method, comprising: estimating a power of an input signal to generate a PSD, which includes a plurality of powers respectively corresponding to a plurality of frequency indices; outputting a cut-off frequency index according to the PSD; and calculating a symbol rate of the input signal according to the cut-off frequency index.
9. The symbol rate estimation method according to claim 8, wherein the step of outputting the cut-off frequency index according to the PSD comprises: outputting a maximum power according to the PSD; outputting a noise power according to the PSD; calculating a cut-off power according to the maximum power and the noise power; and outputting a frequency index corresponding to the cut-off power as the cut-off frequency index.
10. The symbol rate estimation method according to claim 9, wherein the step of outputting the maximum power according to the PSD comprises: accumulating powers corresponding (N1+1) frequency indices regarding a reference frequency index as a center to output a middle power sum; accumulating powers corresponding to (N2+1) frequency indices on a left side of the reference frequency index to output a left-hand power sum; accumulating powers corresponding to (N3+1) frequency indices on a right side of the reference frequency index to output a right-hand power sum; and determining the maximum power according to the middle power sum, the left-hand power sum and the right-hand power sum.
11. The symbol rate estimation method according to claim 10, wherein the step of determining the maximum power according to the middle power sum, the left-hand power sum and the right-hand power sum comprises: determining whether one of the left-hand power sum and the right-hand power sum is greater than the middle power sum to generate a first determination result; determining which of the left-hand power sum and the right-hand power sum is greater according to the first determination result to generate a second determination result; and outputting an average power as the maximum power according to the second determination result.
12. The symbol rate estimation method according to claim 11, wherein when the second determination indicates that the left-hand power sum is smaller than the right-hand power sum, the average power is associated with a power corresponding to at least one frequency index on the left side of the reference frequency index.
13. The symbol rate estimation method according to claim 11, wherein when the second determination result indicates that the right-hand power sum is smaller than the left-hand power sum, the average power is associated with a power corresponding to at least one frequency index on the right side of the reference frequency index.
14. The symbol rate estimation method according to claim 10, wherein the reference frequency index is FFT_size/2, and FFT_size is a resolution according to which Fourier transform is performed on the input signal.
Description
BRIEF DESCRIPTION OF THE DRAWINGS
[0008]
[0009]
[0010]
[0011]
[0012]
[0013]
[0014]
[0015]
DETAILED DESCRIPTION OF THE INVENTION
[0016]
[0017] The PSD generating unit 11 estimates a power of an input signal to generate a PSD. In one embodiment, the PSD generating unit 11 first performs Fourier transform on an input signal S.sub.in to generate a transformed signal, and estimates the power of the input signal S.sub.in according to the transformed signal to generate the PSD.
[0018] The cut-off frequency index outputting unit 12 outputs cut-off frequency indices I.sub.co.sub._.sub.r and I.sub.co.sub._.sub.l according to the PSD generated by the PSD generating unit 11.
[0019] The symbol rate calculating unit 13 calculates a symbol rate SR of the input signal S.sub.in according to the cut-off frequency indices I.sub.co.sub._.sub.r and I.sub.co.sub._.sub.l outputted by the cut-off frequency index outputting unit 12. In one embodiment, the symbol rate may be calculated according to equation (1):
SR=((I.sub.co.sub._.sub.rI.sub.co.sub._.sub.l)/FFT_size)*Fs(1)
[0020] In equation (1), Fs is a sampling rate according to which the receiving end samples the input signal S.sub.in. The symbol rate calculating unit 13 may usually be implemented by a dedicated hardware circuit, or by a software program. Further, various hardware implementation details of the symbol rate calculating unit 13 are generally known to one person skilled in the art, and shall be omitted herein.
[0021] When the PSD is imbalanced, the PSD is inclined towards one side. For example,
[0022]
PS.sub.M=.sub.i=I.sub.
[0023] In equation (2), P(i) is the power corresponding to the i.sup.th frequency index.
[0024] The second accumulating unit 5222 accumulates powers corresponding to (N2+1) frequency indices on the left side of the reference frequency index I.sub.ref to output a left-hand power sum PS.sub.L. The left-hand power sum PS.sub.L may be represented by equation (3):
PS.sub.L=.sub.i=I.sub.
[0025] The third accumulating unit 5223 accumulates powers corresponding to (N3+1) frequency indices on the right side of the reference frequency index I.sub.ref to output a right-hand power sum PS.sub.R. The right-hand power sum PS.sub.R may be represented by equation (4):
PS.sub.R=.sub.i=I.sub.
[0026] In one embodiment, the reference frequency index I.sub.ref is FFT_size/2, and the values N1, N2 and N3 may be designed according to requirements. In one embodiment, N1=N2=N3, and the frequency indices (I.sub.ref-N to I.sub.ref-N) are the search range RNG shown in
[0027] The maximum power determining unit 5224 determines the maximum power P.sub.max according to the middle power sum PS.sub.M, the left-hand power sum PS.sub.L and the right-hand power sum PS.sub.R.
PA.sub.L=PS.sub.L/(N2+1)(5)
[0028] For another example, assuming that the PSD inclines towards the left side, when the first determining unit 52241 determines that the left-hand power sum PS.sub.L is greater than the middle power sum PS.sub.M, the first determining unit 52241 generates the corresponding first determination result R1 to the second determining unit 52241. Next, the second determining unit 52242 determines which of the left-hand power sum PS.sub.L and the right-hand power sum PS.sub.R is smaller according to the first determination result R1 indicating that the left-hand power PS.sub.L is greater than the middle power sum PS.sub.M; when the second determining unit 52242 determines that the right-hand power sum PS.sub.R is smaller than the left-hand power sum PS.sub.L, the second determining unit 52242 generates the corresponding second determination result R2 to the outputting unit 52243. The outputting unit 52243 eventually outputs, according to the second indication result R2 indicating that the right-hand power sum PS.sub.R is smaller than the left-hand power sum PS.sub.L, an average power to serve as the maximum power P.sub.max. In one embodiment, the outputting unit 52243 outputs an average PA.sub.R of the right-hand power sum PS.sub.R as the maximum power P.sub.max, and the average PA.sub.R of the right-hand power sum PS.sub.R may be represented by equation (6):
PA.sub.R=PS.sub.R/(N3+1)(6)
[0029] As such, even in the presence of imbalance in a PSD, compared to the maximum power outputting unit 122, the maximum power P.sub.max outputted by the maximum output unit 522 is closer to the real maximum power P.sub.max.r. Thus, the symbol rate estimation device (not shown) provided with the maximum power outputting unit 522 is capable of more accurately estimating a symbol rate. It should be noted that, except for the maximum power outputting unit 522, other elements in the symbol rate estimation device 50 are identical to those in the symbol rate estimation device 10, and such repeated details shall be omitted herein.
[0030] It should be noted that, in the above embodiments, when the left-hand power sum PS.sub.L is smaller than the right-hand power sum PS.sub.R, the outputting unit 52243 outputs the average PA.sub.L of the left-hand power sum PS.sub.L as the maximum power P.sub.max. The present invention is not limited to such example. In other embodiments, when the left-hand power sum PS.sub.L is smaller than the right-hand power sum PS.sub.R, the outputting unit 52243 may output an average power associated with the power corresponding to at least one frequency index on the left side of the reference frequency index I.sub.ref as the maximum power P.sub.max.
[0031] It should be noted that, in the above embodiments, when the right-hand power sum PS.sub.R is smaller than the left-hand power sum PS.sub.L, the outputting unit 52243 outputs the average of the right-hand power sum PS.sub.R as the maximum power P.sub.max. The present invention is not limited to such example. In other embodiments, when the right-hand power sum PS.sub.R is smaller than the left-hand power sum PS.sub.L, the outputting unit 52243 may output an average power as the maximum power P.sub.max, wherein the average power is associated with the power corresponding to at least one frequency index on the right side of the reference frequency index I.sub.ref.
[0032] In conclusion, the present invention determines a maximum power according to a middle power sum, a left-hand power sum and a right-hand power sum of a PSD, thus enhancing the accuracy for estimating a symbol rate in the presence of an imbalanced PSD.
[0033] While the invention has been described by way of example and in terms of the embodiments, it is to be understood that the invention is not limited thereto. On the contrary, it is intended to cover various modifications and similar arrangements and procedures, and the scope of the appended claims therefore should be accorded the broadest interpretation so as to encompass all such modifications and similar arrangements and procedures.