- Research
- Open access
- Published:
Residue code based low cost SEU-tolerant fir filter design for OBP satellite communication systems
EURASIP Journal on Wireless Communications and Networkingvolume 2012, Article number: 174 (2012)Cite this article
3952Accesses
Abstract
With the development of satellite communications, on-board processing (OBP) obtains more and more attentions due to the increased efficiency and performance. However, the large amounts of digital circuits in the OBP transponders are sensitive to the high-energy particles in space radiation environments, which may cause various kinds of single event effect. Among these effects, single event upset (SEU) is the major potential reason for the instability of the satellite communication systems. Triple modular redundancy (TMR) is a classical and effective method for mitigating the SEU in digital circuits. However, since three identical logic modules and a voting circuit are needed in TMR, the overhead is so high that the scheme may not be applicable on the on-board digital processing platform with very limited area and power resources. Therefore, how to design a more cost-effective fault-tolerant method becomes a critical issue. Considering that FIR-like processing is frequently used on OBP platform, in this article, a dual modules (DM) plus checking module based on residue code (DM-CRC) architecture for SEU-tolerant FIR design is proposed. Although this architecture reduces the area overhead dramatically, we find that the fault missing rate is still high if single-sample checking (SSC) is used. To solve this problem, a Multi-sample checking DM-CRC (MSC-DM-CRC) is further proposed. Our analysis shows that the MSC-DM-CRC scheme can make the fault missing rate small enough without reducing the actual throughput. By simulations it is shown that, when the modulus for CRC is 7 and the number of samples for MSC is 4, the reduction of area overhead relative to TMR is over 20% and the fault missing rate is as low as 0.05%.
1 Introduction
Traditional bent pipe (BP) satellite performs only signal amplification and frequency translation. However, with the development of satellite communication applications, the demand for communication quality and capacity has increased so rapidly that BP transponders cannot afford. Instead, the on-board processing (OBP) becomes the inevitable alternative [1]. The goals of OBP are to provide single-hop connectivity to small earth station, and to enhance link performance and efficiency [2]. Compared to the two-hop connection in BP systems, single-hop connection decreases the one-way transmission delay from 540 to 270 ms, which provides more comfortable user experience. The enhanced performance by OBP can be used to reduce the cost of small earth stations [3] or increase the system capacity.
The OBP directly related to communications can be roughly divided into two classes: intermediate/radio frequency (IF/RF) processing and switching and baseband OBP [2,3]. The IF/RF processing and switching is actually the digital channelization technique [4–6]. As an intermediate during the development from BP towards the software defined fully processed payload, digital channelization realizes the de-multiplexing, switching and multiplexing of sub-channels, without fully decoding of the information in the sub-channels [7]. Since digital channelization maintains the transparence to the physical layer transmission techniques as BP, and provides much better performance over BP, it is widely used by many successful mobile satellite communication systems, including ACeS [8], Thuraya [9], WGS [10,11] and MOUS [12,13]. In consideration of the necessity of FIR filters and FFT for digital channelization [14,15], they are considered as the most basic and important modules on digital channelizing OBP.
Baseband OBP is commonly referred as fully processing satellite platform, so all the physical layer techniques, including demodulation/modulation, decoding/encoding and channel estimation/equalization, should be performed for the signal regeneration for each subchannel [3,14]. The Thuraya system is a good example of current satellite communication systems with baseband OBP platform [9]. Since complete switching is required in baseband OBP, FIR and FFT are still the basic modules. As introduced in [3,16,17], the orthogonal frequency division multiplexing (OFDM) technology is a very attractive candidate when targeting high quality and high flexibility in future mobile multimedia satellite communications systems, so FFT is still a necessary module. In addition, almost all the current mobile satellite communication systems (e.g. ACeS, Thuraya, WGS, MOUS, and so on) and future ones, no matter digital channelization or fully processed baseband OBP, would apply digital beam-forming (DBF) for multiple-beam coverage [8–13], so DBF is also a necessary DSP module on OBP platforms [18,19].
SRAM-FPGA is a good option for OBP implementation because of its high density, high performance, reduced development cost and re-configurability, the last of which is quite useful for remote update and maintenance of the OBP satellite systems [20]. However, SRAM-FPGA based systems, including memories and logics, are sensitive to the radiation in space environments, so they are not reliable enough for spatial applications without any protection. single event upset (SEU) is one of the main radiation effects, and induces the majority of the function faults on OBP platform [21]. Therefore, the SEU-tolerant scheme is the key issue for the feasibility of the SRAM-FPGA based applications on OBP platforms.
As a classical fault-tolerant solution, triple modular redundancy (TMR) applies three identical modules to perform the same process, and the results are processed by a majority voter to produce a single output. So if only one of the three modules fails, the other two can help to mask the faults [22]. However, TMR introduces tripled space, weight and power, which result in impossibility to implement on the satellite platforms where resources are limited. For example, space based radar requires 100's of giga floating point operation's of OBP and 10's of Gbps data links to accomplish mission goals [23]. A TMR approach for such a program would create a system that weighs hundreds of pounds and requires kilowatts of power, which are unbearable for an OBP platform [23]. Thus, for on-board applications, the low-cost fault-tolerant designing is in demand.
The focus of this article is the low cost SEU-tolerant design for the DSPs with the structure expressed as
in whichx(l) andh(l),l = 0, 1, ...,L - 1 are input data for the current operation and coefficients, respectively. Since only multiplications and additions are involved, this structure is called multiply and accumulation (MAC). The reason we choose MAC as our target is that it is the general structure of the common used DSPs in OBP, such as FIR, FFT and DBF. For FIR,h(l) is the filter coefficients. For FFT,h(l) is the rotation factor. And for DBF,h(l) is the weighting coefficient. To facilitate the description and analysis, this article will focus on the SEU-tolerant FIR design. The analysis method and theoretical results can be easily applied to other DSPs with MAC structure.
Our key contributions in this article include three points:
- (1)
A simple DM plus checking module based on residue code (DM-CRC) structure is proposed to reduce the heavy cost of traditional TMR method;
- (2)
The fault missing problem of general residue code based checking module is revealed;
- (3)
Finally, we propose a multi-sample checking (MSC) solution to decrease the fault missing rate.
The rest of this article is organized as follows. In Section 2, related work and mathematical background are given. In Section 3, the single-sample checking based DM-CRC (SSC-DM-CRC) fault-tolerant scheme is proposed, and its fault missing rate analysis for the modulus with different form is given. Section 4 introduces the MSC based DM-CRC(MSC-DM-CRC) scheme to reduce the missing rate of the SSC-DM-CRC. Simulation results to validate our theoretical analysis are given in Section 5. Section 6 concludes this article.
2 Related work and mathematical background
Many fault-tolerant schemes based on residue code have been proposed to reduce the overhead of TMR for FIR design. Before introducing these schemes, the property of residue code and residue number system (RNS) is introduced firstly.
Residue code is applied by a recomputation of the remainders of the division of the operands by a given number [20]. The interesting character of the residue code is that, it maintains the arithmetical and logical properties of operand and invariant for linear operations, including additions/substractions and multiplications. It means that, for the given operandsX andY, the following equation always holds.
wherem is the modulus and op represents the linear operator.
Reference [24] gives the details of RNS applied to fixed-coefficient inner product computation. The RNS is defined by a set ofp pairwise relatively prime integers, {m1,m2,...,mp}. The dynamic range of RNS is given by:M =m1 *m2 * ... *mp. Then an integerX∈ [0,M) can be uniquely expressed in RNS as
where meansX modmi. In RNS, linear operation betweenX andY, including additions, subtractions and multiplications in two's complement system, can be transformed to a set of operations on residues as
the resultZ can be recovered based on by Chinese remainder theorem (CRT) as [25]
Based on RNS, a scheme named redundant RNS (RRNS) [26,27] is proposed for fault tolerant of single branch. In RRNS, redundant branches with new modulus are added to the original RNS system. With the dynamic range maintained, if one of the branches fails because of SEU, the correct result can still be recovered from other branches. Since only redundant branches with simplified computations are added, the SEU-tolerant overhead of RRNS is much smaller than that of TMR. The problem of RRNS is that several CRT modulus are added for fault detection of parallel computation branches, but the CRT modulus themselves are not protected from SEU. If TMR is applied for CRT, the advantage of low overhead will disappear.
To avoid the heavy implementation cost of multiple CRT modules and the corresponding protections, several researches are proposed to apply residue code just for checking based on Equation (2). One of such schemes is the duplication with comparison combined with concurrent error detection (DWC-CED) proposed in [28]. As shown in Figure1, the structure duplicates the normal logic module, and a CED module is added to each logic module for self-checking. As introduced in [28], the CED can be based on time redundancy or hardware redundancy. Considering that the time redundancy based CED introduces extra delay, which will degrade the throughput performance of the system, the hardware redundancy based CED is preferable, and the most common choice for hardware redundancy is residue code. However, fault missing issues exist in the residue code based DWC-CED. For example, the modulus is 7 and the correct result of the logic block and the CED block should 72 and 2, respectively, at some moment. If there is no fault, we have (72)7 = 2, which is equal to the result of the CED block. But if a fault occurs, and changes the result of the logic block from 72 to 79, we will have (79)7 = 2, which is still equal to the result of the CED block. In this situation, the fault is unidentified. The probability of the unidentified fault is called fault missing rate in this article.
DWC-CED [28].
Another residue code based scheme, FIR plus two checking modules based on residue code (CRC), was proposed by [29]. As shown in Figure2, this scheme includes one normal FIR module and two checking modules of residue code based FIR.YCis the correct output andY is the faulty output of the main FIR filter, andY =YC+E. In [29],E is the possible arithmetic errors modeled as 2±j, wherej = 0, 1, ...,ωy- 1, (ωyis the length ofY). and are the outputs of the checking modules, based on which and are defined as and. Then, represents the occurrence of an error. Based on Table1, single bit error can be located, and corrected by a syndrome-to-error mapping logic and a conventional subtractor.
Architecture Proposed in [29].
But there are three important issues neglected in [29]. Firstly, the correct logic is only effecitve for single bit error in the outputs. Actually, this kind of errors occupies only a small part of the fault models. When single error occurs in the intermediate data, multiple bits may upset in the output. For example, for binary computation 11 * 1000 = 11000, when "1000" turns into "1001" by SEU, we obtain 11 * 1001 = 11011. Obviously, two bits are upset in the result, which cannot be corrected by the correction method proposed in [29]. Secondly, the case that an error occurs in the checking module is not taken into account in [29]. What's more, the fault missing problems are also ignored in [29].
It should be noticed that, all the fault-tolerant designs mentioned above behave in such a way that a decision is made for each output. This approach is called SSC in this article.
3 SSC based DM-CRC
Aiming at the problems of the two residue code based schemes mentioned in Section 2, a new residue code based fault-tolerant architecture is proposed in this section, and the fault missing rate is analyzed in detail.
3.1 Architecture and working procedure of SSC based DM-CRC
As shown in Figure3, the proposed architecture includes DM of normal FIR filters, denoted asM1 andM2, and one error DM-CRC, denoted as CRC. The outputs of the three modules are processed by the synthesis logic, which is expected to output the correct result if one of the three branches is failed by SEU. In this section, we suppose that the synthesis logic works according to the usual SSC approach, and a more effective approach will be introduced in next section. Compared with the DWC-CED scheme, the proposed architecture combines the two CED modules into one CRC module, which simplifies the whole system structure. In addition, the working procedure introduced below will show that the proposed structure also takes the SEU in CRC module into account without any simplified fault model, so the problems of the design of "FIR plus two CRC modules" is overcome.
Suppose the same input data stream is feed to the three modules, and the outputs of the two normal FIR modules and the checking module at some moment arey1,y2 andr, respectively. The working procedure for the SSC based synthesis logic is shown in Figure4, and further explained as follows:
- (1)
Ify1 =y2,y1 is chosen as the outputy =y1. At the same time, (y1)mis used to check whether CRC module runs correctly. Two cases may be met here:
- (a)
(y1)m=r: the checking module runs correctly and no action is taken;
- (b)
(y1)m≠r: an SEU occurs in the checking module, so it should enter the recovery process.
- (a)
- (2)
Ify1 ≠y2,r is used to check (y1)mand (y2)maccording to Equation (2). Four cases may be met here:
- (a)
(y1)m=r and (y2)m≠r:y1 is output andM2 enters the recovery process;
- (b)
(y1)m≠r and (y2)m=r:y2 is output andM1 enters the recovery process;
- (c)
(y1)m=r and (y2)m=r: an error happened, but the checking module cannot identify it, soy1 ory2 is chosen randomly as the output. In this casey1 andy2 are called congruent samples.
- (d)
(y1)m≠r and (y2)m≠r: it means more than one branches fail. This case is out of the range of this article.
- (a)
The recovery processing mentioned in (1)-b, (2)-a and b is used to avoid SEU accumulation in the system, and can be accomplished by scrubbing (or reconfiguration) [30]. (2)-c is actually the fault missing event, which is the key problem for residue code based checking and has been ignored in DWC-CED and "FIR plus two CRCs". As mentioned above, an SEU in SRAM-FPGA may not only change the data stored in a memory unit, but may also change the function logic. In this article, we assume that the result of logic damage is always so serious that (2)-b will happen, so the fault missing event is only caused by SEU in a memory unit. In the following sub-sections, this fault missing rate forL-tap FIR filters is analyzed.
3.2 Analysis of the fault missing rate for SSC-DM-CRC
3.2.1 Fault models
In this section, only the basic FIR filters composed of MAC units are considered for the analysis of fault missing rate. Before studying on the performance of SEU-tolerant systems, the SEU fault models are established firstly in this subsection.
ForL-tap FIR filters, the output at some moment can be expressed as
wherexlis thel th input,hlis thel th coefficients,l = 0,1, ...,L - 1. Since FIR filters are composed of MAC units, the fault model can be classified into multiplier-input fault (MIF) model and adder-input fault (AIF) model.
xlandhlare peer-to-peer in Equation (6), hence, the effect of SEU onxlis equivalent to that onhlfor MIF in SSC-DM-CRC system. In this section, the fault missing rate analysis for MIF only focuses on the SEU inhl, and the analytical result is also suitable for the SEU onxl. Assuminghlis changed to, whereq is the position of the upset bit, then the faulty filter output for MIF can be expressed as
The AIF is equivalent to introduce a SEU in the final output, so the faulty output for AIF can be expressed as
Equations (7) and (8) will be used for fault missing rate analysis in following subsections.
3.2.2 Computation of fault missing rate for MIF model
Assuming that an SEU on theq th bit ofhlinM1 branch leads to an unidentifiable error (event of (2)-c in Section 3.1.1), we have
Substituting Equations (6) and (7) into Equation (9), we get
so the fault missing rate for the SSC-DM-CRC with modulem, which is the probability of the happening of Equation (10), can be expressed as
The cases leading to (xl* 2q)m= 0 include the following three cases:
Case A: (xl)m= 0;
Case B: (2q)m= 0, (xl)m≠ 0;
Case C: (xl)m≠ 0, (2q)m≠ 0, but (xl)m* (2q)m=km, wherek is a natural number.
For (xl)m, we proved by simulation (not given in this article due to page limited) that, for random inputsxlwith Gaussian, Rayleigh or Rician distribution, (xl)mis uniformly distributed between 0 andm - 1, or (xl)m~U[0,m- 1].
The analysis of Equation (11) is directly related to the value ofm. According to [31], due to low complexity for implementation, 2nand 2n± 1 are the most common choice form, so this subsection will focus on the analysis ofPm _MIFwhenm = 2nor 2n± 1, respectively.
Form = 2n,Pm _MIFis related to the SEU positionq
- (1)
Ifq ≥n, (2q)m= 0 is always true, so Case B causesPm _MIF= 1, which means the SEU on a bit that is higher thann will never be identified form = 2n.
- (2)
Ifq <n, (2q)m≠ 0 always holds, so Cases A and C are considered. For Case A, (xl)mis always uniform distributed on [0,m - 1], so. For Case C, as 2q<m = 2n, we have (2q)m= 2q. If (xl)m* (2q)m=km (k∈N), we obtain (xl)m=k* 2n-q. As mentioned above, (xl)m∈ [1, 2n- 1], thus, the number of value of (xl)mthat makes (xl)m* (2q)m=km, or the number ofk∈N satisfying (xl)m* (2q)m=km, should be. For example, whenn = 4(m = 16), ifq = 1, (2q)m= 2, so only (xl)m= 8 can make (xl)m* (2q)m= 16 for k = 1; ifq = 2, (2q)m= 4, (xl)m= 4, 8 and 12 can make (xl)m* (2q)m= 16, 32 and 48 fork = 1, 2 and 3, respectively. Since the probability for each value of (xl)m=k* 2n-qis, the fault missing rate for Case C can be calculated as (2q- 1)/2n. Actually, if we consider Case A and a special case of Case C fork = 0, the combined case becomes (2q)m≠ 0, (xl)m* (2q)m=km,k∈Z,k ≥ 0, and it's easy to find out that the fault missing rate for this case is 2q/2nforq <n. In summary, form = 2n, the fault missing rate under MIF model can be expressed as
(12)
Form = 2n± 1, (2q)m≠ 0 always holds, so Cases A and C are considered. For Case A, since (xl)m~U[0,m- 1], then. For Case C, there is no natural valuek satisfying (xl)m* (2q)m=km. This is because:
- (1)
Ifq ≤n, we have (2q)m= 2q, so the value ofk for (xl)m* (2q)m=km should be (xl)m* 2q/(2n± 1), which is not an integer since the denominator cannot be the factor of the numerator;
- (2)
Ifq >n, we have (2q)m= 2q-p(2n± 1), wherep is a natural number, so thek for (xl)m* (2q)m=km is, which is neither an integer since is not an integer.
Finally, we have Prob((xl)m* (2q)m=km) = 0 for non-zero (2q)mand (xl)m. As a result, the fault missing rate for a modulusm = 2n± 1 is
3.2.3 Computation of fault missing rate for the AIF model
Now we consider that an SEU on theq th bit of the adder input inM1 branch leads to an unidentifiable error (event of (2)-c in Section 3.1.1). Substituting Equations (6) and (8) into Equation (9), we have the fault missing rate for the SSC-DM-CRC with modulem expressed as
According to (14), form = 2n, whenq <n, (2q)m= 2q, so. Otherwise, whenq ≥n, (2q)m= 0 always holds, so.
Furthermore, form = 2n± 1, (2q)m≠ 0, so.
Based on the above analysis, although the implementation of CRC withm = 2nis the simplest, the fault missing rate is much higher than that withm = 2n± 1 for both fault models, so we conclude thatm = 2nis not suitable for CRC. On the other hand, the CRC withm = 2n± 1 achieves much smaller fault missing rate with negligible implementation overhead. So the analysis in Section 4 will focus on the CRC withm = 2n± 1.
4 MSC based DM-CRC
This section proposes a solution to the fault missing problem of SSC-DM-CRC and analyzes the related fault missing rate.
4.1 Working procedure of MSC based DM-CRC
The analysis in Section 3 shows that, for the SSC-DM-CRC, smaller modulus brings higher fault missing rate. For example, the missing rate of MIF is 33.3% form = 3. Although the missing rate can be reduced by increasing modulus, the area of CRC module becomes unacceptable [32]. In other words, the SSC-DM-CRC cannot achieve low overhead and small fault missing rate simultaneously. To solve this problem, the MSC is proposed to replace the SSC for identification of fault-free module in the synthesis logic (see Figure3). The general idea of MSC is that, when the unidentified SEU happens, the current outputs ofM1 andM2 are buffered, and the next outputs are used for checking again. This process continues until the fault-free module is identified. Then, all the buffered outputs of the fault-free module are output together. The detailed working procedure of MSC-DM-CRC is shown in Figure5. A potential problem of MSC-DM-CRC is that if the buffered samples of the fault-free module experience SEU, faulty results will be output. In this article, we assume that the buffering cycle is much smaller than the interval between two SEUs, so that only one SEU may happen during the buffering ofN samples.
It should be emphasized that, since the buffered outputs of the fault-free module are output as a block, the equivalent throughput maintains unchanged during the MSC processing.
4.2 Analysis of the fault missing rate for MSC-DM-CRC
The analysis in Section 3 tells that only MIF may be un-recognizable, so this section will focus on the fault missing rate analysis for MIF model. For the MSC-DM-CRC, the effect of SEU to filter coefficients is different from that to input samples. If the SEU occurs on one filter coefficient at some instant, all the outputs henceforth are affected, so we have a lot of chance to identify the fault module by buffering enough outputs. In this case, assuming the samples are mutually independent, the fault missing rate of MSC-DM-CRC for a given buffered lengthN can be expressed as
which equals to (2n± 1)-Nform = 2n± 1. The simulations in Section 5 will show thatn = 3,N = 4 can ensure the as low as 0.05% in practice.
On the contrary, if the SEU occurs in input samples, the fault only affects the results that related to the fault sample, so the chances for MSC to identity the fault-free module is very limited. For example, if a sample experiences an SEU one clock before it shifts out from the filter, only one output is affected by the fault, so the MSC has no more chance to identity the fault-free module than SSC. While if a sample experiences an SEU two clocks before it shifts out from the filter, two outputs will be affected by the fault, so the MSC has one more chance to identity the fault-free module compared with SSC. In general, ifxl(see Equation (6)) experiences SEU, the minimum missing probability of the un-recognizable fault should be
then the average fault missing rate for SEU on samples can be expressed as:
Considering that the un-recognizable faults for MSC are mainly from the samples at the end of the filtering procedure, e.g.l =L - 1 orL - 2, the registers storing these samples should be taken as "VIPs" and hardened by individual protection, such as TMR.
Now the hybrid scheme combining MSC and TMR can guarantee a low fault missing rate, even the SEU happens on input samples.
5 Simulation results
In this section, FPGA based fault injections are performed to show the overhead reduction of the DM-CRC architecture relative to the TMR, and to validate the fault missing analysis for the SSC-DM-CRC and MSC-DM-CRC based FIR designs in Sections 3 and 4. In the simulations, a 16-tap FIR filter with 8-bit inputs and 8-bit coefficients are implemented in ISE12.3 for Xilinx FPGA Virtex-4 XC4VLX100.
Firstly, the resource usages of the DM-CRC based FIR design and the TMR based FIR design are compared in Table2. It can be seen that, smaller modulus brings larger overhead reduction. For example, about 30 and 20% resources are saved whenn = 2 andn = 3, respectively, relative to that of TMR. Whenn is as large as 6, the overhead of slices and LUTs for the DM-CRC is even larger than that for the TMR. This is because the overhead introduced by the module operation for all the addition and multiplication is larger than the reduction brought by the FIR implementation with shortened input samples and filter coefficients.
Secondly, fault missing rate in MIF and AIF models are compared in Figure6 form = 23 = 8 andm = 23 - 1 = 7. Since the fault missing rate is related to the upset position whenm = 8, each bit of the input of multipliers and adders is upset in turn. From Figure6, we see that the fault missing rate form = 7 keeps to be 14.2% and 0 in MIF and AIF model, respectively, no matter which bit is upset. This is consistent with Equation (13) and the analysis in Section 3.2.3. Form = 8, whenq = 0, 1 and 2, the fault missing rates in MIF model are 12.5, 25 and 50%, respectively, and that in AIF model keeps to be 0. Whenq ≥ 3, the fault missing rate keeps to be 100% in both MIF model and AIF model. This is because the fault, caused by the upset of bit higher than the third one, will not change the result of modulo-8, which means the fault will be missed definitely. These results are consistent with Equation (12) and the analysis in Section 3.2.3.
To show the necessity of the MSC-DM-CRC scheme, the probability for congruent outputs between correct FIR branch and the faulty FIR branch are examined. In the test, 136,000 samples are input to the two 16-tap FIR filters, and SEU is injected randomly into the input samples and filter coefficients for one of the filters. The two output streams then goes through the modulo-m operation, wherem = 2n- 1 withn = 2, 3, 4, 5 and 6. The results show that, the number of congruent samples forn = 2, 3, 4, 5 and 6 are 45184, 19752, 9352, 4416 and 2376, respectively, which are about and of total samples. These values tell that the congruent outputs are not events with low probabilities, so congruent problem is serious for the SSC-DM-CRC scheme, especially with small modulus. In addition, many of the congruent pairs of samples are consecutive, so the MSC scheme is very necessary. Figure7 shows the percentage of single, two, three, four, five and six consecutive congruent pairs of samples for different moduli (n = 2, 3, 4, 5 and 6). For a specifiedn, the leftmost bar represents the probability of single congruent samples, the rightmost bar represents the probability of six consecutive congruent samples, and the sum of the probability of each bar is approximately the fault missing rate of the system (seven or more consecutive congruent samples are ignored because of their low probabilities). These results will be used later to check the correctness of results for SSC/MSC-DM-CRC testing.
Figure8 shows the fault missing rate for different modulus and different number of samples for checking in the MSC-DM-CRC based FIR design. The modulus is in the form of 2n- 1, and both the simulation and theoretical results are given for different moduli (n = 2, 3, 4, 5 and 6) and different number of samples for MSC-DM-CRC (N = 1, 2, 3 and 4). The MSC-DM-CRC withN = 1 is actually SSC-DM-CRC. From the figure, it's clear that: (1) larger modulus brings lower fault missing rate; (2) more samples for MSC produces lower fault missing rate; (3) the simulation results match the theoretical results very well. For a specifiedn, the sum of probabilities for all bars in Figure7 correspond to the fault missing rate of SSC in Figure8, and the sum of probabilities for 2-6 consecutive congruent samples correspond to the fault missing rate of MSC withN = 2. In this way, we can verify the consistency of Figures7 and8. For example, the fault missing rate forn = 2 andN = 3 can be read from Figure8 as about 5.25%. Since three samples for checking can detect all the faults those producing single congruent output and two consecutive congruent outputs, the fault missing rate should be the sum of the probabilities of 3-6 consecutive congruent outputs. In Figure7, the probability for 3, 4, 5 and 6 consecutive congruent outputs are 3.6, 1.1, 0.4 and 0.12%, respectively, and the sum of these probabilities are 5.22%, which is very closed to 5.25%. The remaining 0.03% fault missing rate should come from seven or more consecutive congruent outputs.
Since the properties of fault missing rate are similar form = 2n± 1, the simulations form = 2n+ 1 are not given here. It should be pointed out that, the numerical results given in this section are only based on the basic implementation of a 16-tap FIR filter, and other FIR implementations may produce different results. However, our analysis method and the general conclusions given in this article should hold for all CRC based SEU-tolerant FIR designs.
6 Conclusion
To reduce the area and power overhead of TMR protected on board processing (OBP) transponders, a simple and effective SEU-tolerant design is proposed for the basic FIR implementation. The design is based on a structure with DM of normal FIR and one DM-CRC. The fault missing problem, which is common for residue code based checking schemes, is firstly revealed in this article, and the fault missing rate for SSC is analyzed in detail based on the DM-CRC structure. Then, the MSC is proposed to solve the fault missing problem. The MSC-DM-CRC based FIR design achieves smaller overhead and lower fault missing rate simultaneously. Fault injection campaigns show that, for a 16-tap FIR filter with 8-bit input samples and coefficients, if the modulus for checking branch is 7 and the buffering length is 4, the proposed MSC-DM-CRC FIR design can save more than 20% area overhead relative to the TMR design, and the fault missing rate can be reduced to 0.05%. The analysis method and theoretical results can also be applied to the SEU-tolerant design of other On-Board DSPs with MAC structure, such as FFT and digital beamforming.
Acknowledgements
This work was supported by National Basic Research Program of China (2012CB316002), National S&T Major Project (2011ZX03004-004) and Tsinghua Research Funding.
References
Jolfaei MA, Jakobs KRA: Concept of on-board-processing satellites. InProceedings of Universal Personal Communications. Dallas, TX; 2002:1-4.
Farserotu J, Prasad R: A survey of future broadband multimedia satellite systems, issues and trends.IEEE Commun Mag 2000, 38(6):128-133. 10.1109/35.846084
Ibnkahla M, Rahman Q, Sulyman A, Al-Asady H, Yuan J, Safwat A: High-speed satellite mobile communications: technologies and challenges.Proc IEEE 2004, 92(2):312-339. 10.1109/JPROC.2003.821907
Verma S, Wiswell E: Next generation broadband satellite communication systems. InProceedings of the 20th AIAA International Communication Satellite Systems Conference and Exhibit. Montreal, Quebec, Canada; 2002:1-7. 2002
Gupta D, Filippov T, Kirichenko A, Kirichenko D, Vernik I, Sahu A, Sarwana S, Shevchenko P, Talalaevskii A, Mukhanov O: Digital channelizing radio frequency receiver.IEEE Trans Appl Superconduct 2007, 17(2):430-437.
Butash TC, Marshall JR: Leveraging digital on-board processing to increase communications satellite flexibility and effective capacity. InProceedings of the 28th AIAA International Communications Satellite Systems Conference. Anaheim, California; 2010:113-122. 2010
Angeletti P, De Gaudenzi R, Lisi M: From "Bent pipes" to "software defined payloads": evolution and trends of satellite communications systems. InProceedings of the 26th AIAA International Communications Satellite Systems Conference. San Diego, CA; 2008:1-10. 2008
Wiemann K: The ACeS digital channelizer--the next generation in regional digital satellite telephone communications. InProceedings of the 19th Digital Avionics Systems Con-ference, 2000. Philadelphia, USA; 2000:1-6.
Sunderland D, Duncan G, Rasmussen B, Nichols H, Kain D, Lee L: Megagate ASICs for the thuraya satellite digital signal processor. InProceedings of International Symposium on Quality Electronic Design, 2002. Washington. DC, USA; 2002:479-486.
Kumar R, Taggart D, Monzingo R, Goo G: Wideband gapfiller satellite (WGS) system. InProceedings of the IEEE Aerospace Conference, 2005. Big Sky, MT, USA; 2005:1410-1417.
Ludong W, Ferguson D: WGS air-interface for AISR missions. InProceedings of the IEEE Milcom 2007 Conference, 2007. Orlando, FL, USA; 2007:1-7.
Sadowsky JS, Lee DK: The MUOS-WCDMA air interface. InProceedings of the IEEE Milcom 2007 Conference, 2007. Orlando, FL, USA; 2007:1-6.
Wadsworth D: Military communications satellite system multiplies UHF channel capacity for mobile users. InProceedings of IEEE Military Communications Conference, 1999. Atlantic City, NJ; 1999:1145-1152. 2
Kolawole MO:Satellite Communication Engineering. Marcel Dekker, New York; 2002.
Maral G, Bousque M:Satellite Communications Systems: Systems, Techniques and Technology. 5th edition. Wiley, New Jersey; 2009.
Fernando W, Rajatheva R: Performance of COFDM for LEO satellite channels in global mobile communications. InProceedings of Vehicular Technology, 1998. Ottawa, Ont; 1998:1503-1507. 2
Papathanassiou A, Salkintzis A, Mathiopoulos P: A comparison study of the uplink performance of W-CDMA and OFDM for mobile multimedia communications via LEO satellites.IEEE Personal Communication 2001, 8(3):35-43. 10.1109/98.930095
Litva J, Lo TK:Digital Beamforming in Wireless Comuunications. Artech House, Inc. Norwood, MA; 1996.
Chiba I, Miura R, Tanaka T, Karasawa Y: Digital beam forming (DBF) antenna system for mobile communications.Aerosp Electron Syst Mag 1997, 12(9):31-41. 10.1109/62.618017
Kastensmidt FL, Carro L, Reis R:Fault-Tolerance Techniques for SRAM-Based FPGAs. Springer, New Haven; 2006.
Kaschmitter D, ans Shaeffer JL, Collea N, McKnett C, Coakley P: Operation of commercial R3000 processors in the low earth orbit (LEO) space environment.Nucl Sci 1991, 38(6):1415-1420. 10.1109/23.124126
Carmichael C:Application Note: Triple Module Redundancy Design Techniques for Virtex FPGAs (XAPP197 (v1.0.1)). XILINX INC; 2006.
Murray PL, VanBuren D: Single event effect mitigation in reconfigurable computers for space applications. InProceedings of IEEE Aerospace Conference, 2005. Big Sky, MT, USA; 2005:1-7.
Wrzyszcz A, Milford D, Dagless EL: A new approlach to fixed-coefficient inner product computation over finite rings.IEEE Trans Comput 1996, 45(12):1345-1355. 10.1109/12.545965
Cardarilli GC, Nannarelli A, Re M: Residue number system for low-power DSP applications. InProceedings of Conference Record of the Forty-First Asilomar Conference on Signals, Systems and Computers, ACSSC 2007. Pacific Grove, CA; 2007:1412-1416.
Etzel MH, Jenkins WK: Redundant residue number systems for error detection and correction in digital filters.IEEE Trans Acoust Speech Signal Process 1980, 28(5):538-544. 10.1109/TASSP.1980.1163442
Li L, Hu J: Error correcting properties of redundant residue number systems.IEEE Trans Nucl Sci 2010, 57: 2332-2343.
Kastensmidt FL, Neuberger G, Carro L, Reis R: Designing fault-tolerant techniques for SRAM-based FPGAs.IEEE Circ Syst Soc 2004, 21(6):522-562.
Rodríguez-Navarro JJ, Gansen M, Noll TG: Error-tolerant FIR filters based on low-cost residue codes.IEEE International Symposium on Circuits and Systems (ISCAS), 2005 2005, 5: 5210-5213.
Bolchini C, Miele A, Santambrogio M, Politecnico di Milano M: TMR and partial dynamic reconfiguration to mitigate SEU faults in FPGAs. InProceedings of Defect and Fault-Tolerance in VLSI Systems, 2007. Rome; 2007:87-95.
Jenkins WK, Leon BJ: The use of residue number systems in the design of finite impulse response digital filters.IEEE Trans Circ Syst 1977, 24: 191-200. 10.1109/TCS.1977.1084321
Nannarelli A, Re M, Cardarilli GC: Tradeoffs between residue number system and traditional FIR filters. InProceedings of the 2001 IEEE International Symposium on Circuits and Systems (ISCAS), 2001. Sydney, NSW; 2001:305-308. 2
Author information
Authors and Affiliations
Department of Communication Engineering, Xiamen University, Xiamen, China
Wenhui Yang
Research Institute of Information Technology, State Key Laboratory on Microwave and Digital Communications, Tsinghua National Laboratory for Information Science and Technology (TNList), Tsinghua University, China
Zhen Gao, Ming Zhao & Jing Wang
Aerospace Center, School of Aerospace, Tsinghua University, Beijing, China
Xiang Chen
- Wenhui Yang
You can also search for this author inPubMed Google Scholar
- Zhen Gao
You can also search for this author inPubMed Google Scholar
- Xiang Chen
You can also search for this author inPubMed Google Scholar
- Ming Zhao
You can also search for this author inPubMed Google Scholar
- Jing Wang
You can also search for this author inPubMed Google Scholar
Corresponding author
Correspondence toXiang Chen.
Additional information
Competing interests
The authors declare that they have no competing interests.
Authors’ original submitted files for images
Below are the links to the 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.
About this article
Cite this article
Yang, W., Gao, Z., Chen, X.et al. Residue code based low cost SEU-tolerant fir filter design for OBP satellite communication systems.J Wireless Com Network2012, 174 (2012). https://doi.org/10.1186/1687-1499-2012-174
Received:
Accepted:
Published:
Share this article
Anyone you share the following link with will be able to read this content:
Sorry, a shareable link is not currently available for this article.
Provided by the Springer Nature SharedIt content-sharing initiative