Skip to main content

A novel reduced power compressive sensing technique for wideband cognitive radio

Abstract

Wideband spectrum sensing for cognitive radio requires high rate analog to digital (A/D) converters whose power consumption is proportional to the sampling rate. In this article, we propose to use sub-Nyquist non-uniform sampling for spectrum sensing to reduce the power consumption. Since the received signal samples are correlated in the time domain, we estimate the missing samples by using the expectation-maximization (EM) algorithm. It is shown that the combined sub-Nyquist non-uniform sampling and EM algorithm consume much less power than A/D converter at the Nyquist rate making the proposed algorithm a viable low-power solution for spectrum sensing. Moreover, it is shown by simulations that the proposed sub-Nyquist rate non-uniform sampler is accurate enough to detect the edges of the estimated power spectral density.

Introduction

A cognitive radio (CR) system [1, 2] improves the spectrum utilization by allowing secondary users (SU) to access unused licensed spectrum. Moreover, it assesses its environment and adapts its parameters (e.g. the frequency and power of transmission) to reduce power consumption while having a reliable communication. One reason for increased power consumption is due to electromagnetic pollution. As more wideband access systems are designed, the underlying electromagnetic noise floor increases which in turn requires licensed users to increase their transmit power to maintain required signal to noise ratios (SNRs). CR adds little if any to the noise floor by allowing SU access to the unused bands. Furthermore, by reducing the power consumption of the SU themselves, we can significantly increase transmitted data volumes without a large increase in power consumption or CO2 emissions. Along with reducing people’s exposure to electromagnetic waves, this makes it an excellent candidate for green technology [3]. One important way to reduce power consumption is through developing new signal processing algorithms with lower power consumption.

The vacant subbands used by SU are found using spectrum sensing. The first step in spectrum sensing is power spectral density (PSD) estimation. In non-parametric PSD estimation techniques, the PSD is obtained by observing the finite samples of the signal itself. Discrete Fourier transform (DFT)-based PSD estimation methods are the most widely used one[4]. Welch’s method [5, 6] is an example of DFT-based PSD estimation that was used for spectrum sensing for CR [7]. Simplified DFT (SDFT) is also proposed for PSD estimation in CR [8]. These methods are the simplest methods of PSD estimation, and thus are proposed for PSD estimation in CR [7].

In parametric PSD estimation methods, the received signal samples are modeled as the output of a linear filter to white noise. The PSD is then obtained by estimating the coefficients of that filter. The most important examples are the Yule-Walker auto-regressive (AR) [9] method and the Burg method [9]. These methods are more complex than the previously mentioned non-parametric methods, and thus have not yet been suggested for CR applications.

In subspace methods, the PSD is estimated based on eigenvalue analysis of the correlation matrix. The most important ones are the MUltiple SIgnal Classification (MUSIC) method [9] and the Eigenvector (EV) method [9]. In these methods, first the autocorrelation matrix of the received signal is calculated. Then, the EVs of the autocorrelation matrix are computed. The largest eigenvalues correspond to the signal subspace and are used to estimate the signal spectrum. These methods are even more complex than parametric methods.

The second step in spectrum sensing is to detect the PSD edges [10]. PSD edges are the locations of abrupt transitions between occupied and unoccupied subbands. It is shown in [11] that the edges can be detected by detecting the local extrema of the first derivative of the continuous wavelet transform (CWT) of the PSD with respect to frequency. Alternatively, the edges can be detected by differentiating the PSD with respect to frequency. Since the abrupt change in the PSD happens in the edge locations, the first derivative of the PSD exhibits local extremum at the edge locations. Different methods of edge detection for spectrum sensing have been introduced in [10]. In this article, to simplify the analysis as is done in [11], we initially assume that the received signal PSD in CR has a piecewise rectangular-like shape shown in Figure 1. Later, we use a more realistic shape of Sinc square for PSD.

Figure 1
figure 1

Frequency subbands with piecewise smooth PSD.

Irrespective of the above steps, wideband spectrum sensing requires high rate analog to digital (A/D) converters with the associated high power consumption. Compressive sensing is a candidate for reduced power consumption in CR [12].

Compressive sensing uses a sub-Nyquist rate sampler to sense the received signal [13]. It was shown in [14] that despite the sub-Nyquist sampling rate, compressive sensing can recover the signals that are sparse or nearly sparse in one domain with some limits introduced in [15]. In [16], a simple least square reconstruction technique was used to recover the samples. Since the frequency edge vector of the received signal in CR has a nearly sparse nature, compressive sensing can be used to recover the edge locations of the PSD in CR [17]. The recovery algorithm of compressive sensing (l1 minimization algorithm) is computationally complex, and thus time and energy consuming and cannot be easily implemented for real-time applications such as in CR.

In this article, we propose a new algorithm for compressive sensing to be used in spectrum sensing in CR. We show by simulations and analysis that the proposed sub-Nyquist rate non-uniform sampler allows for accurate detection of the edges of PSD and consumes much less power than the conventional sensing method. The proposed sampler samples only some portions of the received signal and switches off the A/D converter based on a predefined pattern to reduce power consumption. Since the received signal samples are correlated, the missing samples can be estimated. We propose to use expectation-maximization (EM) technique [18, 19] to estimate these samples. It is shown that the combined sub-Nyquist sampler and EM algorithm consume much less power than Nyquist rate A/D converter making the proposed algorithm a viable low-power solution for spectrum sensing and thus extending the battery life of the CR.

System model

The compressed sampling procedure can be expressed in matrix format as

x c =β·x,
(1)

where x c is the compressed sampling received signal vector of size P × 1, x is the Nyquist rate sampled received signal vector of size N × 1 (P N), and β is the compressive sampling matrix of size P × N. When β = I N (I N is the identity matrix of size N), the Nyquist sampling rate is achieved. If β = D N (D N is the DFT matrix of size N), the frequency domain sampling is obtained. For compressive sensing purposes, we can simply eliminate some rows of the identity matrix to achieve the matrix β of the compressed dimension. This elimination may be done on a random basis as is done in [17]. For example, for a 4 × 4 identity matrix with compression ratio of 0.75, we have

β 3 × 4 = 1 0 0 0 0 1 0 0 0 0 0 1 ,
(2)

in which the third row of identity matrix is deleted.

Spectrum sensing

In Welch’s method, the received signal samples are segmented into M segments of length N. The estimated PSD (S) is achieved by linearly averaging the periodograms of all segments as

S= 1 M m S m ,
(3)

where S m is the m th segment’s periodogram.

The periodogram of each segment is given by

S m = | X m | 2 N ,
(4)

where X m is the DFT sequence of the m th segment defined as

X m = X m 1 , X m 2 , , X mN
(5)

and we have

| X m | 2 = | X m 1 | 2 , | X m 2 | 2 , , | X mN | 2 .
(6)

The estimation error variance of Welch’s method is inversely proportional to the number of segments (M) involved in the averaging process. We have [6]

σ S 2 σ S m 2 M ,
(7)

in which σ S 2 represents the estimation variance of Welch’s method and σ S m 2 is the one for the m th segment’s periodogram.

After PSD estimation, the edges are detected. Different methods of edge detection for wideband spectrum sensing are developed in [10]. A modified version of window-averaging based edge detection technique proposed in [10] has been applied in this article. The proposed algorithm can be summarized as follows

  1. (1)

    The estimated PSD (in dB scale) is averaged over consecutive non-overlapping windows.

  2. (2)

    The integer part of the window-averaged PSD is calculated.

  3. (3)

    Based on the low spectrum occupancy assumption in CR, the most frequent integer of window-averaged PSD (the mode) is assumed to be the most probable noise level. The edges are located in the cross section of the noise level and the PSD curve.

  4. (4)

    The area under the PSD curve (the integral of the PSD) between two consecutive edges (detected in the previous step) gives the energy level of that subband.

  5. (5)

    A subband with energy level above the noise level determined in the previous step is assumed to be an occupied subband. Therefore their edges are rough estimates of the edges of the PSD.

  6. (6)

    The exact edge location can be detected by locating the extremum of the first derivative of the PSD within that specified window.

Steps 4 and 5 in the above algorithm are modifications to the window-averaging based edge detection algorithm presented in [10].

EM algorithm

The EM algorithm is an algorithm implementing maximum likelihood estimation. It can be applied to a set of data when their stochastic model is known, although the parameters of the model might be unknown [19]. The EM is an iterative algorithm which works as follows [19]:

  1. (1)

    Calculate the expected value of the log-likelihood function of the conditional probability distribution of the missing variables given the observed ones. This expected value is considered to be the current estimate of the missing points.

  2. (2)

    Maximize the above-mentioned distribution with respect to the parameters of the estimation such as mean, variance and covariance of the log-likelihood function. The parameters maximizing the distribution are used for the next expectation step.

  3. (3)

    Iterate the above-mentioned steps until convergence.

  4. (4)

    The maximum likelihood estimation of the missing variables is obtained after convergence.

Estimation of missing samples in compressive sensing for CR

In this article, we propose to estimate the missing points of the sub-Nyquist sampled received signal in the time domain by applying the EM algorithm. A non-uniform sub-Nyquist rate sampler is applied to the received signal of M × N matrix (recall that M is the number of segments and N is the number of points in each segment.).

As is shown in Figure 2, the non-uniform sampler works as follows:

  1. (1)

    The sampler provides all samples in the first segment of a set of M 1 segments.

  2. (2)

    For the next (M 1 − 1) segments, the sampler samples only the first N 1 points of each segment and is turned off for the rest of this segment.

  3. (3)

    For the (M 1 + 1)th segment, we restart the process by repeating steps 1 and 2.

Figure 2
figure 2

Non-uniform sampling pattern.

The fully sampled first segment and the N1 points in each subsequent segment are used along with the EM algorithm to estimate the missing samples.

Equivalently, for the (m,n)th element of the received signal matrix, the A/D converter is switched on when either Rem (m/M1) = 1 or Fix ((n−1)/N1) = 0 in which Rem (.) takes the remainder of a division and Fix (.) gives the quotient of a division.

Since the received signal samples are mixed with a Gaussian noise, it is assumed that each segment has a Gaussian distribution. Since the received signal samples are correlated, it is assumed that all segments construct a bi-variate Gaussian distribution with the adjacent segments.

EM algorithm for bi-variate Gaussian distribution

Let x 1 be the first segment (the known segment) and x m be the m th segment of the received signal samples. The first parts of each segment are known and the other parts are unknown and to be estimated by EM algorithm. The estimated missing points converge to their actual value after some iterations in EM algorithm [19].

Since, the received signal samples over consecutive windows are assumed to construct a bi-variate Gaussian distribution, the conditional distribution of missing variables given the observed ones has normal distribution with mean [19] (representing the expected value of missing points of x m + 1 in expectation step of EM) given by:

E x m + 1 ( n ) = μ m + 1 + σ m , ( m + 1 ) 2 σ m , m . m 1 2 x m ( n ) μ m , n = { N 1 + 1 : N } , m = { 2 : M 1 , M 1 + 2 : 2 M 1 , , M 1 } ,
(8)

where μ m is the mean of the m th segment at each iteration given by

μ m = 1 N n x m (n),
(9)

σ m , ( m + 1 ) 2 is the covariance of the m th segment and its consecutive segment given by

σ m , ( m + 1 ) 2 = 1 N n x m ( n ) x m + 1 ( n ) μ m μ m + 1 ,
(10)

The variance of the conditional distribution of missing variables in the m th segment given the observed ones in the (m − 1)th segment ( σ m , m . m 1 2 ) is given by [19]

σ m , m . m 1 2 = σ m , m 2 σ m 1 , m 4 / σ m 1 , m 1 2 ,
(11)

in which σ m , m 2 is given by

σ m , m 2 = 1 N n x m 2 ( n ) μ m 2 .
(12)

The above-mentioned procedure to estimate the means, variances and covariances of different segments is the maximization step of EM algorithm.

After a few iterations, the unknown elements of each segment are estimated. Each segment is built based on its preceding segment. The preceding segment is either fully known or partially estimated by the EM algorithm. Therefore, it is not required to wait for all segments to be received. This makes the proposed algorithm suitable for real time applications as it does not require a large buffer or long processing time. The required processing time depends on the processor speed.

After estimating the missing samples, Welch’s method is applied to estimate the PSD and the edges.

Analysis of applying EM to spectrum sensing

The frequency bin values of each segment using DFT transformation are given by

X m + 1 (k)= n = 0 N 1 x m + 1 (n) e 2 Π jkn / N .
(13)

From Equations (13) and (8), we have (k)

E X m + 1 ( k ) = n = 0 N 1 e 2 Π jkn / N × σ m , ( m + 1 ) 2 σ m , m . m 1 2 x m ( n ) + μ m + 1 σ m , ( m + 1 ) 2 σ m , m . m 1 2 μ m .
(14)

Since n = 0 N 1 e 2 Π jkn / N =0 and by applying Equation (13) into (14), Equation (14) can be re-written as

E X m + 1 ( k ) = σ m , ( m + 1 ) 2 σ m , m . m 1 2 X m (k)k
(15)

In the EM algorithm, the expected value of the variable is chosen as its final value (E (Xm + 1(k)) = Xm + 1(k)). Thus we have

X m + 1 (k)= σ m , ( m + 1 ) 2 σ m , m.m 1 2 X m (k)k.
(16)

Based on Welch’s method, the PSD is obtained by

S(k)= 1 NM m = 1 M X m ( k ) 2 k.
(17)

The estimation variance of the EM algorithm-based Welch’s method equals that of Welch’s method [6]. We have

σ S 2 σ S m 2 M ,
(18)

in which σ S 2 represents the estimation variance of Welch’s method and σ S m 2 is the one for the m th segment’s periodogram.

By substituting Equation (16) into (17), we have (k)

S(k)= 1 NM X 1 ( k ) 2 1 + m = 1 M 1 m = 1 m σ m , ( m + 1 ) 4 m = 1 m σ m , m . m 1 4 .
(19)

The term |X1(k)2| is equivalent to its expected value E (|X1(k)|2 in the EM algorithm. Thus Equation (19) can be re-written as (k)

S(k)= E X 1 ( k ) 2 NM 1 + m = 1 M 1 m = 1 m σ m , ( m + 1 ) 4 m = 1 m σ m , m . m 1 4 .
(20)

It can be seen from Equation (20) that the PSD obtained by EM algorithm has a scaling factor (shown in brackets) that is frequency-independent and therefore the PSD shape obtained after the application of the EM algorithm is not distorted compared to the one obtained by sampling above the Nyquist rate.

Power consumption comparison

The idea behind intermittently switching off the A/D converter is to reduce the power consumption and increase the battery life. To compare the power consumption of compressive and non-compressive methods, we calculate the power consumption of the EM algorithm that is additional to reduced power of the compressive sensing algorithm.

The A/D power consumption is linearly proportional to the sampling rate and thus to the number of received samples in each time frame [20]. Moreover for zero-crossing based ADC, the static power consumption is zero [21]. We have,

P c = C r × P nc + P EM ,
(21)

where P c , Pnc and PEM are the power consumption of compressive sensing method, non-compressive sensing method and EM algorithm, respectively. C r is the compression ratio and is given by

C r = 1 M 1 N ( M 1 1 ) N 1 + N .
(22)

From Equations (8)–(11), the whole procedure to update the missing points based on the EM algorithm requires approximately of 6N × M additions and 4N × M multiplications, a total of 10N × M operations (either addition or multiplications) for each iteration. Therefore, power consumption of EM algorithm is given by

P EM = P i ×O×I,
(23)

where P i is the power consumption per instruction, O is the number of operations, and I is the number of iterations. The power efficiency (η) of the system is defined by

η= P nc P c .
(24)

The system is efficient when η > 1.

Reduced power A/D converter system design example

Power consumption of two cases of compressive and non-compressive sensing is subject to proper design of the system, especially proper selection of ADC and processor. The proposed system is efficient only if P c is much lower than Pnc (η > 1) with the proper design of the system. An example is given in this subsection that is one possible design of the system.

Assume we have an A/D converter working at the rate of 100 Msamples/sec. Assume the received signal consists of M = 100 segments of N = 1,024 points. With this A/D converter, it takes about 1 ms to sense M × N 100,000 samples of the received signal. With I = 15 iterations and 10N × M operations, the EM algorithm requires 15 × 10 × 100,000 = 15 million operations per 1 ms which is equivalent to 15 GOPS (Giga operations per second). A processor with power efficiency of x GOPS/mW, is chosen. We have

P EM = 15 GOPS x GOPS / mW = 15 x mW.
(25)

For a system with a compression ratio of C r = 0.1 and power efficiency of (η > 1), we have:

η= P nc P c = P nc C r × P nc + P EM = P nc 0 . 1 × P nc + 15 x >1.
(26)

Equivalently, we have

x> 16 . 6667 P nc GOPS/mW.
(27)

This will give us the boundary limit on the combination of ADC and processor that a designer can choose.

For example, if we select a 1.2 V 250 mW 14 b 100 MS/s digitally calibrated pipeline ADC in 90 nm CMOS which consumes Pnc = 250mW [22], then from (27), we require a processor with an efficiency of x = 0.4GOPS/mW in order to achieve a power savings of a factor of 4 (η = 4). From [23], it is shown that processors can have efficiencies up to 17.3 GOPS/mW, therefore the above power savings is achievable with readily available processors.

To verify the applicability of the proposed method, simulation results for the above-mentioned case are presented in the upcoming section.

Complexity comparison of compressive and non-compressive sensing methods

Complexity of non-compressive and EM-based compressive sensing methods are compared in Table 1. The complexity order of Welch’s method is given by O(N3) [6] and complexity order of EM algorithm is given by 10INM in which I is the number of iterations. M is the number of received signal segments and N is the number of samples in each segment. For the given example, it can be seen that the complexity of EM-based compressive sensing is of the same order as of the non-compressive sensing technique.

Table 1 Complexity comparison table of non-compressive and em-based compressive sensing methods

Simulation results

For a wideband signal with 29% of spectrum occupancy, the simulation results of obtaining the PSD using both compressive and non-compressive sensing methods are shown in Figure 3 where the actual frequency shaper filter is shown at the top subplot, the PSD obtained by both compressive and non-compressive sensing methods are shown at the bottom subplot. The SNR of the strongest subbands in these simulations is SNR = 2 dB and the other subband is 3 dB weaker. SNR is calculated individually over various subbands and is defined as the ratio of the signal power in each subband to the noise power in that subband. The simulation results are derived from 100 non-overlapping frames of 1024 samples each using Welch’s method. For the compressive sensing method, the whole first segment along with the first 128 points of the other segments are sampled. For M1 = M = 100 segments and N1 = 128, the compression ratio is 13%. The remaining unknown data are estimated using the EM algorithm for 15 iterations. It can be seen from Figure 3 that although the PSD for the compressed data has lower values than the non-compressive sensing one, the edges of the PSD are maintained. The power consumption calculations for this case are given in the previous section.

Figure 3
figure 3

The PSD obtained by both compressive and non-compressive sensing methods.

For the signal whose PSD is shown in Figure 3, the simulation results of the root mean square error (RMSE) of the edge frequency bins versus the number of iterations of the EM algorithm (used in the new compressive sensing method) is shown in Figure 4. Based on Figure 4, we use 15 iterations as a reasonable number after which the EM algorithm can be considered to have converged.

Figure 4
figure 4

The RMSE of the edge frequency bins versus the number of iterations of the EM algorithm of the new compressive sensing method.

For the case considered in Figure 3, the edge detection rate versus SNR curves of both compressive and non-compressive sensing techniques along with the periodogram-based PSD estimation technique, are shown in Figure 5. In periodogram-based PSD estimation technique (whose detection rate is shown in the bottom curve of Figure 5), only the first segment is involved in the PSD estimation (one known segment). It can be seen that the detection rate of the compressive sensing method with 13% of compression ratio, is comparable to that of the non-compressive method and it is much better than the periodogram-based spectrum sensing method making it a viable alternative.

Figure 5
figure 5

Edge detection rate versus SNR curves of both compressive and non-compressive sensing techniques along with the one with only first segment involved in the PSD estimation.

We now consider a more realistic PSD shaper filter as shown in Figure 6. The edge detection rate versus SNR curves of both compressive and non-compressive sensing techniques along with the periodogram-based PSD estimation technique are shown in Figure 7. The SNR of the strongest subbands in these simulations is SNR = 10 dB and the other subband is 3 dB weaker. The simulation results are derived from 100 non-overlapping frames of 1,024 samples each using Welch’s method. For the compressive sensing method, the whole first segment along with the first 128 points of the other segments are available. The compression ratio is 13% for M1 = M = 100 segments and N1 = 128. The remaining unknown data is estimated using the EM algorithm for 15 iterations. Again, it can be seen that the detection rate of the compressive sensing method is comparable to that of the non-compressive method and it is much better than the periodogram-based spectrum sensing method making it a viable alternative.

Figure 6
figure 6

A more realistic frequency shaper filter.

Figure 7
figure 7

Edge detection rate versus SNR curves of both compressive and non-compressive sensing techniques along with the periodogram-based PSD estimation for a PSD with a Sinc square shape.

In order to examine the effects of roll-off factor of the PSD shaper filter on the detection probability, raisedcosine filter is used as the PSD shaper filter. For a low-pass raised-cosine filter given by

H(k)= 1 k ( 1 β ) k 0 cos 2 Π 4 β k 0 ( k ( 1 β ) k 0 ) ( 1 β ) k 0 < k ( 1 + β ) k 0 0 otherwise
(28)

in which k represents frequency bin, k0 represents the cut-off frequency bin of the filter, and β is the roll-off factor (0 ≤ β ≤ 1). The edge happens at frequency bin (1 + β)k0. For β = 0, the filter has rectangular-like shape and for β = 1, it has a cosine function shape.

For a low-pass raised cosine shaper filter with cut-off frequency bin k0 = 100, the edge detection rate versus PSD shaper filter roll-off factor curves of both compressive and non-compressive sensing techniques are shown in Figures 8 and 9 for SNR = 0 and SNR = 5 dB, respectively. The simulation results are derived from 100 non-overlapping frames of 1,024 samples each using Welch’s method. For the compressive sensing method, the whole first segment along with the first 128 points of the other segments are available. The compression ratio is 13% for M1 = M = 100 segments and N1 = 128. The remaining unknown data is estimated using the EM algorithm for 15 iterations. Again, it can be seen that the detection rate of the compressive sensing method is comparable to that of the non-compressive method. The detection rate decreases by an increase in the roll-off factor of the PSD shaper filter.

Figure 8
figure 8

Edge detection rate versus PSD shaper filter roll-off factor curves of both compressive and non-compressive sensing techniques SNR = 0 dB.

Figure 9
figure 9

Edge detection rate versus PSD shaper filter roll-off factor curves of both compressive and non-compressive sensing techniques SNR = 5 dB.

To understand the effects of different structures on the performance, the detection rate of the following scenarios are compared.

  1. (1)

    Case 1: M 1 = 100 and N 1 = 128; i.e., starting from the first segment, one segment is known in each set of M 1 = 100 segments and the first N 1 = 128 points of the other segments are known. Its detection is shown in Figure 5. C r = 13%.

  2. (2)

    Case 2: M 1 = 5 and N 1 = 128. C r = 30%.

  3. (3)

    Case 3: M 1 = 100 and N 1 = 256. C r = 26%.

The signal whose frequency shaper filter is shown at the top subplot of Figure 3 is used for the simulations. The simulation results are derived from 100 non-overlapping frames of 1,024 samples each using Welch’s method. The edge detection rate versus SNR curves of the proposed compressive sensing algorithm for all compressive sensing cases and the one for non-compressive sensing are shown in Figure 10.

Figure 10
figure 10

Edge detection rate versus SNR curves of compressive sensing algorithm for three compressive sensing cases and the one for non-compressive sensing method.

For above-mentioned cases, it can be seen in Figure 10 that the detection rate increases by both increasing the number of known segments M1(case 2) and the number of first known points in each segment N1 (case 3). However, increasing N1 results in higher detection rate compared to increasing M1 under the conditions of the above-mentioned cases because a larger N1 results in more accurate estimation of the covariance of the consecutive segments and thus results in a more accurate estimation of the missing points.

Conclusion

In this article, we apply a sub-Nyquist non-uniform sampler for spectrum sensing for use in CR. It is shown by simulations and analysis that the proposed sub-Nyquist rate non-uniform sampler is accurate enough to detect the edges of PSD and consumes much less power than the non-compressive sensing method. The proposed sampler samples only some portions of the received signal and switches off the A/D converter based on a predetermined pattern to reduce power consumption. Since the received signal samples in time domain are correlated, we estimate the missing samples using the EM technique. The analysis of applying EM technique to spectrum sensing shows that the locations of PSD edges are maintained after estimating the missing points of the received signal using EM algorithm. In a design example, it is shown that the combined sub-Nyquist sampling/ EM algorithm consumes much less power than Nyquist-based A/D converter thus making the proposed algorithm a viable low-power solution for spectrum sensing. It is shown that although the estimated PSD using the proposed compressive sensing method results in lower values than the non-compressive sensing one, the edges of the PSD are maintained. Since in CR, it is the location of the PSD edges that is important rather than the exact shape of PSD, the proposed compressive sensing method can be used as a low-power solution for A/D conversion in wideband CR.

Methods

Simulations were run in MATLAB. To generate the received data with a specified spectrum, a white Gaussian noise process is passed through spectrum shaping filter. This constructs the frequency domain samples of the cognitive radio received signal with a specified spectrum shaping filter. The time domain samples can be obtained by getting the inverse DFT of the frequency domain samples. Then noise is added to the constructed signal to introduce a specific signal to noise ratio. The PSD can be estimated using Welch’s method for both DFT and SDFT techniques. The edges can be obtained based on the proposed edge detection technique. The detection rate of the proposed techniques can be obtained by comparing the estimated edge locations to the actual ones. The simulations were run several times to get an accurate detection rate using Monte-Carlo simulation technique.

References

  1. Haykin S: Cognitive radio: brain-empowered wireless communications. IEEE J. Sel. Areas Commun 2005, 23(2):201-220.

    Article  Google Scholar 

  2. Hossain E, Bhargava VK: Cognitive Wireless Communication Networks, ISBN 978-0-387-68830-5. (Springer, Berlin, Heidelberg, 2007)

    Google Scholar 

  3. Palicot J: Cognitive radio: an enabling technology for the green radio concept. International Wireless Communications and Mobile Computing Conference (Leipzig, Germany, 2009), pp. 489–494

  4. Kay SM, Marple SL: Spectral analysis—a modern perspective. Cognit. Wirel. Commun. Netw 1981, 69: 1380-1419.

    Google Scholar 

  5. Welch P: The use of fast Fourier transform for the estimation of power spectra: a method based on time averaging over short, modified periodograms. IEEE Trans. Audio Electroacous 1967, 15(2):70-73. 10.1109/TAU.1967.1161901

    Article  MathSciNet  Google Scholar 

  6. Oppenheim AV, Schafer RW: Discrete-Time Signal Processing,. (Prentice Hall Press, Upper Saddle River, NJ, 2009)

    Google Scholar 

  7. Cabric D, Mishra S, Brodersen R: Implementation issues in spectrum sensing for cognitive radios. Conference Record of the Thirty-Eighth Asilomar Conference on Signals, Systems and Computers, vol. 1 (Pacific Grove, California, USA, 2004), pp. 772–776

  8. Miar Y, D’Amours C, Yongacoglu A, Aboulnasr T: Simplified DFT: a novel method for wideband spectrum sensing in cognitive radio. Fifth IEEE International Symposium on New Frontiers in Dynamic Spectrum Access Networks, DySPAN (Aachen, Germany, 2011), pp. 360–364

  9. Stoica P, Moses RL: Introduction to Spectral Analysis. (Prentice Hall Press, Upper Saddle River, NJ, 1997)

    MATH  Google Scholar 

  10. Miar Y, D’Amours C, Yongacoglu A, Aboulnasr T: Novel spectrum edge detection techniques in wideband spectrum sensing of cognitive radio. 22nd Annual IEEE Symposium on Personal Indoor Mobile Radio Communications, PIMRC 2011 (Toronto, Ontario, Canada, 2011), pp. 456–460

    Google Scholar 

  11. Tian Z, Giannakis GB: A wavelet approach to wideband spectrum sensing for cognitive radios. 1st International Conference on Cognitive Radio Oriented Wireless Networks and Communications, 2006 (Mykonos Island, Greece, 2006), pp. 1–5

    Google Scholar 

  12. Laska J, Bradley W, Rondeau T, Nolan K, Vigoda B: Compressive sensing for dynamic spectrum access networks: techniques and tradeoffs. 2011 IEEE Symposium on New Frontiers in Dynamic Spectrum Access Networks (DySPAN) (Aachen, Germany, 2011), pp. 156–163

  13. Donoho D: Compressed sensing. IEEE Trans. Inf. Theory 2006, 52(4):1289-1306.

    Article  MathSciNet  MATH  Google Scholar 

  14. Candes E, Romberg J, Tao T: Robust uncertainty principles: exact signal reconstruction from highly incomplete frequency information. IEEE Trans. Inf. Theory 2006, 52(2):489-509.

    Article  MathSciNet  MATH  Google Scholar 

  15. Jin Y, Kim YH, Rao B: Limits on support recovery of sparse signals via multiple-access communication techniques. IEEE Trans. Inf. Theory 2011, 57(12):7877-7892.

    Article  MathSciNet  Google Scholar 

  16. Ariananda D, Leus G: Wideband power spectrum sensing using sub-Nyquist sampling. 2011 IEEE 12th International Workshop on Signal Processing Advances in Wireless Communications (SPAWC) (San Fransisco, California, USA, 2011), pp. 101–105

  17. Tian Z, Giannakis G: Compressed sensing for wideband cognitive radios. IEEE International Conference on Acoustics, Speech and Signal Processing, 2007. ICASSP 2007, vol. 4 (Honolulu, Hawaii, USA, 2007), pp. IV-1357–IV-1360

    Google Scholar 

  18. Moon T, Stirling W: Mathematical Methods and Algorithms for Signal Processing, ISBN 0-201-36186-8. (Prentice Hall, Upper Saddle River, NJ, USA, 2000)

    Google Scholar 

  19. McLachlan TKG: The EM Algorithm and Extensions, Wiley series in probabilities and statistics. (Wiley, New York, 1997)

    Google Scholar 

  20. Vittoz E: Future of analog in the VLSI environment. IEEE International Symposium on Circuits and Systems, 1990 (New Orleans, LA, USA, 1990), pp. 1372–1375

    Google Scholar 

  21. Brooks L, Lee HS: A zero-crossing-based 8b 200MS/s pipelined ADC. IEEE International Solid-State Circuits Conference, 2007. ISSCC 2007. Digest of Technical Papers (San Fransisco, California, USA, 2007), pp. 460–615

    Google Scholar 

  22. Murmann B: ADC Performance Survey 1997–2011. Available: http://www.stanford.edu/murmann/adcsurvey.html

  23. Yang CH, Markovic D: A 2.89mW 50GOPS 16 x 16 16-core MIMO sphere decoder in 90nm CMOS. Proceedings of ESSCIRC, 2009. ESSCIRC ’09 (2009), pp. 344–347

    Chapter  Google Scholar 

Download references

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Yasin Miar.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ original submitted files for images

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 2.0 International License (https://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Miar, Y., D’Amours, C. & Aboulnasr, T. A novel reduced power compressive sensing technique for wideband cognitive radio. J Wireless Com Network 2012, 281 (2012). https://doi.org/10.1186/1687-1499-2012-281

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1687-1499-2012-281

Keywords