Efficient FFT Network Testing and Diagnosis Schemes

Size: px
Start display at page:

Download "Efficient FFT Network Testing and Diagnosis Schemes"

Transcription

1 IEEE TRANSACTIONS ON VERY LARGE-SCALE INTEGRATION (VLSI) SYSTEMS, VOL. 10, NO. 3, JUNE Efficient FFT Network Testing and Diagnosis Schemes Jin-Fu Li and Cheng-Wen Wu, Senior Member, IEEE Abstract We consider offline testing, design-for-testability, and diagnosis for fast Fourier transform (FFT) networks. A practical FFT chip can contain millions of gates, so effective testing and fault-tolerance techniques usually are required in order to guarantee high-quality products. We propose M-testability conditions for FFT butterfly, omega, and flip networks at the double-multiply subtract add (DMSA) module level. A novel design-for-testability technique based on the functional bijectivity property of the specified modules to detect faults other than the cell faults is presented. It guarantees 100% combinational fault coverage with negligible hardware overhead about 0.17% for an FFT network with 16-bit operand words, independent of the network size. Our design requires fewer test vectors compared with previous ones a factor of up to 1 (6 2 5 ), where is the word length. We also propose C-diagnosability conditions and a C-diagnosable FFT network design. By properly exchanging and blocking certain fault propagation paths, a faulty DMSA module can be located using a two-phase deterministic algorithm. The blocking mechanism can be implemented with no additional hardware. Compared with previous schemes, our design reduces the diagnosis complexity from ( ) to (1). For both testing and diagnosis, the hardware overhead for our approach is only about 0.43% for 16-bit numbers regardless of the FFT network size. Index Terms Butterfly network, C-testable, design-for-diagnosability, design-for-testability, diagnosis, fault tolerance, fast Fourier transform (FFT), logic testing, M-testable. I. INTRODUCTION FAST Fourier transform (FFT) algorithms are used in a wide range of digital-signal-processing (DSP) applications, such as digital filtering, correlation, speech and audio coding, image processing, digital broadcasting, and spectrum analysis [1] [3]. Due to the inherent parallelism of FFT algorithms, FFT networks are often used in real-time processing or where speed is of extreme importance. A typical -point FFT network is composed of two-input butterflies, organized as stages where each stage includes butterflies. For example, an eight-point FFT butterfly network is shown in Fig. 1. Although, in practice can be very large, with the advent of deep-submicron VLSI technology and system-on-chip design methodology, we have seen the possibility of integrating a large FFT network on a single chip [4] [9]. Limited accessibility of the circuit components in such a chip, however, poses considerable challenges in testing and diagnosis. Particularly, the cost of diagnosis is rapidly increasing along with the complexity of the chip. It is Manuscript received January 13, 2001; revised July 9, The authors are with the Laboratory for Reliable Computing (LARC), Department of Electrical Engineering, National Tsing Hua University, Hsinchu, Taiwan ( cww@ee.nthu.edu.tw). Publisher Item Identifier S (02) Fig. 1. An eight-point FFT network. indispensable to control these costs and provide a cost-effective solution. Therefore, it is important to develop efficient testing and diagnosis approaches. Diagnosis is the prerequisite for repair. It also plays an important role in identifying design and process errors. For big FFT chips, therefore, diagnosis is vital for yield improvement. Diagnosis is also the key to many fault tolerance approaches that improve product reliability. To improve the testability and diagnosability of FFT chips, several testable or diagnosable designs have been proposed [10] [23]. Jou and Abraham [10], introduced a concurrent error-detection (CED) scheme for FFT networks, whose hardware overhead ratio is. A time-redundancy method was also used to detect and locate the faulty modules. In [11], a recomputing by alternate path approach was proposed to detect errors during normal operation. Once an error is found, the faulty butterfly module is located within extra cycles. A one-pass procedure derived from an algorithmic flow allows detection and location of single faults [13]. The procedure needs operations for an -point FFT network. In [14], an approach for CED and fault location in homogeneous VLSI/WSI architectures for computing complex FFT was presented. Tao and Hartmann [16] developed a CED method using 5% extra hardware and less extra time delay than the scheme proposed in [10]. Also, the fault coverage was significantly increased. In [17], the butterfly networks were shown to be testable with only 32 test patterns by using a novel input-assignment technique. The proposed test scheme guarantees 100% coverage of combinational single-cell faults. Then, in /02$ IEEE

2 268 IEEE TRANSACTIONS ON VERY LARGE-SCALE INTEGRATION (VLSI) SYSTEMS, VOL. 10, NO. 3, JUNE 2002 [18], C-testability conditions and technique guaranteeing 100% single module-fault coverage for FFT networks were presented. The hardware overhead is about 0.47% for 8-bit inputs. Feng and Lombardi [15] also proposed a C-testable FFT design using the topological equivalence scheme, which requires test vectors, where represents the number of all inputs combinations of a two-point butterfly module. A testing and fault location process with time complexity was also developed. Later, concurrent error location and correction methods for FFT networks were proposed [20], where a faulty component can be located with an extra try followed by comparisons of corrupted outputs. An algorithm-based CED scheme using the checksum approach was reported in [21], which allows high-error coverage with low false alarm rate by applying the linear weight factors to the checksums. In [23], a CED scheme for FFT perfect-shuffle network was proposed. This scheme can locate a pair of faulty butterfly modules without additional computations and the faulty pair can be replaced by a spare one as soon as a fault is detected. In this paper, we configure the FFT networks as iterative logic arrays (ILAs) to greatly improve their testability and diagnosability. We propose M-testability conditions for FFT butterfly, omega, and flip networks at the double-multiply-subtract-add (DMSA) module level. A novel design-for-testability technique based on the functional bijectivity property of the DMSA module to detect faults other than the cell faults is presented. Our method guarantees 100% combinational fault coverage with negligible hardware overhead about 0.17% for an FFT network with 16-bit operand words, independent of the network size. Our design requires fewer test vectors compared with previous ones a factor of up to, where is the word length. We also propose C-diagnosability conditions and a C-diagnosable FFT network design. By properly exchanging and blocking certain fault propagation paths, a faulty DMSA module can be located using a two-phase deterministic algorithm. The blocking mechanism can be implemented without additional hardware. Compared with previous schemes, our design reduces the diagnosis complexity from to. For both testing and diagnosis, the hardware overhead is only about 0.43% for 16-bit numbers regardless of the FFT network size. II. BACKGROUND A. FFT The discrete FFT of a sequence of length is [1] where The term represents the twiddle factor. Algorithms that decompose the computation of the discrete Fourier transform of a length into continuously smaller discrete Fourier transform are called FFT algorithms [1]. An -point FFT can be implemented with hardware by a -stage butterfly network. The (1) (2) Fig. 2. A butterfly constructed with four MSA modules. basic butterfly module performs a two-point butterfly computation, where the complex values and are computed according to the following equations: The factor is a representative twiddle factor. Complex multiplication, addition, and subtraction operations are required in the butterfly module. The entire FFT is finished in cycles with butterfly modules. Let,, and be expressed in complex form as follows: where. Substituting (4) into (3), we obtain The computation in (5) can be implemented by four identical multiply subtract add (MSA) modules, as shown in Fig. 2 [12], [24]. Each MSA module is composed of a parallel 2 s-complement array multiplier, a binary subtractor, and a binary adder. A bit-level array design of the MSA module is shown in Fig. 3 [22]. The array size is for -bit numbers. In this design, three types of cell are used: a) the multiplier cell ( ), b) the subtractor cell ( ), and c) the adder cell ( ), as shown in Fig. 4. B. M-Testable ILAs We follow the definitions given in [25]. A regular array composed of identical cells is called an iterative logic array (ILA). Each cell in an ILA performs a combinational function :, where and for. A cell function is injective if,. If a function is injective and, then the function (3) (4) (5)

3 LI AND WU: EFFICIENT FFT NETWORK TESTING AND DIAGNOSIS SCHEMES 269 Fig D+45 tessellation. Fig. 3. The bit-level array design for an MSA module. Fig. 6. Testable butterfly design using an additional switch. Fig. 4. (a) Multiplier cell. (b) Subtractor cell. (c) Adder cell. is bijective.acomplete or exhaustive input sequence for a cell is an input sequence including all input combinations of the cell. A complete output sequence is defined analogously. A shortest complete sequence is called a minimal complete sequence. To test an ILA based on the single cell fault model, it is sufficient to verify the function of every cell in it. An ILA is C-testable [26] if it can be tested with a constant number of test vectors regardless of the array size (or number of cells). An M-testable array is a C-testable array which is testable with the minimal constant number of vectors [27]. M-testability implies that the array can be pseudoexhaustively tested with only patterns regardless of the array size, where is the word length of the cell. It has been shown that a -dimensional ILA,, is M-testable if it has a bijective cell function [25], [27]. For example, consider the two dimensional (2-D) mesh-connected array as shown in Fig. 5 [25], where denotes a minimal complete input sequence. The cells lie on the same diagonal line apparently receive the same minimal complete input sequence if the cell function is bijective and we apply the primary input sequences to the boundary cells as shown in the figure. This pattern is called a tessellation [28]. Since the cell function is bijective, any fault can automatically be propagated to some observable primary outputs. If the cell function is not bijective, then a design-for-testability technique can be used to modify the cell function to make it bijective [29].

4 270 IEEE TRANSACTIONS ON VERY LARGE-SCALE INTEGRATION (VLSI) SYSTEMS, VOL. 10, NO. 3, JUNE 2002 Fig. 7. An eight-point FFT network composed of DMSA1 and DMSA2 networks in test mode. III. M-TESTABLE FFT NETWORKS A. M-Testability Conditions for FFT Networks A butterfly is composed of four MSA modules as shown in Fig. 2. We add a switch to the input of the butterfly for exchanging and, as shown in Fig. 6. The butterfly can be partitioned into two double-msa (DMSA) modules, DMSA1 and DMSA2, in the test mode, where DMSA1 and DMSA2 represent, respectively, the upper and lower MSA pairs in Fig. 6. An -point FFT network thus can be viewed as formed by the separate DMSA1 and DMSA2 networks. For example, the eight-point FFT butterfly network in test mode is as shown in Fig. 7. In test mode, the functions of DMSA1 are and the functions of DMSA2 are (6) Fig. 8. An M-testable 16-point FFT butterfly network. From (6) and (7), we see that DMSA1 and DMSA2 have bijective functions if and, i.e., and. The M-testability condition for an -point FFT butterfly network based on the DMSA1 (DMSA2) is described in thm 1 (see Appendix I-A for its proof). In what follows, we assume that for some. Theorem 1: An -point FFT butterfly network based on the DMSA1 (DMSA2) module is M-testable if the outputs of the (7) bottom-left DMSA1 (DMSA2) module in each four-point FFT block are swapped and the function of the DMSA1 (DMSA2) module with ( ) is changed to that of DMSA2 (DMSA1), where. According to Thm 1, an M-testable 16-point FFT butterfly network, as depicted in Fig. 8, can be obtained. During the test mode, the DMSA2 modules with are changed to DMSA1 modules, and the DMSA1 modules with are changed to DMSA2 modules. Also, the outputs of the bottom-left module of each four-point block (e.g.,,,, and ) are swapped. The M-testability conditions for -point FFT omega and flip networks are described in Thms 2 and 3, respectively. The proofs are given in Appendix I-A. Examples of M-testable

5 LI AND WU: EFFICIENT FFT NETWORK TESTING AND DIAGNOSIS SCHEMES 271 B. Design for M-Testability As stated in the previous theorems, the prerequisite for M-testability is the realization of the exchange function and output swapping mechanism. Assume that and during the test mode. Changing the sign of will swap and [see (6)], and changing the sign of will change the function of DMSA1 to DMSA2 and vice versa [see (6) and (7)]. Let be a 2 s-complement number, then If ( ) is substituted for, then and (8) (9) Fig. 9. An M-testable 16-point FFT omega network. (10) It can be used to calculate. In the MSA module (see Fig. 3), the input sequence in normal mode. Suppose that in test mode and the array multiplier outputs are complemented, then the output value of the array multiplier becomes. We can modify the multiplier cells in the last column to realize the mechanism. Assume that a basic multiplier cell consists of two XOR, three AND, and one OR gates as depicted in Fig. 11(a). Fig. 11(b) shows a modified multiplier cell, where two XONR gates ( and ) replace the XOR gate. An extra input of (i.e., ) controls the circuit operation modes: for normal mode and for test mode, respectively. The two XNOR gates serve as an XOR gate and an XNOR gate in normal mode and test mode, respectively. The multiplier then produces negative output in test mode. This method relies on the implementation of the multiplier cell. Alternatively, we can add an XOR gate to each output of the array multiplier, and a controlling signal ( ) can be used to complement the output in test mode. Fig. 10. An M-testable 16-point FFT flip network. 16-point FFT omega and flip networks are shown in Figs. 9 and 10, respectively. Theorem 2: An -point FFT omega network based on DMSA1 (DMSA2) module is M-testable if the outputs of the DMSA1 (DMSA2) modules in are swapped, where and, and the function of the DMSA1 (DMSA2) module with ( ) is changed to that of DMSA2 (DMSA1), where. Theorem 3: An -point FFT flip network based on DMSA1 (DMSA2) module is M-testable if the outputs of each of the DMSA1 (DMSA2) modules in are swapped, where and, and the function of the DMSA1 (DMSA2) modules with ( ) is changed to that of DMSA2 (DMSA1), where. IV. C-DIAGNOSABLE FFT NETWORKS An FFT network is said to be C-diagnosable if there exists a diagnosis algorithm whose complexity (or number of test patterns to locate a faulty module) is independent of the network size. Many diagnosis (fault location) methods for the FFT networks have been proposed in the past, including online diagnosis schemes [10], [11], [14], [20] and offline ones [13], [15]. The complexity of these diagnosis methods depends on the size of the FFT networks, from to. We will propose a C-diagnosable design for the FFT networks in this section, i.e., the complexity is. Note that we will discuss the C-diagnosable scheme based on the M-testability conditions described in the previous section, though it also can be applied to other M-testability schemes proposed in [17], [18]. A. C-Diagnosability Conditions We will focus on the FFT butterfly network, though the discussion is applicable to other types of FFT network. The syndrome,,isa -bit vector defined

6 272 IEEE TRANSACTIONS ON VERY LARGE-SCALE INTEGRATION (VLSI) SYSTEMS, VOL. 10, NO. 3, JUNE 2002 Fig. 12. An eight-point FFT butterfly network. (a) A faulty module. (b) Two faulty modules. Fig. 11. (a) Multiplier cell. (b) Modified multiplier cell. for an -point FFT butterfly network, where the bit if and only if the th module at the last stage has incorrect output values. Exchanging the upper and lower outputs results in a dual syndrome. For example, if the fault is propagated from only the upper output of the faulty module in Fig. 12(a), then the syndrome is. Its dual syndrome can be obtained by exchanging the upper output to lower output. We have the following observations for the FFT butterfly network. 1),,, and form a four-point FFT block. 2) The fault propagation paths form a tree (see Lemmas 4 and 5 in the Appendix). An example is shown in Fig. 12(a), an eight-point FFT butterfly network with a faulty module, where the fault propagation tree is highlighted. 3) If, then for, where represents the outputs of the modified modules. 4) A fault propagated to both outputs of in a four-point FFT block will result in the same syndrome as when the fault is propagated to both outputs of in the FFT block. For example,,,, and form a four-point FFT block as shown in Fig. 12(b). A fault in or produces the same syndrome. 5) If a fault is propagated to only one output of a module, then the module is the fault site (according to Lemmas 4 and 5 in Appendix I-B). 6) The faulty module is in stage or, which can be determined by the number of 1s of the syndrome (see Lemma 6 in the Appendix). So far the fault can be located only to within two neighboring stages. Also, aliasing may result from different faulty modules in the same stage. The first problem can be solved by exchanging the outputs of the suspected faulty module in stage and comparing the syndromes. If the faulty module is in stage, then both its outputs are faulty. Note, that although there are possible faulty modules, we have only possible syndromes due to aliasing. If some modules from stage to stage can

7 LI AND WU: EFFICIENT FFT NETWORK TESTING AND DIAGNOSIS SCHEMES 273 Fig. 13. A four-point diagnosable FFT butterfly network. Fig. 14. The diagnosis algorithm DIA_ALG(). Fig. 15. Diagnosis example for Case 1. be switched to the blocking mode (explained below), then we can increase the number of possible syndromes to, i.e., the exact faulty module in stage can be located. If the faulty module is in stage, then we recover the exchanged outputs of to its original configuration. The faulty module in stage will propagate the fault to exactly one module in stage, so the same approach can be used to locate the fault in stage. We say an FFT network is diagnosable if the exact faulty module can be located. To make a network diagnosable, we can block the upper input of a module and replace it with the lower input (see the lower right module in Fig. 13) in order to avoid aliasing. For the example shown in Fig. 13, it is apparent that the syndromes for a faulty and faulty will be different. Therefore, the C-diagnosability conditions for the FFT butterfly, omega, and flip networks as stated in thms 4 6 (see Appendix I-B) can easily be proven. B. Diagnosis Algorithm Fig. 14 shows the diagnosis algorithm DIA_ALG() for the FFT networks. Once a fault is detected, the algorithm performs the diagnosis procedure by syndrome comparison as discussed above. The faulty module can be isolated to within two adjacent stages by counting the syndrome weight (see Lemma 6 in Appendix I-B). Note that the case when is trivial, and the faulty module (which is in the last stage) can be identified directly by the syndrome. If, then the blocking technique will be used, as shown in DIA_ALG(). A special case is, which indicates that the faulty module is in the first stage and both its outputs are faulty. Blocking is used directly. For other cases we need to obtain the new syndrome,, after output exchange. If, then the upper inputs of are blocked, where. The test pattern that de- tects the fault is applied again to locate the faulty module. If, the upper inputs of those specified modules also are blocked. However, to propagate the fault to the stage next to stage along a unique path, the exchanged outputs of,, must be recovered. The faulty module can then be identified by the syndrome after reapplying the test pattern. An eight-point FFT butterfly network will be used as an example to explain the diagnosis procedure for two different cases. Case 1: Assume that the output syndrome is after testing, i.e., the faulty module is in stage 0 or 1. The suspect modules are shown in Fig. 15(a), shaded. The outputs of the modules in stage 0 are then exchanged and the syndrome is either or, as shown in Fig. 15(b). If the syndrome is, then and are blocked, as shown in Fig. 16(a). The new syndrome will be or, indicating or is faulty, respectively. If, however, the syndrome after output exchange is, then and are blocked, and we recover the exchanged outputs of and to the original configuration as shown in Fig. 16(b). The faulty module can then be identified. Table I summarizes the four possible syndromes and the respective faulty modules. Case 2: If the output syndrome is after testing, then the faulty module must be in stage 0. All the modules in stage 0 are possible faulty modules as shown in Fig. 17(a). Therefore, only,,, and are blocked as shown in Fig. 17(b), and the faulty module can be identified. The possible syndromes and the respective faulty modules are shown in Table II. C. Design for C-Diagnosability To exchange the outputs, switches are added to the outputs of the modules from stages 0 to. It can easily be im-

8 274 IEEE TRANSACTIONS ON VERY LARGE-SCALE INTEGRATION (VLSI) SYSTEMS, VOL. 10, NO. 3, JUNE 2002 TABLE II POSSIBLE SYNDROMES AND RESPECTIVE FAULTY MODULES FOR CASE 2 Fig. 16. Diagnosis example for Case 1 (continued). TABLE I POSSIBLE SYNDROMES AND RESPECTIVE FAULTY MODULES FOR CASE 1 Fig. 18. A 3-bit MSA module with blockable q inputs. plemented by multiplexers. We now discuss the implementation of the blocking mechanism for DMSA1. It also is applicable to DMSA2. The upper input of DMSA1 is [see (6)]. Since is an operand of the binary adder (see Fig. 2) and each bit of is an input of the AND gate of the adder cell [see Fig. 4(c)], can be blocked by controlling the other input of the AND gate. A 3-bit MSA module with blockable inputs is shown in Fig. 18. In the shaded cell, the input originally connected to 1 is replaced by the control signal. V. ANALYSIS AND COMPARISON The hardware overhead is defined as the ratio of the additional transistors with respect to the total transistors of the original FFT network. The number of transistors of an MSA module is [18] (11) An -point FFT network has butterfly modules and each butterfly modules consists of four MSA modules. Therefore, the total number of transistors in an -point FFT network is (12) Fig. 17. Diagnosis example for Case 2. In Fig. 11, the modified cell has two additional transistors, since two XNOR gates can be implemented with eight transistors, while an XOR gate is implemented with six transistors [30]. The

9 LI AND WU: EFFICIENT FFT NETWORK TESTING AND DIAGNOSIS SCHEMES 275 Fig. 19. Hardware overhead with respect to n and N. number of modules whose function is exchanged is, each requiring extra transistors; and modules have swapped outputs in test mode, each requiring additional transistors. Each butterfly module also needs a switch ( transistors) to separate the butterfly module into two DMSA modules. Hence, the number of extra transistors of the M-testable design is Thus, the hardware overhead is (13) (14) It is about 0.17% for 16-bit numbers regardless of the FFT network size. The plots of with respect to and are depicted in Fig. 19. From the figure, we see that the hardware overhead is dependent on and is almost independent on. For the diagnosable design, only the output exchange mechanism needs extra hardware. The input blocking mechanism only requires a control signal. Each of the butterfly modules from stage 0 to requires switches to exchange the outputs. A switch can be implemented by four transistors, and there are outputs in each butterfly module. The number of additional transistors for the output exchange mechanism thus is Therefore, the hardware overhead is (15) (16) It is about 0.26% for 16-bit numbers and can be considered independent on when is large. We do not estimate the hardware overhead resulting from additional interconnects. It is difficult to estimate the area overhead without the layout information. However, since our design only needs to add local interconnects, except the control signals, area overhead due to additional interconnects will be small. The number of the inputs of a DMSA module is,soan -point FFT network can be pseudoexhaustively tested with patterns using the proposed M-testable design. The comparison results between ours and previous methods [13], [15], [17] are shown in Table III. In [17], an input-assignment technique was used to design M-testability FFT networks. Butterfly-level faults are considered and tests are needed. The required hardware overhead is very low since only a small amount of switches are required. In [13], testing and diagnosis approaches were proposed. An entire FFT network can be tested with operations proportional to (L-testability). In [15], a C-testability scheme was proposed. The number of tests is. They modified the binary adder and subtractor of the MSA module to a switchable adder/subtractor. The hardware overhead was not reported. As soon as an error is detected, our approach only needs two extra tests to identify the faulty module, i.e., fault location needs ( ) test patterns (independent of ). The FFT network, therefore, is C-diagnosable. In [15], the complexity of locating a faulty butterfly module is, and in [13] it is (with a limited functional fault model). The comparison is summarized in Table IV. Another advantage of the proposed M-testable design is that its built-in self-test (BIST) circuitry can be implemented easily. A binary counter which generates an exhaustive sequence for a single DMSA module can realize the test pattern generator. Since the network outputs are symmetric, they can be checked for possible faults by equality checkers [17]. The proposed C-diagnosable design also can be applied to previous testable FFT networks [15], [17], [18]. VI. CONCLUSION M-testability conditions for FFT butterfly, omega, and flip networks at the DMSA module level have been proposed. A novel design-for-testability technique based on the functional bijectivity property of the specified modules has been presented. It guarantees 100% fault coverage with negligible hardware overhead about 0.17% for FFT networks with 16-bit words. Our design also results in fewer test vectors compared with previous ones. A C-diagnosable technique for the FFT networks also has been proposed. By properly exchanging and blocking certain fault propagation paths, a faulty DMSA module can be located by a constant-time algorithm. The blocking mechanism can be implemented with negligible hardware overhead. Compared with previous methods, our method reduces the diagnosis complexity from to. For both testing and diagnosis, the hardware overhead for our scheme is only about 0.43% for 16-bit numbers regardless of the FFT network size.

10 276 IEEE TRANSACTIONS ON VERY LARGE-SCALE INTEGRATION (VLSI) SYSTEMS, VOL. 10, NO. 3, JUNE 2002 TABLE III COMPARISON WITH PREVIOUS TESTING APPROACHES TABLE IV COMPARISON WITH PREVIOUS DIAGNOSIS APPROACHES APPENDIX I LEMMAS AND THEOREMS A. Proof of M-Testability Theorems Lemma 1: The DMSA1 module has a bijective cell function if, i.e.,. Proof: Consider the input that maps to the output. By (6), for any input we obtain the output.if and, then. This holds only if since, which implies that, a contradiction to the assumption. Therefore, by definition the cell function is bijective. Lemma 2: The DMSA2 module has a bijective cell function if, i.e.,. Lemma 3: Consider an -point FFT network with twiddle factor, where. Wehave if and only if ; also, if and only if. Proof of Theorem 1: We first assume the network is based on the DMSA1 module. It is easy to see that an FFT butterfly network can be considered as being composed of four-point blocks. A four-point FFT block is shown in Fig. 20, where the outputs of the bottom-left DMSA1 module are swapped. Also, the function of the DMSA1 module is changed to that of DMSA2 if, so that according to Lemma 3. We apply a minimal complete sequence to every module in the first stage. The output sequence from every module is also minimal complete since the function of the module is bijective according to Lemma 1. Swapping the outputs of the bottom-left DMSA1 module (see Fig. 20) guarantees that every module in the second stage also receives a minimal complete input sequence. Fault effect propagation is automatic due to bijectivity. By definition, the four-point FFT butterfly network is M-testable. In an -point FFT butterfly network, the function of every DMSA1 module is bijective since the function of the DMSA1 modules with is changed to that of DMSA2 during the test mode. We label the stages of the -point butterfly network from 0 to, and the th module (counting from top to bottom) of the th stage as, where and. We also denote the outputs and of as and, respectively. The FFT butterfly network has the property that [, ] are the inputs of, and [, ] are the inputs of the. Furthermore,,,, and form a four-point FFT block. As discussed above, and receive minimal complete input sequences if and receive minimal complete input sequences, since the outputs of are swapped, i.e., each module in stage receives a minimal complete input sequence if each one in stage does. Again, fault effect propagation is automatic. By induction, the -point FFT butterfly network is M-testable. The M-testability of the network based on DMSA2 can be proved analogously, by Lemmas 3 and 2. Proof of Theorem 2: The goal is to guarantee that the input of every DMSA1 module of an -point FFT omega network receives a minimal complete sequence. In the omega network, (, ) are the inputs of, and (, ) are the inputs of, i.e.,,,, and form a four-point FFT block. Therefore, and receive minimal complete input sequences if and receive minimal complete input sequences, since the outputs of are swapped. We conclude that each module in stage receives a minimal complete input sequence if each one in stage does. By induction, the -point omega network is M-testable. The M-testability of the network based on DMSA2 can be proved by Lemmas 3 and 2 in a similar way. Proof of Theorem 3: In the FFT flip network (, ) are the inputs of, and (, ) are the inputs of,so,,, and form a four-point FFT block. Therefore, and receive minimal input sequences if and receive minimal input sequences, since the outputs of the module are swapped. We conclude that each module in stage receives a minimal complete input sequence if each one in stage does. By induction, the -point FFT flip network is M-testable. The M-testability of the network based on DMSA2 can be proved in a similar way. B. C-Diagnosability Lemmas and Theorems Lemmas 4 and 5 can be proven easily by (6) and (7). Lemma 4: A fault on any input of a DMSA1 module will be automatically propagated to both outputs of the module if,or. Lemma 5: A fault on any input of a DMSA2 module will be automatically propagated to both outputs of the module if,or.

11 LI AND WU: EFFICIENT FFT NETWORK TESTING AND DIAGNOSIS SCHEMES 277 Fig. 20. A four-point FFT butterfly network. Lemma 6: In a faulty -point FFT network, the faulty module is in stage or if the weight (i.e., number of 1s) of the syndrome is, where. Proof: If stage has a faulty module, then the weight of the syndrome must be one. If stage has a faulty module, then the weight of the syndrome may be one or two, depending on whether the fault is propagated to one or two outputs of the faulty module. Similarly, if a faulty module is in stage, then the weight of the syndrome may be two or four. The lemma is thus true by induction. Theorem 4: An -point FFT butterfly network with a faulty module in stage is diagnosable if both outputs of that module are faulty, and the upper inputs of are blocked, where,,, and. Theorem 5: An -point FFT omega network with a faulty module in stage is diagnosable if both outputs of that module are faulty, and the upper inputs of are blocked, where,,, and. Theorem 6: An -point FFT flip network with a faulty module in stage is diagnosable if both outputs of that module are faulty, and the upper inputs of are blocked, where,,, and. REFERENCES [1] A. V. Oppenheim and R. W. Schafer, Discrete-Time Signal Processing. Englewood Cliffs, NJ: Prentice-Hall, [2] A. E. Cetin, O. N. Gerek, and Y. Yardimci, Equiripple FIR filter design by FFT algorithm, IEEE Signal Processing Mag., vol. 14, pp , Mar [3] P. Noll, MPEG digital audio coding, IEEE Signal Processing Mag., vol. 14, pp , Sept [4] J. O Brien, J. Mather, and B. Holl, A 200 MIPS single-chip 1K FFT processor, in Proc. IEEE Int. Solid-State Circuit Conf. (ISSCC), Feb. 1989, pp , 327. [5] E. Bidet, D. Castelain, C. Joanblanq, and P. Senn, A fast single-chip implementation of 8192 complex point FFT, IEEE J. Solid-State Circuits, vol. 30, pp , Mar [6] C. C. W. Hui, T. J. Ding, J. V. McCanny, and R. F. Woods, A 64-point Fourier transform chip for video motion compensation using phase correlation, IEEE J. Solid-State Circuits, vol. 31, pp , Nov [7] M. Wosnitza, M. Cavadini, M. Thaler, and G. Troster, A high precision 1024-point FFT processor for 2D convolution, in Proc. IEEE Int. Solid- State Circuit Conf. (ISSCC), Feb. 1998, pp , 424. [8] B. M. Baas, A low-power, high-performance, 1024-point FFT processor, IEEE J. Solid-State Circuits, vol. 34, pp , Mar [9] T. Chen, G. Sunada, and J. Jin, COBRA: A 100-MOPS single-chip programmable and expandable FFT, IEEE Trans. VLSI Syst., vol. 7, pp , June [10] J.-Y. Jou and J. A. Abraham, Fault-tolerant FFT networks, IEEE Trans. Comput., vol. 37, pp , May [11] Y.-H. Choi and M. Malek, A fault-tolerant FFT processor, IEEE Trans. Comput., vol. 37, pp , May [12] V. K. Jain, S. A. Al-Arian, D. L. Landis, and H. A. Nienhaus, Fully parallel and testable WSI architecture for an FFT processor, Int. J. Computer-Aided VLSI Design, vol. 3, pp , [13] A. Antola and M. G. Sami, Testing and diagnosis of FFT arrays, J. VLSI Signal Processing, pp , [14] F. Lombardi and J. Muzio, Concurrent error detection and fault location in an FFT architecture, IEEE J. Solid-State Circuits, vol. 27, pp , May [15] C. Feng, J. C. Muzio, and F. Lombardi, On the testability of the array structures for FFT computation, J. Electron. Testing: Theory Applicat., vol. 4, pp , Aug [16] D. L. Tao and C. R. P. Hartmann, A novel concurrent error detection scheme for FFT networks, IEEE Trans. Parallel Distrib. Syst., vol. 4, pp , Feb [17] C.-W. Wu and C.-T. Chang, FFT butterfly network design for easy testing, IEEE Trans. Circuits Syst., vol. 40, pp , Feb [18] S.-K. Lu, C.-W. Wu, and S.-Y. Kuo, Enhancing testability of VLSI arrays for fast Fourier transform, Inst. Elect. Eng. Proc. Pt. E, vol. 140, pp , May [19] S. J. Wang and N. K. Jha, Algorithm-based fault tolerance for FFT networks, IEEE Trans. Comput., vol. 43, pp , July [20] C. G. Oh and H. Y. Youn, On concurrent error location and correction of FFT networks, IEEE Trans. VLSI Syst., vol. 2, pp , June [21] C. G. Oh, H. Y. Youn, and V. K. Raj, An efficient algorithm-based concurrent error detection for FFT network, IEEE Trans. Comput., vol. 44, pp , Sept [22] S.-K. Lu, C.-W. Wu, and S.-Y. Kuo, On fault-tolerant FFT butterfly network design, in Proc. IEEE Int. Symp. Circuits Syst. (ISCAS), Atlanta, May 1996, pp [23] M. Tsunoyama, M. Uenoyama, and T. Kabasawa, A concurrent faultdetection scheme for FFT processors, in Proc. 6th IEEE Asian Test Symp. (ATS), Akita, Nov. 1997, pp [24] K. Yamashita, A. Kanasugi, S. Hijiya, G. Goto, N. Matsumura, and T. Shirato, A wafer-scale gate FFT processor with built-in test circuits, IEEE J. Solid-State Circuits, vol. 23, pp , April [25] C.-W. Wu and P. R. Cappello, Easily testable iterative logic arrays, IEEE Trans. Comput., vol. 39, pp , May [26] A. D. Friedman, Easily testable iterative systems, IEEE Trans. Comput., vol. 22, pp , Dec [27] C.-W. Wu and S.-K. Lu, Designing self-testable cellular arrays, in Proc. IEEE Int. Conf. Comput. Design (ICCD), Cambridge, MA, Oct. 1991, pp [28] P. R. Menon and A. D. Friedman, Fault detection in iterative arrays, IEEE Trans. Comput., vol. 20, pp , May [29] S.-K. Lu, J.-C. Wang, and C.-W. Wu, C-testable design techniques for iterative logic arrays, IEEE Trans. VLSI Syst., vol. 3, pp , Mar [30] N. Weste and K. Eshraghian, Principles of CMOS VLSI Design: A Systems Perspective, 2nd ed. Reading, MA: Addison-Wesley, Jin-Fu Li received the B.S. degree from the National Taiwan University of Science and Technology, Taipei, Taiwan, and the M.S. degree in electrical engineering from National Tsing Hua University, Hsinchu, Taiwan, in 1995 and 1999, respectively. He is currently working toward the Ph.D. degree at the National Tsing Hua University. His research interests include advanced VLSI design and testing, system-on-a-chip testing, fault-tolerant design, embedded memory testing, diagnosis, and self repair.

12 278 IEEE TRANSACTIONS ON VERY LARGE-SCALE INTEGRATION (VLSI) SYSTEMS, VOL. 10, NO. 3, JUNE 2002 Cheng-Wen Wu (S 86 M 87 SM 95) received the B.S.E.E. degree from National Taiwan University, Taipei, Taiwan, and the M.S. and Ph.D. degrees, in electrical and computer engineering from the University of California, Santa Barbara (UCSB) in 1981, 1985, and 1987, respectively. From 1981 to 1983, he was an Ensign Instructor at the Chinese Naval Petty Officers School of Communications and Electronics, Tsoying, Taiwan. From 1983 to 1984, he was with the Information Processing Center of the Bureau of Environmental Protection, Executive Yuan, Taipei, Taiwan. From 1985 to 1987, he was a Post-Graduate Researcher at the Center for Computational Sciences and Engineering at UCSB. Since 1988, he has been with the Department of Electrical Engineering, National Tsing Hua University (NTHU), Hsinchu, Taiwan, where he is currently a Professor. From 1996 to 1998, he served as the Director of NTHU s Computer and Communications Center, and from 1998 to 1999, as the Director of the Technology Service Center. From August 1999 to February 2000, he was a Visiting Faculty Member of the Electrical and Computer Engineering Department, UCSB. Since August 2000, he has been the Chair of the Electrical Engineering Department of NTHU. He is also the Director of the IC Design Technology Center, NTHU. His research interests include design and testing of high performance VLSI circuits and systems. Dr. Wu was the Technical Program Chair of the IEEE 5th Asian Test Symposium (ATS), 1996, and the General Chair of ATS, He is an Associate Editor for the Journal of the Chinese Institute of Electrical Engineers (JCIEE) and a Guest Editor of the JCIEE Special Issue on Design and Test of System-on-Chip (SoC), he was a Guest Editor of the Journal of Information Science and Engineering (JISE), and the Special Issue on VLSI Testing. He received the Distinguished Teaching Award from NTHU in 1996, the Outstanding Electrical Engineering Professor Award from the Chinese Institute of Electrical Engineers (CIEE) in 1997, and the Distinguished Research Award from National Science Council in 2001.

Easily Testable and Fault-Tolerant FFT Butterfly Networks

Easily Testable and Fault-Tolerant FFT Butterfly Networks IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: ANALOG AND DIGITAL SIGNAL PROCESSING, VOL. 47, NO. 9, SEPTEMBER 2000 919 Easily Testable and Fault-Tolerant FFT Butterfly Networks Jin-Fu Li, Shyue-Kung Lu,

More information

THE combination of the multiple-input multiple-output

THE combination of the multiple-input multiple-output IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS I: REGULAR PAPERS, VOL. 54, NO. 4, APRIL 2007 807 Design of an FFT/IFFT Processor for MIMO OFDM Systems Yu-Wei Lin and Chen-Yi Lee, Member, IEEE Abstract In this

More information

High Speed Reconfigurable FFT Processor Using Urdhava Thriyambakam

High Speed Reconfigurable FFT Processor Using Urdhava Thriyambakam High Speed Reconfigurable FFT Processor Using Urdhava Thriyambakam P. Mounica M.Tech (VLSI Design), Dept of ECE, B. Rekha Assistant Professor, Dept of ECE, Dr.P.Ram Mohan Rao FIE, CE(I), MISTE,MISH, MISCEE,

More information

Implementation of High Throughput Radix-16 FFT Processor

Implementation of High Throughput Radix-16 FFT Processor International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Implementation of High Throughput Radix-16 FFT Processor K Swetha sree 1, Mr. T. Lakshmi Narayana 2 1, 2 Department of ECE, Andhra

More information

A Novel Architecture for Radix-4 Pipelined FFT Processor using Vedic Mathematics Algorithm

A Novel Architecture for Radix-4 Pipelined FFT Processor using Vedic Mathematics Algorithm IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 6, Ver. II (Nov - Dec. 2014), PP 23-31 A Novel Architecture for Radix-4 Pipelined

More information

Advanced Digital Signal Processing Part 4: DFT and FFT

Advanced Digital Signal Processing Part 4: DFT and FFT Advanced Digital Signal Processing Part 4: DFT and FFT Gerhard Schmidt Christian-Albrechts-Universität zu Kiel Faculty of Engineering Institute of Electrical and Information Engineering Digital Signal

More information

A Novel VLSI Based Pipelined Radix-4 Single-Path Delay Commutator (R4SDC) FFT

A Novel VLSI Based Pipelined Radix-4 Single-Path Delay Commutator (R4SDC) FFT I J C T A, 9(6), 2016, pp. 2767-2775 International Science Press ISSN: 0974-5572 A Novel VLSI Based Pipelined Radix-4 Single-Path Delay Commutator (R4SDC) FFT Manimaran A.* and S.K. Sudeer** ABSTRACT Fast

More information

CHAPTER 7 APPLICATION OF 128 POINT FFT PROCESSOR FOR MIMO OFDM SYSTEMS. Table of Contents

CHAPTER 7 APPLICATION OF 128 POINT FFT PROCESSOR FOR MIMO OFDM SYSTEMS. Table of Contents 88 CHAPTER 7 APPLICATION OF 128 POINT FFT PROCESSOR FOR MIMO OFDM SYSTEMS Table of Contents Page No. 7.0 APPLICATION OF 128 POINT FFT PROCESSOR FOR MIMO OFDM SYSTEMS 89 7.1 Introduction 89 7.2 Types of

More information

An Area Efficient 2D Fourier Transform Architecture for FPGA Implementation

An Area Efficient 2D Fourier Transform Architecture for FPGA Implementation 2 Features An Area Efficient 2D Fourier Transform Architecture for FPGA Implementation Atin Mukherjee 1 and Debesh Choudhury 2 1 Department of Electronics and Communication Engineering, Dr. B.C Roy Polytechnic,

More information

International Journal of Advanced Research in Electronics and Communication Engineering (IJARECE) Volume 6, Issue 6, June 2017

International Journal of Advanced Research in Electronics and Communication Engineering (IJARECE) Volume 6, Issue 6, June 2017 AN EFFICIENT VLSI IMPLEMENTATION OF MULTIPLIER LESS FFT DESIGN Mrs.N.Madhubala and Dr.A.Kavitha,Associate Professor Abstract The proposed system is to implement a novel approach to implement multiplier

More information

Design and Implementation of Pipelined Floating Point Fast Fourier Transform Processor

Design and Implementation of Pipelined Floating Point Fast Fourier Transform Processor IJIRST International Journal for Innovative Research in Science & Technology Volume 1 Issue 11 April 2015 ISSN (online): 2349-6010 Design and Implementation of Pipelined Floating Point Fast Fourier Transform

More information

A New Construction of 16-QAM Golay Complementary Sequences

A New Construction of 16-QAM Golay Complementary Sequences IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 49, NO. 11, NOVEMBER 2003 2953 A New Construction of 16-QAM Golay Complementary Sequences Chan Vee Chong, Raman Venkataramani, Member, IEEE, Vahid Tarokh,

More information

The Use of Fuzzy Spaces in Signal Detection

The Use of Fuzzy Spaces in Signal Detection The Use of Fuzzy Spaces in Signal Detection S. W. Leung and James W. Minett Department of Electronic Engineering, City University of Hong Kong Correspondence to: Dr. Peter S. W. Leung Department of Electronic

More information

Fire Detection Using Image Processing

Fire Detection Using Image Processing Fire Detection Using Image Processing Ku. R.A.Agrawal ME Student Department of CSE Babasaheb Naik college of Engineering Pusad, India rachanaagrawal90@gmail.com Prof. S.T.Khandare Associate professor Department

More information

A Comparative Study of Different FFT Architectures for Software Defined Radio

A Comparative Study of Different FFT Architectures for Software Defined Radio A Comparative Study of Different FFT Architectures for Software Defined Radio Shashank Mittal, Md. Zafar Ali Khan, and M.B. Srinivas Center for VLSI and Embedded System Technologies International Institute

More information

AN10943 Decoding DTMF tones using M3 DSP library FFT function

AN10943 Decoding DTMF tones using M3 DSP library FFT function Rev. 1 17 June 2010 Application note Document information Info Content Keywords M3, LPC1300, LPC1700, DSP, DFT, FFT, DTMF Abstract This application note and associated source code example demonstrates

More information

by Ray Escoffier September 28, 1987

by Ray Escoffier September 28, 1987 V L B A correlator Mpni/i TvT~ cfn~ (870929) Correlator Operational Cycles Including the Integration Cycle and Self Test by Ray Escoffier September 28, 1987 I) Introduction This memo will describe the

More information

An improved Algorithm of Generating Network Intrusion Detector Li Ma 1, a, Yan Chen 1, b

An improved Algorithm of Generating Network Intrusion Detector Li Ma 1, a, Yan Chen 1, b An improved Algorithm of Generating Network Intrusion Detector Li Ma 1, a, Yan Chen 1, b 1 Department of Information Engineering Guilin University of Aerospace Technology, Guilin China a E-mail: woshiml@sina.com,

More information

Dr. Rita Jain Head of Department of ECE, Lakshmi Narain College of Tech., Bhopal, India

Dr. Rita Jain Head of Department of ECE, Lakshmi Narain College of Tech., Bhopal, India Volume 6, Issue 5, May 26 ISSN: 2277 28X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com VLSI Implementation

More information

2. MODELLING OF HEAT EXCHANGER THROUGH CATIA

2. MODELLING OF HEAT EXCHANGER THROUGH CATIA ISSN (O): 2349-7084 International Journal of Computer Engineering In Research Trends Available online at: www.ijcert.org Heat Transfer Analysis of Helical Tubes Using Ansys and Catia Md Ameer Basha, Assoc.Prof.

More information

Laboratory Exercise #6

Laboratory Exercise #6 ECEN4002/5002 Spring 2004 Digital Signal Processing Laboratory Laboratory Exercise #6 Using a Fast Fourier Transform Algorithm Introduction The symmetry and periodicity properties of the discrete Fourier

More information

Certification Report of the ST 3000 Pressure Transmitter with HART 6

Certification Report of the ST 3000 Pressure Transmitter with HART 6 Certification Report of the ST 3000 Pressure Transmitter with HART 6 Revision No.: 2.4 Date: Report Number: 2010-Mar-18 SAS-190/2006T Product: ST 3000 Pressure Transmitter with HART 6 Customer: Order Number:

More information

Certification Report of the ST3000 Pressure Transmitter

Certification Report of the ST3000 Pressure Transmitter Certification Report of the ST3000 Pressure Transmitter Revision No.: 1.0 Date: Report Number: Product: Customer: Order Number: Authority: Responsible: 2006-Dec-12 SAS-128/2006T ST3000 Pressure Transmitter

More information

A 0.75 Million Point Fourier Transform Chip for Frequency Sparse Signals

A 0.75 Million Point Fourier Transform Chip for Frequency Sparse Signals A 0.75 Million Point Fourier Transform Chip for Frequency Sparse Signals Ezz El Din Hamed Omid Abari, Haitham Hassanieh, Abhinav Agarwal, Dina Katabi, Anantha Chandrakasan, Vladimir Stojanović International

More information

A 128-Point FFT/IFFT Processor for MIMO-OFDM Transceivers a Broader Survey

A 128-Point FFT/IFFT Processor for MIMO-OFDM Transceivers a Broader Survey A 128-Point FFT/IFFT Processor for MIMO-OFDM Transceivers a Broader Survey N. Devi Vasumathy #1, T. Vigneswaran *2 # Research Scholar, School of Electronics Engineering, VIT University, Vandalur Kelambakkam

More information

arxiv: v1 [math.co] 19 Mar 2014

arxiv: v1 [math.co] 19 Mar 2014 GENERATING TATAMI COVERINGS EFFICIENTLY ALEJANDRO ERICKSON AND FRANK RUSKEY arxiv:1403.4776v1 [math.co] 19 Mar 2014 Abstract. We present two algorithms to list certain classes of monomino-domino coverings

More information

Module Features are-configurable, no module jumpers to set

Module Features are-configurable, no module jumpers to set December 2011 PACSystems* RX3i Isolated Thermocouple Input Module, 6 Channels, IC695ALG306 Isolated Thermocouple Input Module, 12 Channels, IC695ALG312 Isolated Thermocouple Input module IC695ALG306 provides

More information

A High-Throughput Radix-16 FFT Processor With Parallel and Normal Input/Output Ordering for IEEE c Systems

A High-Throughput Radix-16 FFT Processor With Parallel and Normal Input/Output Ordering for IEEE c Systems 1752 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS I: REGULAR PAPERS, VOL. 59, NO. 8, AUGUST 2012 A High-Throughput Radix-16 FFT Processor With Parallel and Normal Input/Output Ordering for IEEE 802.15.3c

More information

PACSystems* RX3i. Thermocouple Input Module, 12 Channels, IC695ALG412. GFK-2578B October 2011

PACSystems* RX3i. Thermocouple Input Module, 12 Channels, IC695ALG412. GFK-2578B October 2011 October 2011 PACSystems* RX3i Thermocouple Input Module, 12 Channels, IC695ALG412 The PACSystems * Thermocouple Input module IC695ALG412 provides twelve isolated differential thermocouple input channels.

More information

Performance Comparison of Ejector Expansion Refrigeration Cycle with Throttled Expansion Cycle Using R-170 as Refrigerant

Performance Comparison of Ejector Expansion Refrigeration Cycle with Throttled Expansion Cycle Using R-170 as Refrigerant International Journal of Scientific and Research Publications, Volume 4, Issue 7, July 2014 1 Performance Comparison of Ejector Expansion Refrigeration Cycle with Throttled Expansion Cycle Using R-170

More information

Performance Neuro-Fuzzy for Power System Fault Location

Performance Neuro-Fuzzy for Power System Fault Location International Journal of Engineering and Technology Volume 3 No. 4, April, 2013 Performance Neuro-Fuzzy for Power System Fault Location 1,2 Azriyenni, 1 M.W. Mustafa 1 Electrical Engineering, Fakulti Kejuruteraan

More information

International Journal of Engineering Research-Online A Peer Reviewed International Journal

International Journal of Engineering Research-Online A Peer Reviewed International Journal RESEARCH ARTICLE ISSN: 2321-7758 FPGA IMPLEMENTATION OF FFT PROCESSOR USING DIFFERENT ALGORITHMS YOJANA A. JADHAV 1, Prof. A. P. HATKAR 2 1 Student, Dept. of E & TC, SVIT COE, Nasik, India 2 Prof, Dept.

More information

Floating Point Fast Fourier Transform v2.1. User manual

Floating Point Fast Fourier Transform v2.1. User manual User manual Introduction The Fast Fourier Transform (FFT) is an efficient algorithm for computing the Discrete Fourier Transform (DFT). This Intellectual Property (IP) core was designed to offer very fast

More information

HAMMING AND GOLAY CODES

HAMMING AND GOLAY CODES HAMMING AND GOLAY CODES Satish Kumar Buddha November 7, 2011 Satish Kumar Buddha () HAMMING AND GOLAY CODES November 7, 2011 1 / 29 Error correcting codes In Information theory and coding theory, error

More information

Microgrid Fault Protection Based on Symmetrical and Differential Current Components

Microgrid Fault Protection Based on Symmetrical and Differential Current Components Microgrid Fault Protection Based on Symmetrical and Differential Current Components Prepared for Public Interest Energy Research California Energy Commission Prepared by Hassan Nikkhajoei and Robert H.

More information

VLSI implementation of high speed and high resolution FFT algorithm based on radix 2 for DSP application

VLSI implementation of high speed and high resolution FFT algorithm based on radix 2 for DSP application Neonode Inc From the Selectedors of Dr. Rozita Teymourzadeh, CEng. 2007 VLSI implementation of high speed and high resolution FFT algorithm based on radix 2 for DSP application Nooshin Mahdavi Rozita Teymourzadeh

More information

ON-LINE SENSOR CALIBRATION MONITORING AND FAULT DETECTION FOR CHEMICAL PROCESSES

ON-LINE SENSOR CALIBRATION MONITORING AND FAULT DETECTION FOR CHEMICAL PROCESSES ON-LINE SENSOR CALIBRATION MONITORING AND FAULT DETECTION FOR CHEMICAL PROCESSES Xiao Xu, J. Wesley Hines, Robert E. Uhrig Maintenance and Reliability Center The University of Tennessee Knoxville, TN 37996-23

More information

THERE is significant research activity to minimize energy

THERE is significant research activity to minimize energy 310 IEEE JOURNAL OF SOLID-STATE CIRCUITS, VOL. 40, NO. 1, JANUARY 2005 A 180-mV Subthreshold FFT Processor Using a Minimum Energy Design Methodology Alice Wang, Member, IEEE, and Anantha Chandrakasan,

More information

Brief Contributions. Vulnerability of Sensor Networks to Unauthorized Traversal and Monitoring 1 INTRODUCTION 2 PROBLEM FORMULATION

Brief Contributions. Vulnerability of Sensor Networks to Unauthorized Traversal and Monitoring 1 INTRODUCTION 2 PROBLEM FORMULATION 364 IEEE TRANSACTIONS ON COMPUTERS, VOL. 53, NO. 3, MARCH 2004 Brief Contributions Vulnerability of Sensor Networks to Unauthorized Traversal and Monitoring Veradej Phipatanasuphorn and Parameswaran Ramanathan,

More information

A Novel Approach for the Thermal Management. of PC Power Supply

A Novel Approach for the Thermal Management. of PC Power Supply ISTP-16, 005, PRAGUE 16 TH INTERNATIONAL SYMPOSIUM ON TRANSPORT PHENOMENA A Novel Approach for the Thermal Management of PC Power Supply Fu-Sheng Chuang*, Sheam-Chyun Lin, Jon-Ting Kuo, Chien-An Chou Department

More information

ICS Regent. Fire Detector Input Modules PD-6032 (T3419)

ICS Regent. Fire Detector Input Modules PD-6032 (T3419) ICS Regent Fire Detector Input Modules (T3419) Issue 1, March, 06 Fire detector input modules provide interfaces for 16 fire detector inputs such as smoke detectors, flame detectors, temperature detectors,

More information

AS a principal element of a large-scale power plant, it is essential

AS a principal element of a large-scale power plant, it is essential 546 IEEE TRANSACTIONS ON ENERGY CONVERSION, VOL. 25, NO. 2, JUNE 2010 An Intelligent Power Plant Fault Diagnostics for Varying Degree of Severity and Loading Conditions Liangyu Ma, Yongguang Ma, and Kwang

More information

ENACTMENT OF SCADA SYSTEM FOR JUDICIOUS DWELLING

ENACTMENT OF SCADA SYSTEM FOR JUDICIOUS DWELLING Int. J. Engg. Res. & Sci. & Tech. 2014 Mohammed Tabrez Ud Doula and G Kalaimagal, 2014 Research Paper ISSN 2319-5991 www.ijerst.com Vol. 3, No. 2, May 2014 2014 IJERST. All Rights Reserved ENACTMENT OF

More information

EFFICIENT ARCHITECTURE FOR PROCESSING OF TWO INDEPENDENT DATA STREAMS USING RADIX-2 FFT

EFFICIENT ARCHITECTURE FOR PROCESSING OF TWO INDEPENDENT DATA STREAMS USING RADIX-2 FFT EFFICIENT ARCHITECTURE FOR PROCESSING OF TWO INDEPENDENT DATA STREAMS USING RADIX-2 FFT Artham Lasya 1 Dr.Shailendra Mishra lasya116@gmail.com 1 mishra22feb@rediffmail.com 2 1 PG Scholar, VLSI,Bharath

More information

Stability of Inclined Strip Anchors in Purely Cohesive Soil

Stability of Inclined Strip Anchors in Purely Cohesive Soil Stability of Inclined Strip Anchors in Purely Cohesive Soil R. S. Merifield 1 ; A. V. Lyamin 2 ; and S. W. Sloan 3 Abstract: Soil anchors are commonly used as foundation systems for structures requiring

More information

Design and Realization for the Environmental Protection Type of Pig-Farm Model Based on the Sensor Technology

Design and Realization for the Environmental Protection Type of Pig-Farm Model Based on the Sensor Technology Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Design and Realization for the Environmental Protection Type of Pig-Farm Model Based on the Sensor Technology 1 Liu Ming

More information

FREQUENCY ENHANCEMENT OF DUAL-JUNCTION THERMOCOUPLE PROBES

FREQUENCY ENHANCEMENT OF DUAL-JUNCTION THERMOCOUPLE PROBES XXIII Biannual Symposium on Measuring Techniques in Turbomachinery Transonic and Supersonic Flow in FREQUENCY ENHANCEMENT OF DUAL-JUNCTION THERMOCOUPLE PROBES James Braun Purdue University Indiana, United

More information

Dynamic Simulation of Double Pipe Heat Exchanger using MATLAB simulink

Dynamic Simulation of Double Pipe Heat Exchanger using MATLAB simulink Dynamic Simulation of Double Pipe Heat Exchanger using MATLAB simulink 1 Asoka R.G, 2 Aishwarya N, 3 Rajasekar S and 4 Meyyappan N 1234 Department of Chemical Engineering Sri Venkateswara College of Engineering,

More information

Thermal Performance of a Loop Thermosyphon

Thermal Performance of a Loop Thermosyphon Tamkang Journal of Science and Engineering, Vol. 13, No. 3, pp. 281 288 (2010) 281 Thermal Performance of a Loop Thermosyphon Shung-Wen Kang*, Meng-Chang Tsai, Chih-Sheng Hsieh and Jian-You Chen Department

More information

Finned Heat Sinks for Cooling Outdoor Electronics under Natural Convection

Finned Heat Sinks for Cooling Outdoor Electronics under Natural Convection Finned s for Cooling Outdoor Electronics under Natural Convection Lian-Tuu Yeh, Ph D & PE Thermal Consultant, Dallas, TX, 75252 USA Abstract For tower or poled mounted electronics, the heat sink weight

More information

Failure Modes, Effects and Diagnostic Analysis

Failure Modes, Effects and Diagnostic Analysis Failure Modes, Effects and Diagnostic Analysis Project: Detcon FP-700 Combustible Gas Sensor Customer: Detcon The Woodlands, TX USA Contract No.: DC 06/08-04 Report No.: DC 06/08-04 R001 Version V1, Revision

More information

The Energy Consumption Investigation of the Hotel Central. Air-conditioning System and the Research of Energy Saving Measures

The Energy Consumption Investigation of the Hotel Central. Air-conditioning System and the Research of Energy Saving Measures Advanced Materials Research Online: 2013-06-27 ISSN: 1662-8985, Vols. 712-715, pp 1614-1618 doi:10.4028/www.scientific.net/amr.712-715.1614 2013 Trans Tech Publications, Switzerland The Energy Consumption

More information

LABORATORY STUDY ON THE CONSOLIDATION SETTLEMENT OF CLAY-FILLED GEOTEXTILE TUBE AND BAGS

LABORATORY STUDY ON THE CONSOLIDATION SETTLEMENT OF CLAY-FILLED GEOTEXTILE TUBE AND BAGS Journal of GeoEngineering, Vol. 6, No. 1, pp. Chew 41-45, et al.: April Laboratory 2011 Study on the Consolidation Settlement of Clay-Filled Geotextile Tube and Bags 41 LABORATORY STUDY ON THE CONSOLIDATION

More information

False Alarm Analysis of the CATM-CFAR in Presence of Clutter Edge

False Alarm Analysis of the CATM-CFAR in Presence of Clutter Edge 66 D. IVKOVIĆ, M. ANDRIĆ, B. ZRNIĆ, FALSE ALARM ANALYSIS OF HE M-CFAR IN PRESENCE OF CLUER EDGE False Alarm Analysis of the M-CFAR in Presence of Clutter Edge Dejan IVKOVIĆ., Milenko ANDRIĆ 2, Bojan ZRNIĆ

More information

Improving Control of Dual-Duct Single-Fan Variable Air Volume Systems

Improving Control of Dual-Duct Single-Fan Variable Air Volume Systems Improving Control of Dual-Duct Single-Fan Variable Air Volume Systems Guanghua Wei, P.E. Joe Martinez Tom Minihan Assistant Research Engineer Research Engineering Associate Graduate Student Tim Brundidge

More information

Simple Equations for Predicting Smoke Filling Time in Fire Rooms with Irregular Ceilings

Simple Equations for Predicting Smoke Filling Time in Fire Rooms with Irregular Ceilings Fire Science and Technorogy Vol.24 No.4(2005) 165-178 165 Simple Equations for Predicting Smoke Filling Time in Fire Rooms with Irregular Ceilings Jun-ichi Yamaguchi 1, Takeyoshi Tanaka 2 1 Technical Research

More information

Computer Modelling and Simulation of a Smart Water Heater

Computer Modelling and Simulation of a Smart Water Heater Computer Modelling and Simulation of a Smart Water Heater Maria Kathleen Ellul University of Malta ellul_maria@yahoo.com Adrian Muscat University of Malta adrian.muscat@um.edu.mt Abstract A computational

More information

AUTOMATIC STREET LIGHT CONTROL SYSTEM USING MICROCONTROLLER

AUTOMATIC STREET LIGHT CONTROL SYSTEM USING MICROCONTROLLER AUTOMATIC STREET LIGHT CONTROL SYSTEM USING MICROCONTROLLER S.M.Ghayas Hasan 1, Fazil Alam 2, Amrish Dubey 3 1, 2 Students, Electrical Engineering Department Greater Noida Institutes of Technology, Gr.Noida,

More information

Security Alarm System

Security Alarm System Security Alarm System Mati Goro, Rami Marogy, Kevin Jou, Nick Deneau Electrical and Computer Engineering Department School of Engineering and Computer Science Oakland University, Rochester, MI e-mails:

More information

US Navy Leading the Way in Switchboard Protection

US Navy Leading the Way in Switchboard Protection US Navy Leading the Way in Switchboard Protection Rick Kurek Naval Sea Systems Command (NAVSEA) 2341 Jefferson Davis Highway Arlington, VA 22202 Ph: 202-781-1274 rick.kurek@navy.mil Abstract According

More information

Automatic Customer Counter and Payment Tool for Shopping Centers and commercial spaces

Automatic Customer Counter and Payment Tool for Shopping Centers and commercial spaces Automatic Customer Counter and Payment Tool for Shopping Centers and commercial spaces Said Ghalleb 1 1Embedded Systems Student, Electrical Engineering Dept., Higher Institute of Technological Studies

More information

Reflections of TDR Policy on Public Facilities in Taiwan

Reflections of TDR Policy on Public Facilities in Taiwan Reflections of TDR Policy on Public Facilities in Taiwan Tsai, Ching-Horng, Chief, Urban Development Bureau, Taichung City Government, and doctoral student of the Graduate Institute of Civil and Hydraulic

More information

Development of Small-diameter Tube Heat Exchanger: Circuit Design and Performance Simulation

Development of Small-diameter Tube Heat Exchanger: Circuit Design and Performance Simulation Development of Small-diameter Tube Heat Exchanger: Circuit Design and Performance Simulation Wei-kun Ding*, Ju-fang Fan*, Wen-quan Tao*, Wenson Zheng, Frank Gao, Kerry Song *School of Energy & Power Engineering,

More information

Real time Video Fire Detection using Spatio-Temporal Consistency Energy

Real time Video Fire Detection using Spatio-Temporal Consistency Energy 2013 10th IEEE International Conference on Advanced Video and Signal Based Surveillance Real time Video Fire Detection using Spatio-Temporal Consistency Energy Panagiotis Barmpoutis Information Technologies

More information

The design of automatic remote monitoring system for the temperature and humidity based on GPRS Hui ZHANG 1, a, Honghua WANG 2,a

The design of automatic remote monitoring system for the temperature and humidity based on GPRS Hui ZHANG 1, a, Honghua WANG 2,a Applied Mechanics and Materials Submitted: 2014-06-06 ISSN: 1662-7482, Vols. 599-601, pp 1102-1105 Accepted: 2014-06-09 doi:10.4028/www.scientific.net/amm.599-601.1102 Online: 2014-08-11 2014 Trans Tech

More information

Some Modeling Improvements for Unitary Air Conditioners and Heat Pumps at Off-Design Conditions

Some Modeling Improvements for Unitary Air Conditioners and Heat Pumps at Off-Design Conditions Purdue University Purdue e-pubs International Refrigeration and Air Conditioning Conference School of Mechanical Engineering 2006 Some Modeling Improvements for Unitary Air Conditioners and Heat Pumps

More information

Sensor Technology. Summer School: Advanced Microsystems Technologies for Sensor Applications

Sensor Technology. Summer School: Advanced Microsystems Technologies for Sensor Applications Sensor Technology Summer School: Universidade Federal do Rio Grande do Sul (UFRGS) Porto Alegre, Brazil July 12 th 31 st, 2009 1 Outline of the Lecture: Philosophy of Sensing Thermal Sensors Chemical Sensors

More information

VLSI Design EEC 116. Lecture 1. Bevan M. Baas Thursday, September 28, EEC 116, B. Baas 1

VLSI Design EEC 116. Lecture 1. Bevan M. Baas Thursday, September 28, EEC 116, B. Baas 1 VLSI Design EEC 116 Lecture 1 Bevan M. Baas Thursday, September 28, 2017 EEC 116, B. Baas 1 Today Administrative items Syllabus and course overview Course objective and strategies My background Chapter

More information

Improving Heating Performance of a MPS Heat Pump System With Consideration of Compressor Heating Effects in Heat Exchanger Design

Improving Heating Performance of a MPS Heat Pump System With Consideration of Compressor Heating Effects in Heat Exchanger Design Purdue University Purdue e-pubs International Refrigeration and Air Conditioning Conference School of Mechanical Engineering 2006 Improving Heating Performance of a MPS Heat Pump System With Consideration

More information

Cadence Design of clock/calendar using 240*8 bit RAM using Verilog HDL

Cadence Design of clock/calendar using 240*8 bit RAM using Verilog HDL Cadence Design of clock/calendar using 240*8 bit RAM using Verilog HDL K.R.N.Karthik #1, M.Nagesh Babu #2, Fazalnoorbasha #3 #1 Student of VLSI Systems Research Group, Department of Electronics and Communication

More information

COMPUTER ENGINEERING PROGRAM

COMPUTER ENGINEERING PROGRAM Learning Objectives COMPUTER ENGINEERING PROGRAM California Polytechnic State University CPE 169 Experiment 9 A Digital Alarm System 1. Finite State Machine (FSM) To understand how VHDL behavioral modeling

More information

Statistical Analysis of Criteria and Key Aspects for Urban Design Quality Assessment of Built Environment

Statistical Analysis of Criteria and Key Aspects for Urban Design Quality Assessment of Built Environment Statistical Analysis of Criteria and Key Aspects for Urban Design Quality Assessment of Built Environment Ar. Mohd. Khalid Hasan 1 *, Prof. S. K. Gupta 2, Dr. (Mrs) Sangeeta Bagga Mehta 3 1 Assistant Professor,

More information

Smoke and Fire Detection

Smoke and Fire Detection International Journal of Scientific and Research Publications, Volume 4, Issue 7, July 2014 1 Smoke and Fire Detection Dr. (Mrs.) Saylee Gharge *, Sumeet Birla **, Sachin Pandey **, Rishi Dargad **, Rahul

More information

Design of Humidity Monitoring System Based on Virtual Instrument

Design of Humidity Monitoring System Based on Virtual Instrument Available online at www.sciencedirect.com Procedia Engineering 24 (2011) 759 763 2011 International Conference on Advances in Engineering Design of Humidity Monitoring System Based on Virtual Instrument

More information

A Design Method Based on Inherent Testability of Remote Control and Monitoring System for Marine Main Engine

A Design Method Based on Inherent Testability of Remote Control and Monitoring System for Marine Main Engine 5th International Conference on Advanced Engineering Materials and Technology (AEMT 2015) A Design Method Based on Inherent Testability of Remote Control and Monitoring System for Marine Main Engine Xuedong

More information

Integrated Knowledge Base Tool for Acquisition and. Verification of NPP Alarm Systems

Integrated Knowledge Base Tool for Acquisition and. Verification of NPP Alarm Systems Proceeding of the Korean Nuclear ociety Autumn Meeting eoul, Korea, October 1998 Integrated Knowledge Base Tool for Acquisition and Verification of NPP Alarm ystems Joo Hyun Par and Poong Hyun eong Korea

More information

Session Ten Achieving Compliance in Hardware Fault Tolerance

Session Ten Achieving Compliance in Hardware Fault Tolerance Session Ten Achieving Compliance in Hardware Fault Tolerance Mirek Generowicz FS Senior Expert (TÜV Rheinland #183/12) Engineering Manager, I&E Systems Pty Ltd Abstract The functional safety standards

More information

An Alarm Correlation Algorithm for Network Management Based on Root Cause Analysis

An Alarm Correlation Algorithm for Network Management Based on Root Cause Analysis An Alarm Correlation Algorithm for Network Management Based on Root Cause Analysis Dae Sun Kim*, Hiroyuki Shinbo*, Hidetoshi Yokota* *KDDI R&D Laboratories, Inc. Fujimino, Saitama, Japan da-kim@kddilabs.jp,

More information

Simulation Of Pneumatic Drying: Influence Of Particle Diameter And Solid Loading Ratio

Simulation Of Pneumatic Drying: Influence Of Particle Diameter And Solid Loading Ratio International Journal of ChemTech Research CODEN( USA): IJCRGG ISSN : 0974-4290 Vol.4, No.4, pp 1633-1641, Oct-Dec 2012 Simulation Of Pneumatic Drying: Influence Of Particle Diameter And Solid Loading

More information

The Study of Evacuation Times from the Multiplex Theatres

The Study of Evacuation Times from the Multiplex Theatres American Journal of Applied Sciences 9 (3): 321-326, 2012 ISSN 1546-9239 2012 Science Publications The Study of Evacuation Times from the Multiplex Theatres 1 Khanitha Songsakulchai, 2 Supat Patvichaichod

More information

Performance of Shell and Tube Heat Exchanger under Varied Operating Conditions

Performance of Shell and Tube Heat Exchanger under Varied Operating Conditions Performance of Shell and Tube Heat Exchanger under Varied Operating Conditions N. Prabhu Kishore 1, N. Alekhya 2, J. Ugandhar 3 Asst. Professor, Department of Mechanical Engineering, MLR Institute of Technology,

More information

System development and performance evaluation of track intrusion in Taipei MRT system

System development and performance evaluation of track intrusion in Taipei MRT system icccbe 2010 Nottingham University Press Proceedings of the International Conference on Computing in Civil and Building Engineering W Tizani (Editor) System development and performance evaluation of track

More information

STUDY ON THE CONTROL ALGORITHM OF THE HEAT PUMP SYSTEM FOR LOAD CHANGE

STUDY ON THE CONTROL ALGORITHM OF THE HEAT PUMP SYSTEM FOR LOAD CHANGE Numbers of Abstract/Session (given by NOC) - 1 - STUDY ON THE CONTROL ALGORITHM OF THE HEAT PUMP SYSTEM FOR LOAD CHANGE Seok Ho Yoon, Kong Hoon Lee, Chan Ho Song, and Ook Joong Kim Environment and Energy

More information

FlameGard 5 MSIR HART

FlameGard 5 MSIR HART FlameGard 5 MSIR HART Multi-Spectral Infrared Flame Detector HART Communication with the FlameGard 5 Multi-spectral Infrared Detector The information and technical data disclosed in this document may be

More information

A Design of IADSS with the Earthquake Detecting Function

A Design of IADSS with the Earthquake Detecting Function Proceedings of the 2007 WSEAS Int. Conference on Circuits, Systems, Signal and Telecommunications, Gold Coast, Australia, January 17-19, 2007 79 A Design of IADSS with the Earthquake Detecting Function

More information

CFD Analysis of a 24 Hour Operating Solar Refrigeration Absorption Technology

CFD Analysis of a 24 Hour Operating Solar Refrigeration Absorption Technology IJIRST International Journal for Innovative Research in Science & Technology Volume 1 Issue 11 April 2015 ISSN (online): 2349-6010 CFD Analysis of a 24 Hour Operating Solar Refrigeration Absorption Technology

More information

The effect of write current on thermal flying height control sliders with dual heater/insulator elements

The effect of write current on thermal flying height control sliders with dual heater/insulator elements Microsyst Technol (2011) 17:959 964 DOI 10.1007/s00542-010-1216-4 TECHNICAL PAPER The effect of write current on thermal flying height control sliders with dual heater/insulator elements Hao Zheng Hui

More information

Design, Development & Testing of Double Pipe Heat Exchanger With Heat Transfer Enhancement Liners

Design, Development & Testing of Double Pipe Heat Exchanger With Heat Transfer Enhancement Liners Volume 2, Issue 1, January 2017 ISSN (online): 2456-0006 International Journal of Science Technology Management and Research Available online at: Design, Development & Testing of Double Pipe Heat Exchanger

More information

COOLING OF DESKTOP COMPUTER USING HEAT PIPES

COOLING OF DESKTOP COMPUTER USING HEAT PIPES Proceedings of the International Conference on Mechanical Engineering 07 (ICME07) 29-31 December 07, Dhaka, Bangladesh ICME07- COOLING OF DESKTOP COMPUTER USING HEAT PIPES Tanvir Reza Tanim, Tanvir Hussain,

More information

Ordered Fuzzy ARTMAP: A Fuzzy ARTMAP algorithm with a fixed order

Ordered Fuzzy ARTMAP: A Fuzzy ARTMAP algorithm with a fixed order Ordered Fuzzy ARTMAP: A Fuzzy ARTMAP algorithm with a fixed order of pattern present at ion I. Dagher*, M. Georgiopoulos', G. L. Heileman**, G. Bebis*** * Department of Electrical and Computer Engineering

More information

Intelligent Fire Detection and Visual Guided Evacuation System Using Arduino and GSM

Intelligent Fire Detection and Visual Guided Evacuation System Using Arduino and GSM Intelligent Fire Detection and Visual Guided Evacuation System Using Arduino and GSM Naresh Kumar 1,Poonam Kumari 2 1 M.Tech(Instrumentation), UCIM, Panjab University, Chandigarh, India 2 Assistant Professor,

More information

Design of Multi-Sensors Cooperation Control System for Intelligent Building

Design of Multi-Sensors Cooperation Control System for Intelligent Building Energy and Power Engineering, 2017, 9, 495-502 http://www.scirp.org/journal/epe ISSN Online: 1947-3818 ISSN Print: 1949-243X Design of Multi-Sensors Cooperation Control System for Intelligent Building

More information

AUTOMATIC CABLE SPOOLING for A ROBOTIC VACUUM CLEANER

AUTOMATIC CABLE SPOOLING for A ROBOTIC VACUUM CLEANER AUTOMATIC CABLE SPOOLING for A ROBOTIC VACUUM CLEANER 1 Min-Chie Chiu, 2 Long-Jyi Yeh, and 2 Cheng-Chen Shih 1 Department of Automatic Control Engineering, Chungchou Institute of Technology. 2 Department

More information

STUDY OF AUTOMATED HOME SECURITY SYSTEM USING FPGA.

STUDY OF AUTOMATED HOME SECURITY SYSTEM USING FPGA. STUDY OF AUTOMATED HOME SECURITY SYSTEM USING FPGA. Author1:RuchikaBondreAuthor2:UrvashiDhawale Author3:PrityDwivedi Department of electronics engg.department of electronics engg. Department of electronics

More information

OVERVIEW AND FUTURE DEVELOPMENT OF THE NEUTRON SENSOR SIGNAL SELF-VALIDATION (NSV) PROJECT

OVERVIEW AND FUTURE DEVELOPMENT OF THE NEUTRON SENSOR SIGNAL SELF-VALIDATION (NSV) PROJECT OVERVIEW AND FUTURE DEVELOPMENT OF THE NEUTRON SENSOR SIGNAL SELF-VALIDATION (NSV) PROJECT Jean-Christophe Trama, Alain Bourgerette, Eric Barat, Bernard Lescop LETI (CEA - Advanced Technologies) CEA/Saclay

More information

GOLAY COMPLEMENTARY CODES, DOUBLE PULSE REPETITION FREQUENCY TRANSMISSION I. TROTS, A. NOWICKI, M. LEWANDOWSKI J. LITNIEWSKI, W.

GOLAY COMPLEMENTARY CODES, DOUBLE PULSE REPETITION FREQUENCY TRANSMISSION I. TROTS, A. NOWICKI, M. LEWANDOWSKI J. LITNIEWSKI, W. ARCHIVES OF ACOUSTICS 31, 4 (Supplement), 35 40 (2006) GOLAY COMPLEMENTARY CODES, DOUBLE PULSE REPETITION FREQUENCY TRANSMISSION I. TROTS, A. NOWICKI, M. LEWANDOWSKI J. LITNIEWSKI, W. SECOMSKI Institute

More information

Design of Classroom Intelligent Lighting System Based on SCM. Jiale Zheng1, a

Design of Classroom Intelligent Lighting System Based on SCM. Jiale Zheng1, a 6th International Conference on Machinery, Materials, Environment, Biotechnology and Computer (MMEBC 2016) Design of Classroom Intelligent Lighting System Based on SCM Jiale Zheng1, a 1 North China Electric

More information

COST-EFFECTIVE FIRE-SAFETY RETROFITS FOR CANADIAN GOVERNMENT OFFICE BUILDINGS

COST-EFFECTIVE FIRE-SAFETY RETROFITS FOR CANADIAN GOVERNMENT OFFICE BUILDINGS , Volume 1, Number 3, p.123-128, 1999 COST-EFFECTIVE FIRE-SAFETY RETROFITS FOR CANADIAN GOVERNMENT OFFICE BUILDINGS D. Yung and G.V. Hadjisophocleous Fire Risk Management Program, Institute for Research

More information

Design & Analysis of Multi-part Fixture for Pin Quadrant of Quadrant sub-assembly of Cultivator

Design & Analysis of Multi-part Fixture for Pin Quadrant of Quadrant sub-assembly of Cultivator Design & Analysis of Multi-part Fixture for Pin Quadrant of Quadrant sub-assembly of Cultivator Pankaj Ramteke and Prof. P. N. Awachat 2 1 MTECH Student of Mechanical Engineering Department 2 Professor

More information

ELECTRICAL IMPEDANCE TOMOGRAPHY

ELECTRICAL IMPEDANCE TOMOGRAPHY Appendix I ELECTRICAL IMPEDANCE TOMOGRAPHY Philip Church, Neptec Design Group BASIC PRINCIPLES Electrical impedance tomography (EIT) is a technology developed to image the electrical conductivity distribution

More information