RECENTLY, multicarrier modulation techniques, such

Size: px
Start display at page:

Download "RECENTLY, multicarrier modulation techniques, such"

Transcription

1 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS I: REGULAR PAPERS, VOL. 52, NO. 5, MAY New Continuous-Flow Mixed-Radix (CFMR) FFT Processor Using Novel In-Place Strategy Byung G. Jo and Myung H. Sunwoo, Senior Member, IEEE Abstract The paper proposes a new continuous-flow mixed-radix (CFMR) fast Fourier transform (FFT) processor that uses the MR (radix-4/2) algorithm and a novel in-place strategy. The existing in-place strategy supports only a fixed-radix FFT algorithm. In contrast, the proposed in-place strategy can support the MR algorithm, which allows CF FFT computations regardless of the length of FFT. The novel in-place strategy is made by interchanging storage locations of butterfly outputs. The CFMR FFT processor provides the MR algorithm, the in-place strategy, and the CF FFT computations at the same time. The CFMR FFT processor requires only two -word memories due to the proposed in-place strategy. In addition, it uses one butterfly unit that can perform either one radix-4 butterfly or two radix-2 butterflies. The CFMR FFT processor using the 0.18 m SEC cell library consists of 37,000 gates excluding memories, requires only 640 clock cycles for a 512-point FFT and runs at 100 MHz. Therefore, the CFMR FFT processor can reduce hardware complexity and computation cycles compared with existing FFT processors. Index Terms Continuous-flow (CF) fast Fourier transform (FFT), in-place, memory architecture, mixed radix (MR), real-time processing. I. INTRODUCTION RECENTLY, multicarrier modulation techniques, such as orthogonal frequency-division multiplex (OFDM) and discrete multitone (DMT), have received great attention in high-speed data communication systems and have been selected for several communication standards, such as wireless local area network (WLAN) [1], asymmetric digital subscriber line (ADSL) [2], very high-speed digital subscriber line (VDSL) [3], digital audio broadcasting (DAB) [4], digital video broadcasting (DVB) [5], powerline communications (PLC) [6], etc. In multicarrier modulation, data symbols are transmitted in parallel on multiple subcarriers [7]. Multicarrier modulationbased transceivers involve fast Fourier transform (FFT) computations that require a large amount of arithmetic operations. The implementation of an FFT processor is one of the most difficult parts in the realization of OFDM and DMT modems and its hardware complexity is very high [4]. Hence, various FFT processors [8] [18] have been proposed to meet real-time processing requirements and to reduce hardware complexity. Manuscript received January 8, 2004; revised November 13, This work was supported in part by the NRL (National Research Laboratory) program, in part by the uauto project, in part by the SystemIC2010 Program, and in part by IDEC (IC Design Education Center). This paper was recommended by Associate Editor P. Nilsson. B. G. Jo is with the Agency for Defence Development, Daejeon , Korea. M. H. Sunwoo is with the School of Electrical and Computer Engineering, Ajou University, Suwon , Korea ( sunwoo@ajou.ac.kr). Digital Object Identifier /TCSI For high throughput applications, the pipeline architectures [8] [10] have been proposed. However, the pipeline architectures require processing elements where and represent the length of FFT and the radix, respectively. The pipeline architectures consume relatively large area compared with memory architectures [8]. To achieve smaller area, memory architectures using the radix-2 algorithm that have one or two butterfly units have been proposed in [16] [18]. However, these memory architectures require many computation cycles. Hence, they require a relatively high-frequency clock to accomplish real-time requirements. To reduce the computation cycles, a higher radix algorithm should be used. In practice, the radix-2 algorithm requires four times more computation cycles than the radix-4 algorithm. Thus, the FFT processors [13] [15] using the radix-4 algorithm have been proposed. However, the radix-4 FFT processors cannot process 128, 512, 2048, or 8192-point FFTs since they are not powers of four. To compute FFTs that are not powers of four, the mixed-radix (MR) algorithm should be used. The MR algorithm that uses both the radix-4 and radix-2 can perform fast FFT computations and can process FFTs that are not powers of four. The proposed continuous-flow MR (CFMR) FFT processor [19] using the MR algorithm can perform FFT computations regardless of the length of FFT. To minimize the memory size, the in-place algorithm that stores butterfly outputs at the same memory locations used by inputs to the same butterfly has been proposed in [20]; however, it can handle only the fixed-radix FFT algorithms. The existing processors [21], [22] requires one -word memory since they use the in-place strategy [20]; however, they cannot support the CF FFT. Spiffee [21] using the in-place strategy requires many computation cycles since they use the radix-2 algorithm. The CS2410 processor [22] using the MR algorithm employs the in-place strategy; however, it does not use a memory bank structure that can give a low frequency clock by reading and writing several data values at once. The Jaguar II processor [23] using the MR algorithm uses the memory bank structure; however, Jaguar II requires four -word memories since it does not use the in-place strategy. The proposed CFMR FFT processor uses the proposed in-place algorithm, the MR algorithm, and the memory bank structure, and thus, it can minimize the memory size and give a low frequency clock. For real-time processing, the CF FFT processors [17], [18], [23] have been proposed. The FFT processor [17] uses three -word memories for CF FFT. In contrast, to reduce the memory size, the FFT processor [18] uses only two -word memories. However, they still require many computation cycles and a high-speed clock since they use only the radix /$ IEEE

2 912 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS I: REGULAR PAPERS, VOL. 52, NO. 5, MAY 2005 Fig. 1. Dataflow graph of a 16-point radix-4 FFT. algorithm. Jaguar II [23] using the radix-4 algorithm reduces the computation cycles compared with the existing radix-2 FFT processors [17], [18]; however, it requires four -word memories. In contrast, the proposed CFMR FFT processor supports the CF FFT using only two -word memories and the MR algorithm. Hence, the proposed processor can reduce the computation cycles compared with the CF FFT processors [17], [18] and the memory size compared with Jaguar II [23]. As mentioned above, various features are used to improve the performance of FFT processors, such as the CF FFT computations, the MR algorithm, and the in-place strategy. However, the existing FFT processors [21] [23] cannot support all of the MR algorithm, the in-place strategy, and the CF FFT at the same time. In other words, the existing in-place strategy [20] for the multibank memory has been proposed only for the fixed-radix FFT algorithms and the existing CF processor using only two -word memories [18] has been proposed only for the radix-2 algorithm. If the existing in-place strategy applies to the MR algorithm, the processor cannot avoid bank conflicts for the CF computations. This paper proposes the new CFMR FFT processor [19] and introduces the novel in-place strategy without having bank conflicts for the MR algorithm. In addition, the CFMR FFT processor using only two -word memories can reduce the memory size and the proposed in-place strategy supports the CF FFT computations. The gate count of the proposed CFMR FFT processor is only and the number of clock cycles is 640 for a 512-point FFT. Therefore, the CFMR FFT processor can reduce hardware complexity and the computation cycles compared with the existing FFT processors [21] [23]. The CFMR FFT processor can reduce the gate count 65% and the number of computation cycles 74% compared with Spiffee [21]. In addition, the CFMR FFT processor can reduce the gate count 5% and the number of computation cycles 75% compared with CS2410 [22] and it can reduce the gate count 87% and the memory size 50% compared with Jaguar II [23]. This paper is organized as follows. Section II shows details of the novel in-place strategy for the MR algorithm and the CF FFT computations, and Section III introduces existing FFT processors and the proposed CFMR FFT processor. Section IV explains the implementation and the performance evaluation. Finally, Section V concludes this paper. Fig. 2. Digit-reversal map of a 16-point radix-4 FFT. II. NOVEL IN-PLACE STRATEGY FOR MIXED-RADIX ALGORITHM This section first explains the existing in-place strategy in [20] for the radix-4 algorithm, and then, introduces the novel in-place strategy for the MR algorithm and the CF FFT computations A. Existing In-Place Strategy for Radix-4 Algorithm The in-place strategy [20] uses only one -word memory for FFT computations since it stores butterfly outputs at the same memory locations used by inputs to the same butterfly. Then, FFT processors using the in-place strategy require only the minimum possible amount of memory, i.e., one memory location for each of the original data [20]. In addition, FFT processors using the in-place strategy and two -word memories can overlap the CF FFT computations with concurrent input and output (I/O). By performing concurrent I/O, it is possible to combine the input and output memories and to accomplish the CF computations using only two -word memories. Fig. 1 shows the dataflow graph using the existing in-place strategy [20] for a 16-point radix-4 FFT. To compute the radix-4 butterfly, four inputs can be read concurrently and four outputs can be written concurrently. For concurrent reads and writes, the memory is partitioned into four banks and then no memory access conflicts exist among four read operations or among four write operations. The existing in-place strategy [20] can provide these concurrent reads and writes without bank conflicts. Column 1 and Column 2 in Fig. 1 indicate the memory bank and address assignments. Since the data is allocated in four banks as shown in Column 1 and Column 2 of Fig. 1, four inputs can be read from different banks and four outputs can be written to different banks in all butterfly operations, i.e., butterflies through.

3 JO AND SUNWOO: NEW CFMR FFT PROCESSOR 913 Fig. 3. Existing dataflow graph of a 32-point MR FFT. The first incoming symbol is stored in the corresponding memory bank and address of Column 1. After the FFT computation of the first incoming symbol, this computed symbol is read out of the computation memory and the second incoming symbol is stored at the same location concurrently, that is, in the corresponding memory bank and address of Column 2. The arrow in Fig. 1 represents the in-place strategy using the same memory location (Bank 3, Address 3) for the output of the first computed symbol and the input of the second incoming symbol. After reading out of the second computed symbol, the memory bank and address of Column 1 are again assigned to the third incoming symbol. In addition, the fourth incoming symbol is assigned to the memory bank and address of Column 2. As a result, the bank and address of Column 1 and then those of Column 2 can be alternately assigned. By this alternation between Column 1 and Column 2, I/O can be performed concurrently and the input and output memories can be combined. Therefore, the radix-4 algorithm can perform the CF FFT computations using only two -word memories. Fig. 2 shows the digit-reversal map for generating the output order. The output order of the radix-4 FFT is the digit-reversal of the input order as shown in Fig. 2. For example, if Input Order 1 is 12, i.e.,, Output Order 1 is 3, i.e.,. This procedure is represented by the bold under lines in Fig. 1. Then, (Bank 3, Address 3) of Column 1 is the 4th output of the computed symbol and it is assigned to the fourth input of the next incoming symbol. Hence, Output Order 1 and Input Order 2 are the same indicated by the arrow in Fig. 1. In other words, the memory bank and address of Output Order 1 in Fig. 1 are equal to those of Input Order 2. Fig. 3 shows the dataflow graph using the existing in-place strategy [20] for a 32-point MR FFT. In Stage 1 and Stage 2, the radix-4 algorithm is used; in Stage 3, the radix-2 algorithm is used. Column 1 and Column 2 in Fig. 3 indicate the memory bank and address assignments by the in-place strategy [20]. The bank and address generation can be expressed as follows: (1) (2) where the symbol means the modulo-4 addition and n is an odd number. Input Order and Output Order in Fig. 3 are the input and output orders, respectively. After the FFT computations, the computed symbol is read out and the next incoming symbol is stored at the same location concurrently. The arrow in Fig. 3 represents that the same memory location (Bank 1, Address 0) is used for the output of the computed symbol and the input of the next incoming symbol. In contrast with Fig. 2, Output Order 1 is generated by Fig. 4 and has an asymmetric form as shown in Fig. 4. The general reversal procedure can be expressed as follows: For example, if Input Order 1 is 1, i.e.,, Output Order 1 is 16, i.e.,, by Fig. 4 and they are represented by the bold under lines in Fig. 3. As a result, (Bank 1, Address 0) of Column 1 is the 17th output of the computed symbol and is assigned to the 17th input (3)

4 914 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS I: REGULAR PAPERS, VOL. 52, NO. 5, MAY 2005 Fig. 4. Existing reversal map of a 32-point MR FFT. Fig. 6. Proposed general reversal map of a 2 -point MR FFT when n =odd. Fig. 5. Interchanging storage locations of the butterfly outputs. of the next incoming symbol. Hence, as shown in Fig. 3, each input of the next incoming symbol is stored in the corresponding each memory bank and address of Column 2. In practice, the FFT computation of the next incoming symbol cannot be performed because of the bank conflicts. In other words, the FFT computations using Output Order 1 generate the bank conflicts since Output Order 1 has the asymmetric form. For example, Butterfly in Stage 1 on the right-hand side that has four inputs represented by the dotted boxes in Fig. 3 faces the bank conflict since the second and third input data reside in Bank 2. Therefore, the MR FFT computations using the exiting in-place strategy [20] cannot avoid the bank conflicts as in Butterfly. As a result, MR FFT processors using the existing in-place algorithm cannot combine the input and output memories and perform the CF FFT computations using only two memories. B. Novel In-Place Strategy for MR Algorithm To avoid these bank conflicts, we propose a novel in-place strategy. The proposed in-place algorithm is made by interchanging storage locations of butterfly outputs. Fig. 5 shows these interchanges. The storage locations of the second and third outputs of each radix-4 butterfly in Stage 2 and a pair of radix-2 butterflies in Stage 3 are interchanged. These interchanges are performed in all stages except for Stage 1 and this rule is applied to all MR FFTs, such as 128, 512, 2,048, 8,192, 32,768, and point FFTs. After these interchanges shown in Fig. 5, the bank conflicts can be resolved and the output order with the asymmetric form in Fig. 4 is converted to the new output order with the symmetric form shown in Fig. 6. Therefore, the proposed in-place strategy resolving bank conflicts can support the concurrent I/O and the CF FFT computations. Fig. 6 represents the proposed general reversal map for the MR algorithm of a -point FFT where is an odd number. The most significant digit, i.e., 2 bits, is exchanged with the least Fig. 7. Bank and address generation scheme of a 2 -point MR FFT. significant digit and the other bits perform the bit-reversal. Fig. 6 can be expressed as follows: Fig. 7 shows the bank and address generation scheme of a -point FFT for storing the incoming symbol. In the bank and address generation scheme, an -bit counter and a tree of modulo-4 additions are used. For bank generation, is exchanged with and all of the counter digits are added by modulo-4 except for the second most significant bit. The address of each memory bank indicated by the dotted box is the higher bits excluding the lower 2 bits of the counter output. Fig. 7 can be expressed as follows (4) (5) (6) where the symbol means the modulo-4 addition. Table I shows the bank and address assignments for a 512-point FFT by Fig. 7. Table I contains the bank assigned to the data and the address assigned within each bank. For example, in case of the 511th input data in Table I, Bank is 1 since is and the result of the modulo-4

5 JO AND SUNWOO: NEW CFMR FFT PROCESSOR 915 Fig. 8. New dataflow graph of a 32-point MR FFT. TABLE I BANK AND ADDRESS ASSIGNMENTS FOR A 512-POINT FFT Fig. 9. Proposed reversal map of a 32-point MR FFT. addition is 1 by (5). In addition, the address is 127 by (6), since the higher 7 bits of the counter is. Fig. 8 is an example that shows the new dataflow graph of the in-place strategy for a 32-point MR FFT. The interchanges shown in Fig. 5 are performed in the solid boxes of Stage 2 and Stage 3 in Fig. 8. The proposed in-place strategy converts the reversal with the asymmetric form in Fig. 4 to the reversal with the symmetric form in Fig. 9. By the proposed in-place strategy, Column 1 and Column 2 in Fig. 8 can be alternated as shown in Fig. 1. Hence, the proposed in-place strategy can support the CF FFT computations without bank conflicts. For example, Butterfly that has four inputs represented by the dotted boxes in Fig. 8 can avoid the bank conflicts shown in Fig. 3. In Fig. 8, four inputs of Butterfly are read from each bank and four outputs are stored at the same location without bank conflicts. Fig. 9 shows the proposed MR reversal map with the symmetric form of a 32-point FFT. For example, if Input Order 1 is 1, i.e.,, Output Order 1 is 8, i.e.,, by Fig. 9 and they are represented by the bold under lines in Fig. 8. As a result, (Bank 1, Address 0) of Column 1 is the 9th output of the computed symbol, but it was the 17th output in Fig. 3. As shown in Fig. 8, the next incoming symbol has the new memory bank and address assignments of Column 2 that differ from Fig. 3. Moreover, each of four inputs and outputs can access each different bank without bank conflicts in all butterfly operations. The bit vector of the input order, The bit vector of the output order, is expressed by, is given by (7), by (4) in our strategy (8)

6 916 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS I: REGULAR PAPERS, VOL. 52, NO. 5, MAY 2005 If is again applied to (4) as the input order, the bit vector of the output order,, is given by TABLE II EXISTING OPERATION OF CONTINUOUS FLOW FFT Since is the same as, the proposed strategy can combine the input and output memories and can perform concurrent I/O. In contrast, in the existing in-place strategy [20], the bit vector of the output order,, by (3) is expressed by (9) (10) When is applied to (3) as the input order, is given by (11) As a result, and are not the same. Hence, the existing strategy [20] cannot combine the input and output memories and cannot perform concurrent I/O. If in (8) is applied to (5) for the bank generation, the bank assignment is (12) Since the result of the modulo addition in (5) is the same as the result in (12), the proposed strategy can avoid bank conflicts. However, the existing in-place strategy [20] does not have the same results, and thus, it cannot avoid bank conflicts. We have simulated the proposed in-place strategy in C++. The simulations have been performed for various point FFTs, such as 128, 512, 2,048, 8,192, 32,768, and point FFTs. We have thoroughly verified the simulation results of the novel in-place strategy. III. ARCHITECTURE FOR PROPOSED CFMR FFT PROCESSOR This section first analyzes the existing CF FFT processors [17], [18], [23] and proposes the FFT processor that can support the proposed in-place strategy, the MR algorithm, and the CF FFT computations. A. Existing CF FFT Processors The FFT processor using the memory architecture [17] requires three -word memories for the CF implementation. Three memories are used for the input buffer, computation buffer, and output buffer. To reduce the amount of memory size for CF FFT implementation, the processor having only two -word memories was proposed in [18]. However, the architecture [18] is based on the radix-2 algorithm. Hence, it requires many computation cycles and a high clock frequency, even though it uses two radix-2 butterfly units. The memory reduction is achieved by the alternation between decimation in frequency (DIF) and decimation in time (DIT) in the computation of FFTs of successive symbols. The DIF computation has the input in natural order and the output in bit-reversed order, and the DIT computation has the input in bit-reversed order and the output in natural order. By alternating the DIF and DIT, it is possible to combine the input and output buffers, and thus, the processor [18] requires only two -word memories for the CF FFT [18]. Table II shows the operation of the CF FFT for the symbol number 0 to 3. Every input symbol experiences three phases: input, computation, and output. Each one of these phases takes one symbolcycle. While the current input symbol is computed, the previous symbol should be read out and the next symbol should be written at the same memory location. In Table II, C, I/O, NAT, and BR represent computation, concurrent input and output, I/O in the natural order, and I/O in the bit-reversed order, respectively. The I/O mode is NAT if the previous FFT mode was DIT and is BR if the previous FFT mode was DIF. In other words, the I/O mode of the symbol number 1 is BR since the FFT mode of the symbol number 0 was DIF in Memory 1. In addition, the I/O mode of the symbol number 3 is NAT since the FFT mode of the symbol number 2 was DIT in Memory 1. The Jaguar II FFT processor [23] uses the MR algorithm and the memory bank structure. Jaguar II supports the CF FFT computations. However, it does not use the in-place strategy using one -word memory; hence, it requires two -word memories. To realize CF, it uses two more -word memories. Therefore, Jaguar II requires four -word memories that are partitioned into four banks for the CF FFT computations and each bank has 2 read/write ports. The memory is a dominant component in terms of hardware complexity and power consumption [7]. As a result, Jaguar II occupies very large area and consumes large power. B. Proposed CFMR FFT Processor The CFMR FFT processor uses the MR algorithm and the memory bank structure to reduce the computation cycles. Fig. 10 shows the proposed CFMR FFT processor using the novel in-place strategy for CF FFT computations. The CFMR FFT processor uses only the radix-4 DIF algorithm. Fig. 11 shows the architecture to store the data input and to read out the computed FFT data. The input data is stored to each bank by using the bank and address generation scheme shown in Fig. 7. The CFMR FFT processor has two -word memories each of which is partitioned into four banks. Each of the two memories is switched between the computation and concurrent I/O. While the current input symbol is computed from Memory 1, the computed symbol is read out of Memory 2 and the next input symbol is stored concurrently at the same location in Memory 2. In other words, the CFMR FFT processor can overlap the FFT computation cycles with data I/O cycles.

7 JO AND SUNWOO: NEW CFMR FFT PROCESSOR 917 Fig. 12. Radix-4/2 DIF butterfly unit. Fig. 10. Proposed CFMR FFT processor. Fig. 13. Layout of CFMR FFT processor. Fig. 11. Architecture for data I/O. flies. Fig. 12 shows the proposed radix-4/2 DIF butterfly unit used in the CFMR FFT processor, which calculates four butterfly outputs based on the following equations To perform the in-place strategy for the CF FFT, four butterfly outputs that are written to the memory are interchanged. These interchanges are shown in Fig. 5. The address generation unit shown in Fig. 11 generates four addresses for the in-place FFT computations and one address for the concurrent I/O. Since the CFMR architecture uses the memory partitioned into four banks, four data can be read and written concurrently. The CFMR FFT processor supports various point FFTs and each of the internal word lengths for real and imaginary parts is 16 bits. In addition, to improve the signal to quantization noise ratio (SQNR) of FFT/IFFT results, the CFMR FFT processor employs the block floating-point arithmetic. After the butterfly computations at each stage, the largest butterfly output value is detected. Then, all butterfly inputs of the next stage are scaled down according to the scale factor of the previous stage if necessary. When using the block floating-point arithmetic, all butterfly output values share one single scale factor at each stage. Hence, the block floating-point arithmetic can prevent overflow at each stage and the butterfly outputs are normalized in the range of. The SQNR of the CFMR FFT processor is about 65 db, which is better than 55 db of the CS2461 FFT processor [24]. The CFMR FFT processor uses only one butterfly unit, which can perform either one radix-4 butterfly or two radix-2 butter- (13) (14) (15) (16) where,,, and are butterfly inputs, and,, and are twiddle coefficients. All variables are complex numbers. The proposed butterfly unit has three complex multipliers and eight complex adders regardless of the length of FFT and can support the radix-4 and radix-2 algorithms. By adding four multiplexers to the radix-4 butterfly calculation unit, two radix-2 butterflies using the radix-4 unit can also be calculated at once. Four multiplexers represented by the solid box are used to select either the radix-4 calculation or the radix-2 calculation. Therefore, the proposed butterfly unit calculates either two radix-2 butterflies or one radix-4 butterfly in one clock cycle and does not require additional radix-2 butterfly hardware. However, the existing FFT processors [22], [23] require separately the radix-4 butterfly unit and the radix-2 butterfly unit. The gate count of the proposed radix-4/2 DIF butterfly unit is The other two multiplexers represented by the dotted box in Fig. 12 interchange the storage locations of the butterfly outputs for the proposed in-place strategy.

8 918 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS I: REGULAR PAPERS, VOL. 52, NO. 5, MAY 2005 TABLE III PERFORMANCE COMPARISONS IV. IMPLEMENTATION AND PERFORMANCE EVALUATION The CFMR FFT processor has been modeled by VHDL and logic synthesis has been performed using the SAMSUNG 0.18 m SEC cell library by the SYNOPSYS tool. Fig. 13 shows the layout results of the CFMR FFT processor. The CFMR FFT processor using two 4 Kbytes memories supports various point FFTs, such as 64, 256, 512, and 1024-point, and each of the internal word lengths for real and imaginary parts is 16 bits. The memory has a 32-bit word length. The ROM memory for twiddle coefficients is used. The ROM stores all twiddle coefficients. The twiddle factor address can be generated by the simple address generation logic. The same ROM which stores 768 twiddle coefficients is used for smaller transforms, i.e., 64, 256, and 512-point. In addition, the CFMR FFT processor employs the block floating-point arithmetic to improve the SQNR. Table III shows the performance comparisons between the CFMR FFT processor and the existing processors [21] [23]. The CFMR FFT processor consists of gates excluding memories and the operating frequency is about 100 MHz. Of course, the operating frequency can be increased by adding pipeline stages. In the CFMR processor, the clock frequency for the FFT computations is higher than the symbol sampling frequency. The FFT computation of one symbol is executed within the completion time of concurrent I/O of one symbol. We used the symbol sampling frequency which is half of the clock frequency. Since the clock frequency is twice of the symbol sampling frequency, the symbol sampling frequency can be easily generated from the clock frequency. The CFMR FFT processor completes a 512-point FFT in 6.6 s. This can satisfy the requirement of the DAB standard (Mode II) in which the 512-point FFT (MR) for one OFDM symbol should be completed in 312 s. In addition, the proposed CFMR FFT processor can be easily applied to higher point FFTs by modifying the address generation unit. Hence, the CFMR FFT processor can be used in various DMT and OFDM systems, such as DAB, VDSL, PLC, DVB, WLAN, etc. The Spiffee processor [21] uses the radix-2 algorithm, one -word memory and two cache memories partitioned into two banks. Spiffee operates on 36-bit complex fixed-point data, i.e., 18-bit real and imaginary parts. Spiffee supports only a 1,024- point FFT and requires about 5,100 cycles for a 1,024-point FFT. The gate count is However, Spiffee requires many computation cycles since it uses the radix-2 algorithm. In addition, Spiffee cannot support the CF FFT computations. The CS2410 processor [22] using the TSMC 0.18 m cell library uses the in-place strategy and the single memory architecture. Hence, CS2410 has smaller area compared with the existing FFT processor [23]. CS2410 has gates and 4 Kbytes memory, and each of the internal word lengths for real and imaginary parts is 16 bits. However, it requires four times of the computation cycles compared with the proposed CFMR FFT processor since it does not use the multibank memory. For example, CS2410 requires 2,697 cycles for a 512-point FFT, while the CFMR FFT processor requires only 640 cycles. Hence, the CFMR FFT processor can reduce the number of computation cycles by about 75% compared with CS2410 [22]. In addition, the CS2410 cannot support the CF FFT computations. The Jaguar II processor [23] using the MR algorithm supports the CF FFT computations; however, Jaguar II requires four -word memories since it does not use the in-place strategy. Jaguar II has gates and four 4 Kbytes memories, and each of the internal word lengths for real and imaginary parts is 16 bits. Hence, Jaguar II consumes large power since it has large area and large memory size. The CFMR FFT processor can reduce the gate count by about 87% and the memory size by 50% compared with Jaguar II [23]. The CFMR FFT processor uses one butterfly unit and the proposed in-place algorithm. The proposed radix-4/2 butterfly unit calculates either one radix-4 butterfly or two radix-2 butterflies, and thus, the CFMR FFT processor can remove one and two radix-2 butterfly units used in [22] and [23], respectively. Hence, the CFMR FFT processor has only gates and two -word memories. In addition, it uses only the radix-4 DIF algorithm and supports CF FFT by the proposed in-place strategy, while the existing one [18] uses alternation between the DIF and DIT algorithms. The FFT processor [18] requires more FFT computation cycles than the CFMR FFT processor since it uses the radix-2 algorithm.

9 JO AND SUNWOO: NEW CFMR FFT PROCESSOR 919 In summary, the CFMR FFT processor can support the MR algorithm, the novel in-place strategy, and the CF FFT computations at the same time. However, existing FFT processors cannot support all of these features at the same time. Therefore, the CFMR FFT processor can reduce the number of computation cycles 74% compared with [21]. In addition, it can reduce the gate count 5% and the number of computation cycles 75% compared with [22] and the gate count 87% and the memory size 50% compared with [23]. In addition, the SQNR of the CFMR FFT processor is about 65 db that is better than 55 db of the CS2461 FFT processor [24] dedicated for IEEE a and HiperLAN 2. V. CONCLUSION This paper proposed the CFMR FFT processor using the novel in-place algorithm. The proposed in-place strategy realized by interchanging storage locations of butterfly outputs can completely remove the bank conflicts for the MR algorithm. Hence, the CFMR FFT processor using only two -word memories can support the MR algorithm and the CF FFT computations. In addition, the CFMR FFT processor uses only one butterfly unit, which can perform either one radix-4 butterfly or two radix-2 butterflies. The CFMR FFT processor consists of gates and 8-kB memory and requires only 640 clock cycles for a 512-point FFT. The operating frequency with the m SEC cell library is 100 MHz and the SQNR is about 65 db. Therefore, the CFMR FFT processor can reduce the memory size, gate count, and computation cycles compared with existing FFT processors. The proposed CFMR FFT architecture can be used in various DMT and OFDM systems, such as VDSL, PLC, DAB, DVB, WLAN, etc. [14] K. Nadehara, T. Miyazaki, and I. Kuroda, Radix-4 FFT implementation using SIMD multimedia instructions, in Proc. IEEE Int. Conf. Acoust., Speech, Signal Processing (ICASSP), 1999, pp [15] B. S. Son, B. G. Jo, M. H. Sunwoo, and Y. S. Kim, A high-speed FFT processor for OFDM systems, in Proc. IEEE Int. Symp. Circuits Systems (ISCAS), vol. 3, 2002, pp [16] H. F. Lo, M. D. Shieh, and C. M. Wu, Design of an efficient FFT processor for DAB systems, in Proc. IEEE Int. Symp. Circuits Systems (ISCAS ), 2001, pp [17] D. Veithen, P. Spruyt, T. Pollet, M. Peeters, S. Braet, O. V. D. Wiel, and H. V. D. Weghe, A 70 Mb/s variable-rate DMT-based modem for VDSL, in Proc. Int. Solid-State Circuits Conf., 1999, pp [18] R. Radhouane, P. Liu, and C. Modlin, Minimizing the memory requirement for continuous flow FFT implementation: continuous flow mixed mode FFT (CFMM-FFT), in Proc. IEEE Int. Symp. Circuits Systems (ISCAS), vol. I, 2000, pp [19] J. H. Baek, B. S. Son, B. G. Jo, M. H. Sunwoo, and S. K. Oh, A continuous flow mixed-radix FFT architecture with an in-place algorithm, in Proc. IEEE Int. Symp. Circuits Systems (ISCAS), vol. 2, May 2002, pp [20] L. G. Johnson, Conflict free memory addressing for dedicated FFT hardware, IEEE Trans. Circuits Syst. II., Analog Digit. Signal Process., vol. 39, no. 5, pp , May [21] B. M. Baas, A low-power, high-performance, 1024-point FFT processor, IEEE J. Solid-State Circuits, vol. 24, no. 3, pp , Mar [22] Amphion, CS Point FFT/IFFT, Jul [23] Drey Enterprise Inc., Jaguar II Variable-Point (8-1024) FFT/IFFT Specification, [24] Amphion, CS Point Block Based FFT/IFFT, July Byung G. Jo received the B.S. degree and the M.S. degree in electronics engineering from the Ajou University, Suwon, Korea, in 2000 and 2002, respectively. He is currently the Researcher at Agency for Defense Development (ADD), Daejeon, Korea. His current research interests are in the areas of satellite communication systems, architectures, and circuits. REFERENCES [1] Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications, IEEE Std a-1999, Sep [2] C. L. Wang and C. H. Chang, A novel DHT-based FFT/IFFT processor for ADSL transceivers, in Proc. IEEE Int. Symp. Circuits Syst., 1999, pp [3] VDSL Alliance Draft Standard Proposal, Apr [4] J. R. Choi, S. B. Park, D. S. Han, and S. H. Park, A 2048 complex point FFT architecture for digital audio broadcasting system, in Proc. IEEE Int. Symp. Circuits Syst., vol. V, 2000, pp [5] DVB, Framing Structure, Channel Coding and Modulation for Digital Terrestrial Television, ETSI EN v1.4.1, Jan [6] HomePlug Powerline Alliance, HomePlug 0.5 draft medium interface specification, Nov [7] N. Weste and D. J. Skellern, VLSI for OFDM, IEEE Commun. Mag., no. 10, pp , Oct [8] L. Jia, Y. Gao, and H. Tenhunen, A pipelined shared-memory architecture for FFT processor, in Proc. IEEE 42nd Midwest Symp. Circuits Systems, 1999, pp [9] S. Johansson, S. He, and P. Nilsson, Wordlength optimization of a pipeline FFT processor, in Proc. IEEE 42nd Midwest Symp. Circuits Systems, 1999, pp [10] W. Li and L. Wanhammar, A pipeline FFT processor, in Proc. IEEE Workshop on Signal Processing Syst.(SiPS), Oct. 1999, pp [11] M. K. Rudberg, M. Sandberg, and K. Ekholm, Design and implementation of an FFT processor for VDSL, in Proc. Asia-Pacific Conf. Circuits Syst., 1998, pp [12] J. A. Hidalgo, J. Lopez, F. Aruguello, and E. L. Zapata, Area-efficient architecture for fast Fourier transform, IEEE Trans. Circuits Syst. II., Analog Digit. Signal Process., vol. 46, no. 2, pp , Feb [13] S. He and M. Torkelson, Design and implementation of a 1024-point pipeline FFT processor, Proc. IEEE Custom Integrated Circuits, pp , Myung H. Sunwoo (S 87 M 89 SM 01) received the B.S. degree in electronic engineering from the Sogang University, Korea, the M.S. degree in electrical and electronics from the Korea Advanced Institute of Science and Technology, Korea, in 1980 and 1982, respectively, and the Ph.D. degree in electrical and computer engineering from the University of Texas at Austin, in He worked for Electronics and Telecommunications Research Institute (ETRI),Daejeon, Korea from 1982 to 1985 and Digital Signal Processor Operations, Motorola, Austin, TX from 1990 to Since 1992, he has been a Professor with the School of Electrical and Computer Engineering, Ajou University, Suwon, Korea. In 2000, he was a Visiting Professor in the Department of Electrical and Computer Engineering, the University of California, Davis, CA. He is the Director of the National Research Laboratory sponsored by the Ministry of Science and Technology. His research interests include very large-scale integration architectures, system-on-chip design for multimedia and communications, and application-specific digital signal processing architectures. Dr. Sunwoo has published more than 120 papers in international transactions/journals and conferences and also has 28 patents including five U.S. patents. He served as a Technical Program Chair of the IEEE Workshop on Signal Processing Systems (SIPS) in 2003 and a member of the technical program committee of various international conferences. He has received a number of research awards from the Ministry of Commerce, Industry and Energy, Samsung Electronics, and professional foundations. He served as an Associate Editor for the IEEE TRANSACTIONS ON VERY LARGE SCALE INTEGRATION (VLSI) SYSTEMS ( ) and as a Guest Editor for the Journal of VLSI Signal Processing. Currently, He is a Chair of the IEEE CAS Society of the Seoul Chapter.

10 易迪拓培训 专注于微波 射频 天线设计人才的培养网址 : 射频和天线设计培训课程推荐 易迪拓培训 ( 由数名来自于研发第一线的资深工程师发起成立, 致力并专注于微波 射频 天线设计研发人才的培养 ; 我们于 2006 年整合合并微波 EDA 网 ( 现已发展成为国内最大的微波射频和天线设计人才培养基地, 成功推出多套微波射频以及天线设计经典培训课程和 ADS HFSS 等专业软件使用培训课程, 广受客户好评 ; 并先后与人民邮电出版社 电子工业出版社合作出版了多本专业图书, 帮助数万名工程师提升了专业技术能力 客户遍布中兴通讯 研通高频 埃威航电 国人通信等多家国内知名公司, 以及台湾工业技术研究院 永业科技 全一电子等多家台湾地区企业 易迪拓培训课程列表 : 射频工程师养成培训课程套装该套装精选了射频专业基础培训课程 射频仿真设计培训课程和射频电路测量培训课程三个类别共 30 门视频培训课程和 3 本图书教材 ; 旨在引领学员全面学习一个射频工程师需要熟悉 理解和掌握的专业知识和研发设计能力 通过套装的学习, 能够让学员完全达到和胜任一个合格的射频工程师的要求 课程网址 : ADS 学习培训课程套装该套装是迄今国内最全面 最权威的 ADS 培训教程, 共包含 10 门 ADS 学习培训课程 课程是由具有多年 ADS 使用经验的微波射频与通信系统设计领域资深专家讲解, 并多结合设计实例, 由浅入深 详细而又全面地讲解了 ADS 在微波射频电路设计 通信系统设计和电磁仿真设计方面的内容 能让您在最短的时间内学会使用 ADS, 迅速提升个人技术能力, 把 ADS 真正应用到实际研发工作中去, 成为 ADS 设计专家... 课程网址 : HFSS 学习培训课程套装该套课程套装包含了本站全部 HFSS 培训课程, 是迄今国内最全面 最专业的 HFSS 培训教程套装, 可以帮助您从零开始, 全面深入学习 HFSS 的各项功能和在多个方面的工程应用 购买套装, 更可超值赠送 3 个月免费学习答疑, 随时解答您学习过程中遇到的棘手问题, 让您的 HFSS 学习更加轻松顺畅 课程网址 : `

11 易迪拓培训 专注于微波 射频 天线设计人才的培养网址 : CST 学习培训课程套装该培训套装由易迪拓培训联合微波 EDA 网共同推出, 是最全面 系统 专业的 CST 微波工作室培训课程套装, 所有课程都由经验丰富的专家授课, 视频教学, 可以帮助您从零开始, 全面系统地学习 CST 微波工作的各项功能及其在微波射频 天线设计等领域的设计应用 且购买该套装, 还可超值赠送 3 个月免费学习答疑 课程网址 : HFSS 天线设计培训课程套装套装包含 6 门视频课程和 1 本图书, 课程从基础讲起, 内容由浅入深, 理论介绍和实际操作讲解相结合, 全面系统的讲解了 HFSS 天线设计的全过程 是国内最全面 最专业的 HFSS 天线设计课程, 可以帮助您快速学习掌握如何使用 HFSS 设计天线, 让天线设计不再难 课程网址 : MHz NFC/RFID 线圈天线设计培训课程套装套装包含 4 门视频培训课程, 培训将 13.56MHz 线圈天线设计原理和仿真设计实践相结合, 全面系统地讲解了 13.56MHz 线圈天线的工作原理 设计方法 设计考量以及使用 HFSS 和 CST 仿真分析线圈天线的具体操作, 同时还介绍了 13.56MHz 线圈天线匹配电路的设计和调试 通过该套课程的学习, 可以帮助您快速学习掌握 13.56MHz 线圈天线及其匹配电路的原理 设计和调试 详情浏览 : 我们的课程优势 : 成立于 2004 年,10 多年丰富的行业经验, 一直致力并专注于微波射频和天线设计工程师的培养, 更了解该行业对人才的要求 经验丰富的一线资深工程师讲授, 结合实际工程案例, 直观 实用 易学 联系我们 : 易迪拓培训官网 : 微波 EDA 网 : 官方淘宝店 : 专注于微波 射频 天线设计人才的培养易迪拓培训官方网址 : 淘宝网店 :

Personal Care Appliances in Sweden

Personal Care Appliances in Sweden Personal Care Appliances in Sweden Customer Service Hotline:400-666-1917 Page 1 of 10 一 调研说明中商情报网全新发布的 Personal Care Appliances in Sweden 主要依据国家统计局 国家发改委 商务部 中国海关 国务院发展研究中心 行业协会 工商 税务 海关 国内外相关刊物的基础信息以及行业研究单位等公布和提供的大量资料,

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

Prospects and challenges for sustainable urbanization in China

Prospects and challenges for sustainable urbanization in China Prospects and challenges for sustainable urbanization in China Li Shantong, Department of Development Strategy and Regional Economy Development Research Center of the State Council Note: views presented

More information

Personal Care Appliances in Thailand

Personal Care Appliances in Thailand Personal Care Appliances in Thailand Customer Service Hotline:400-666-1917 Page 1 of 11 一 调研说明中商情报网全新发布的 Personal Care Appliances in Thailand 主要依据国家统计局 国家发改委 商务部 中国海关 国务院发展研究中心 行业协会 工商 税务 海关 国内外相关刊物的基础信息以及行业研究单位等公布和提供的大量资料,

More information

矿用电缆 矿 用 电 缆 江苏亨通电力电缆有限公司

矿用电缆 矿 用 电 缆 江苏亨通电力电缆有限公司 亨通股票代码 600487 矿 用 电 缆 线缆解决之道 尽在亨通 亨通 全球线缆主力供应商 ELECTRIC SAMPLES OF MINE CABLES Total solution for cables,it's HENGTONG HENGTONG,the main global supplier in the wire&cables industry JIANGSU HENGTONG POWER

More information

KMART Corrective Action Plan

KMART Corrective Action Plan KMART Corrective Action Plan Report No.: A4578873 Vendor Code: V001842 Factory Code: F004469 Vendor Name (English): Fun Jewellery And Fashion Accessories PTY Ltd Vendor Name (Local Language): Not provided

More information

Senab Interior established on the Bund introducing Scandinavian design and new ways to organize the office

Senab Interior established on the Bund introducing Scandinavian design and new ways to organize the office Press release Senab Interior Shanghai 2016-10-17 Senab Interior established on the Bund introducing Scandinavian design and new ways to organize the office Senab Interior is now established in Shanghai

More information

Work Report of Chinese Steering Commi.ee of Landscape Architecture Educa8on

Work Report of Chinese Steering Commi.ee of Landscape Architecture Educa8on Work Report of Chinese Steering Commi.ee of Landscape Architecture Educa8on 风 专业 导 员 汇报 YANG Rui Director of Chinese Steering Commi.ee of Landscape Architecture Educa8on Professor, Chairman, Department

More information

A New Generation of Active Intrusion Detection System for Physical Protection

A New Generation of Active Intrusion Detection System for Physical Protection A New Generation of Active Intrusion Detection System for Physical Protection Yuan Zhe Shanghai Nuclear Engineering Research & Design Institute 上海核工程研究设计院 www.snerdi.com.cn 知识产权声明 本文件的知识产权国家电力投资集团公司及其相关产权人所有,

More information

说明书 澳大利亚 ARTUSI KH90A-F1N160 薛孝田 印刷说明 : 2.. 此印刷品自 起开始实施 3. 此印刷品最终成品大小为 A4 纸一半大小 4. 此印刷品黑白印刷 5. 此印刷品要求字迹清晰 不能有漏印 错印 模糊现象 客户名称 产品型号 会签 型号经理

说明书 澳大利亚 ARTUSI KH90A-F1N160 薛孝田 印刷说明 : 2.. 此印刷品自 起开始实施 3. 此印刷品最终成品大小为 A4 纸一半大小 4. 此印刷品黑白印刷 5. 此印刷品要求字迹清晰 不能有漏印 错印 模糊现象 客户名称 产品型号 会签 型号经理 说明书 客户名称 澳大利亚 ARTUSI 设计 于丽 产品型号 KH90A-F1N160 会签 型号经理 业务经理 薛孝田 会签 电气工程师 设计时间 2014.10.29 审核 版次 03 批准 印刷说明 : 1. 此印刷品专用号 Cod:0103080351 2.. 此印刷品自 起开始实施 3. 此印刷品最终成品大小为 A4 纸一半大小 4. 此印刷品黑白印刷 5. 此印刷品要求字迹清晰 不能有漏印

More information

BUREAU VERITAS GREATER CHINA 必维国际检验集团 大中华区 CRANE SERVICES 起重机服务

BUREAU VERITAS GREATER CHINA 必维国际检验集团 大中华区 CRANE SERVICES 起重机服务 BUREAU VERITAS GREATER CHINA 必维国际检验集团 大中华区 CRANE SERVICES 起重机服务 TRANSPORTATION, LOGISTICS & EQUIPMENT DEPARTMENT CRANE BUSINESS UNIT ( TLE - CRANE ) A dedicated team of professionals offering a wide range

More information

Collaborative efforts for sustainable campus 可持续校园建设多方协作机制的初探

Collaborative efforts for sustainable campus 可持续校园建设多方协作机制的初探 Collaborative efforts for sustainable campus 可持续校园建设多方协作机制的初探 华颖 Ying Hua Ph.D. 华颖 Dr. Ying Hua Assistant Professor Department of Design and Environmental Analysis Cornell University Co-Director International

More information

Gas Pipeline Locating Leak detection and Safety Assessment

Gas Pipeline Locating Leak detection and Safety Assessment Gas Pipeline Locating Leak detection and Safety Assessment 天然气管线探测检测新技术及安全评估 Yingjie (Robert)Li,PhD 李英杰 博士 YJ Hiequipment Internationa Co. Wuhan Energy Technology & Engineering Co., Ltd 武汉安耐捷科技工程有限公司 Sensit

More information

亚太地区世界遗产培训与研究中心 ( 上海 ) 简讯 World Heritage Institute of Training and Research - Asia and Pacific, Shanghai

亚太地区世界遗产培训与研究中心 ( 上海 ) 简讯 World Heritage Institute of Training and Research - Asia and Pacific, Shanghai WHITR-AP (Shanghai) N e w s l e t t e r 亚太地区世界遗产培训与研究中心 ( 上海 ) 简讯 World Heritage Institute of Training and Research - Asia and Pacific, Shanghai 特别报道 : 联合国教科文组织 34 C/40 文件 UNESCO 34C /40 Document Special

More information

Rosemount 214C Sensor. Quick Start Guide , Rev BB March 2019

Rosemount 214C Sensor. Quick Start Guide , Rev BB March 2019 Rosemount 214C Sensor 00825-0400-2654, Rev BB Safety Messages NOTICE This guide provides basic guidelines for Rosemount 214C Sensor models.if the sensor was ordered assembled to a temperature thermowell

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

qianlong garden restoration project 乾隆花园修复工程

qianlong garden restoration project 乾隆花园修复工程 qianlong garden restoration project 乾隆花园修复工程 w o r l d m o n u m e n t s f u n d The Significance and Survival of the Garden The Qianlong Garden (built 1771 1776) is a unique architectural and historic

More information

丹麦,Fuglsang 美术馆 / Tony Fretton Architects

丹麦,Fuglsang 美术馆 / Tony Fretton Architects 丹麦,Fuglsang 美术馆 / Tony Fretton Architects Fuglsang 美术馆是为存放 Storstrøm 美术馆的永久藏品 1780 年至 1980 年的丹麦艺术品而建造的地区美术馆, 由 Tony Fretton 建筑师事务所设计 建筑占地 2500 平方米, 其中也有一些举办临时展览的新画廊 商店 咖啡店 学习中心及行政区域, 还有用于保存美术馆海量绘画与雕刻艺术藏品的空间

More information

SOLARBOX Models 1500e RH and 3000eRH Accelerated xenon light fastness and weathering test chambers

SOLARBOX Models 1500e RH and 3000eRH Accelerated xenon light fastness and weathering test chambers SOLARBOX Models 1500e RH and 3000eRH Accelerated xenon light fastness and weathering test chambers SOLARBOX 氙灯耐光色牢度和气候加速老化仪 1500e RH 型和 3000e RH 型 The worldwide known SOLARBOXe light fastness testers are

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

LEVEL SENSORS & FLOAT SWITCHES

LEVEL SENSORS & FLOAT SWITCHES SKYWEAL LEVEL SENSORS & FLOAT SWITCHES 直通活塞可调式流量开关 流量设定 : 液体 :3L/m-80L/m 开关接口 :G1/2",G3/4",G1",G1-1/2",G2" 主要结构材质 : 黄铜, 不锈钢设置类型 : 可调式 流量开关 - 直接连接活塞式可调系列 流量设定 : 接口主要结构材质设置类型 3L/m-80L/m G1/2",G3/4",G1",G1-1/2",G2"

More information

Consumer Appliances in Germany

Consumer Appliances in Germany Consumer Appliances in Germany Customer Service Hotline:400-666-1917 Page 1 of 25 一 调研说明中商情报网全新发布的 Consumer Appliances in Germany 主要依据国家统计局 国家发改委 商务部 中国海关 国务院发展研究中心 行业协会 工商 税务 海关 国内外相关刊物的基础信息以及行业研究单位等公布和提供的大量资料,

More information

SUNSTAR 单片机专用电路 TEL: FAX: Features 6 Digit 6 Function LCD Alarm Watch with RGB LE

SUNSTAR 单片机专用电路   TEL: FAX: Features 6 Digit 6 Function LCD Alarm Watch with RGB LE Features 6 igit 6 Function LC Alarm Watch with RGB LE Backlight plit operative stopwatch(accurate to 1/100 ond) Hour, inuet, econd, onth and date normal display 6 digit chronograph: Auto ranging after

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

Award-winning and absolutely new, Very stacks, swivels, and flexes far beyond ordinary seating to inject comfort and life into any space.

Award-winning and absolutely new, Very stacks, swivels, and flexes far beyond ordinary seating to inject comfort and life into any space. Very Very Family Meet Very a friendly, highly sustainable seating family born out of global design and science-led comfort. With four versatile models each offering a variety of smart styles and options

More information

Retailing in Romania. Customer Service Hotline: Page 1 of 23

Retailing in Romania. Customer Service Hotline: Page 1 of 23 Retailing in Romania Customer Service Hotline:400-666-1917 Page 1 of 23 一 调研说明中商情报网全新发布的 Retailing in Romania 主要依据国家统计局 国家发改委 商务部 中国海关 国务院发展研究中心 行业协会 工商 税务 海关 国内外相关刊物的基础信息以及行业研究单位等公布和提供的大量资料, 结合深入的市场调研资料,

More information

FRENCH EXHIBITORS 法国展商

FRENCH EXHIBITORS 法国展商 FRENCH EXHIBITORS 法国展商 HORTIFLOREXPO-IPM CHINA SHANGHAI 10-12 MAY 2017 中国国际花卉园艺博览会 上海 2017年5月10-12日 WWW.FOODLOIRE.FR CONTENTS 目录 SITE MAP 展位平面图 Site map... p. 3 展位平面图 Overview of Pays de la Loire as a

More information

TSI FMS Particle Monitoring Applications TSI FMS 在线粒子监控系统的应用. 2008, TSI Incorporated

TSI FMS Particle Monitoring Applications TSI FMS 在线粒子监控系统的应用. 2008, TSI Incorporated TSI FMS Particle Monitoring Applications TSI FMS 在线粒子监控系统的应用 目录 Contents TSI 背景 TSI Background 粒子计数技术 Particle Counting Technology 手持式粒子计数器 Handhelds 便携式粒子计数器 Portables 远程粒子计数器 Remotes 监控系统 Monitoring

More information

Portable Ionizing Air Gun PIA 型离子风枪 型号 : 94101

Portable Ionizing Air Gun PIA 型离子风枪 型号 : 94101 WE TEK Portable Ionizing Air Gun PIA 型离子风枪 型号 : 94101 小毛刷 挂钩 ION GUN SPIwe tek Ion 指示灯 出风口 电池盒 DC 6V 220VAC-6VDC 插口 高压进气口 SPI WESTEK 是 DESCO 静电消除器品牌 MADE IN AMERICA 页 1 根据 ANSI/ESD S20.20 中 6.2.3.1 内容规定,

More information

TRANSPORTATION EXISTING 交通现状

TRANSPORTATION EXISTING 交通现状 PLANNING PROGRAM TRANSPORTATION EXISTING 交通现状 The transportation network is an essential component of our communities. Enhancing sustainable transportation choices and supporting all modes of movement

More information

COMPARATIVE ANALYSIS AND PEDESTRIAN SIMULATION EVALUATION ON EMERGENCY EVACUATION TEST METHODS FOR URBAN RAIL TRANSIT STATIONS

COMPARATIVE ANALYSIS AND PEDESTRIAN SIMULATION EVALUATION ON EMERGENCY EVACUATION TEST METHODS FOR URBAN RAIL TRANSIT STATIONS ZIJIA WANG FENG CHEN E-mail: fengchen@bjtu.edu.cn XIAOHONG LI Beijing Jiaotong University Department of Civil and Architecture Engineering Beijing 100044, PR China Transport Engineering Review Accepted:

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

HC1089 HC Koninklijke Philips N.V. All rights reserved 保留所有权利 (25/9/2017) > 75% 循环再造纸

HC1089 HC Koninklijke Philips N.V. All rights reserved 保留所有权利 (25/9/2017) > 75% 循环再造纸 HC089 HC088 207 Koninklijke Philips N.V. All rights reserved 保留所有权利 4222.002.875.2 (25/9/207) > 75% 循环再造纸 >75% recycled paper >75% papier recyclé 2 3 2 4 5 6 7 8 9 2 2 0 2 3 4 5 2 6 7 5 6 7 2 3 8 9 4 0

More information

践行里约 +20 决议, 示范新型城镇化 : 国际人居环境范例新城倡议

践行里约 +20 决议, 示范新型城镇化 : 国际人居环境范例新城倡议 Special Notes: This proposal is only for authorized personage s perusal. Right of originality belongs to GFHS. Dissemination and duplication is strictly prohibited. International Green Model City Implement

More information

PolyBox TM. Edition II. Operation Manual

PolyBox TM. Edition II. Operation Manual PolyBox TM Edition II Operation Manual 1 polybox.polymaker.com CONTENTS Introduction Important Safety Instructions Specifications 4 5 6 Information on Disposal for Users of Waste Electrical & Electronic

More information

BT9290. English. 1 Make sure the appliance is switched off and the laser guide is in off position.

BT9290. English. 1 Make sure the appliance is switched off and the laser guide is in off position. Register your product and get support at www.philips.com/welcome BT9290 4222.002.8403.1 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 English Introduction Congratulations on

More information

Question? 有疑问? Contact Philips 请联系飞利浦 FC6132 FC6130

Question? 有疑问? Contact Philips 请联系飞利浦 FC6132 FC6130 Question? 有疑问? Contact Philips 请联系飞利浦 FC6132 FC6130 1 ENGLISH 6 简体中文 15 FC6132, FC6130 6 ENGLISH Introduction Congratulations on your purchase and welcome to Philips! To benefit fully from the support

More information

2016 Koninklijke Philips N.V. All rights reserved 保留所有权利 (12/2016) > 75% 循环再造纸 BT9290. >75% recycled paper >75% papier recyclé

2016 Koninklijke Philips N.V. All rights reserved 保留所有权利 (12/2016) > 75% 循环再造纸 BT9290. >75% recycled paper >75% papier recyclé BT9290 2016 Koninklijke Philips N.V. All rights reserved 保留所有权利 4222.002.8403.3 (12/2016) > 75% 循环再造纸 >75% recycled paper >75% papier recyclé 2 3 4 CLASS 1 LASER PRODUCT 5 6 7 8 9 10 11 12 13 14 15 16

More information

Urban Models for the 21st Century

Urban Models for the 21st Century ctbuh.org/papers Title: Author: Subjects: Keywords: Urban Models for the 21st Century Stefan Krummeck, Principal Director, TFP Farrells Urban Design Urban Infrastructure/Transport Density Development Integrated

More information

Boiler Safety Technical Supervision Administration Regulation

Boiler Safety Technical Supervision Administration Regulation PROFESSIONAL STANDARD OF THE PEOPLE S REPUBLIC OF CHINA 中华人民共和国行业标准 TSG G0001-2012 Boiler Safety Technical Supervision Administration Regulation 锅炉安全技术监察规程 Issued on: October 23, 2012 Implemented on: October

More information

Technical Code for Engineering of Security and Protection System

Technical Code for Engineering of Security and Protection System UDC NATIONAL STANDARD OF THE PEOPLE'S REPUBLIC OF CHINA IfI~A~3t'Il~~~~1l p GB 50348-2004 Technical Code for Engineering of Security and Protection System Issued on: October 09 2004 Implemented on: December

More information

EJX-A and EJA-E Series Differential Pressure and Pressure Transmitters

EJX-A and EJA-E Series Differential Pressure and Pressure Transmitters EJX-A and EJA-E Series Differential Pressure and Pressure Transmitters Change No. 15-015 The following explosion protected types and marine certificate types are added for EJX-A and EJA-E series. Please

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

CW-5000/ 5200 INDUSTRIAL CHILLER USER MANUAL

CW-5000/ 5200 INDUSTRIAL CHILLER USER MANUAL CW-5000/ 5200 INDUSTRIAL CHILLER USER MANUAL Contents Cautions ---------------------------------------------------------------- 3 Parts introduction ---------------------------------------------------

More information

Jiangbei New District, Nanjing ISOCARP Urban Planning Advisory Team Report

Jiangbei New District, Nanjing ISOCARP Urban Planning Advisory Team Report Jiangbei New District, Nanjing ISOCARP Urban Planning Advisory Team Report 南京江北新区 ISOCARP 城市顾问组报告 December 2013 2013 年 12 NANJING URBAN PLANNING BUREAU Jiangbei New District, Nanjing ISOCARP Urban Planning

More information

New Town Development and Practices

New Town Development and Practices New Town Development and Practices - Cases from Japan 日本案例 : 新城镇的发展和实践 Shige SAKAKI ( 榊茂之 ) Sr. Urban Transport Specialist GTIDR South Asia 世界银行城市高级交通专家 Contents of this presentation 目录 1. New Town Development

More information

Register your product and get support at 在以下网站注册并获得支持

Register your product and get support at 在以下网站注册并获得支持 Register your product and get support at 在以下网站注册并获得支持 www.philips.com.cn/welcome 7 8 Question?? Contact Philips 2016 Koninklijke Philips N.V. 保留所有权利 EN User manual ZH-CN 用户手册 3140 035 39634 Emphasized

More information

RAS-DX18HDK/RAC-DX18HDK

RAS-DX18HDK/RAC-DX18HDK RAS-DX18HDK/RAC-DX18HDK RAC-DX18HDK RAS-DX18HDK 1 22 23 44 - 2 - - 3 - 18 FILTER LAMP Light indicator showing that it is time to clean the filter. 15 RAS-DX18HDK 1050 290 220 RAC-DX18HDK 792 420 299-4

More information

Beijing Urban Design Studio Summer 2008

Beijing Urban Design Studio Summer 2008 MIT OpenCourseWare http://ocw.mit.edu 11.307 Summer 2008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. 首钢再整合 Re-integrating the Shougang Industrial

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

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

Shaking Peltier Device

Shaking Peltier Device Shaking Peltier Device Integration Manual Biomek 3000 Laboratory Automation Workstation Beckman Coulter PN A36985 Revision AC February 2010 Beckman Coulter, Inc 250 S. Kraemer Blvd., Brea, CA 92821 Copyright

More information

EJX-A and EJA-E Series Differential Pressure and Pressure Transmitters

EJX-A and EJA-E Series Differential Pressure and Pressure Transmitters User s EJX-A and EJA-E Series Differential Pressure and Pressure Transmitters Change No. 15-015 The following explosion protected types and marine certificate types are added for EJX-A and EJA-E series.

More information

XJTLU 2017 INTERNATIONAL SYMPOSIUM 国际学术研讨会 TRANSPORT AND URBAN TRANSFORMATION IN CONTEMPORARY CHINA 当代中国的交通与城乡转型发展. Date and Location 会议时间与地点

XJTLU 2017 INTERNATIONAL SYMPOSIUM 国际学术研讨会 TRANSPORT AND URBAN TRANSFORMATION IN CONTEMPORARY CHINA 当代中国的交通与城乡转型发展. Date and Location 会议时间与地点 XJTLU 2017 INTERNATIONAL SYMPOSIUM 国际学术研讨会 TRANSPORT AND URBAN TRANSFORMATION IN CONTEMPORARY CHINA 当代中国的交通与城乡转型发展 Date and Location 会议时间与地点 1-2 July 2017 IAG08, International Academic Exchange and Collaboration

More information

Coils Connectors Bosch Rexroth

Coils Connectors Bosch Rexroth Coils Connectors Bosch Rexroth 1 / 6 2 / 6 3 / 6 Coils Connectors Bosch Rexroth Replacement solenoid coils are needed in hydraulic systems when the solenoid coil used to control a hydraulic solenoid valve

More information

New Rural Planning Guidelines in the Chengdu Plain: The Case of Tianfu New Area

New Rural Planning Guidelines in the Chengdu Plain: The Case of Tianfu New Area New Rural Planning Guidelines in the Chengdu Plain: The Case of Tianfu New Area Prof. Wei Zhao Department of Urban and Rural Planning Southwest Jiaotong University cq_zhaowei@163.com 2015.03.30 Seattle,U.W

More information

美的吸尘器 使用说明书 VACUUM CLEANER OPERATION INSTRUCTIONS MANUAL C5 PRO (C5-L121D) 使用产品前请仔细阅读本说明书 并请妥善保管

美的吸尘器 使用说明书 VACUUM CLEANER OPERATION INSTRUCTIONS MANUAL C5 PRO (C5-L121D) 使用产品前请仔细阅读本说明书 并请妥善保管 美的吸尘器 使用说明书 VACUUM CLEANER OPERATION INSTRUCTIONS MANUAL C5 PRO (C5-L121D) 江苏美的清洁电器股份有限公司 通讯地址 : 苏州市相城经济开发区漕湖大道39号 邮政编码 : 215000 400-8899-315 24h 服务 热线 免长途 www.midea.com 执行标准 : GB4706.7-2014 / GB4706.1-2005

More information

Contents. Precision Lead-free Reflow Oven. Model: AT-R3028

Contents. Precision Lead-free Reflow Oven. Model: AT-R3028 深圳市安泰信电子有限公司 使用手册 User 无铅回焊炉 一 功能简介 2 二 主要技术参数.... 3 三 各部分名称及功能简介............................................................................ 4 四 功能按键说明.... 4-5 五 温度曲线的作用与功能 5-7 六 : 常用合金钎料的温度曲线调整参数....

More information

EJX / EJA-E series. For the description on the applicable page of users manual as shown in the item 1, please use revised information as shown in 2.

EJX / EJA-E series. For the description on the applicable page of users manual as shown in the item 1, please use revised information as shown in 2. EJX / EJA-E series Change No. 15-013 For the description on the applicable page of users manual as shown in the item 1, please use revised information as shown in 2. 1. Applicable Users and Page IM No.

More information

Kitchen Exhaust Duct (KED) Requirements

Kitchen Exhaust Duct (KED) Requirements Kitchen Exhaust Duct (KED) Requirements WSH forum Safe working in kitchens 2017 1/29 Scope : Objectives Introduction Fire Safety Concerns KED Requirements Enforcement Conclusion 2/ Objectives Why

More information

RTKL 谨在此向中国客户呈献本系列宣传册 本丛书一套四册, 涵盖内容广泛, 不仅向您展示 RTKL 过去辉煌的历史, 更力图展现我们对未来的卓越见解 我们的每件作品都富于灵动性和高品质, 在此呈献的仅仅是我们宏大作品库中的极小部分

RTKL 谨在此向中国客户呈献本系列宣传册 本丛书一套四册, 涵盖内容广泛, 不仅向您展示 RTKL 过去辉煌的历史, 更力图展现我们对未来的卓越见解 我们的每件作品都富于灵动性和高品质, 在此呈献的仅仅是我们宏大作品库中的极小部分 娱乐 play RTKL 谨在此向中国客户呈献本系列宣传册 本丛书一套四册, 涵盖内容广泛, 不仅向您展示 RTKL 过去辉煌的历史, 更力图展现我们对未来的卓越见解 我们的每件作品都富于灵动性和高品质, 在此呈献的仅仅是我们宏大作品库中的极小部分 RTKL is pleased to present this series of brochures designed specifically for

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

所有的资料是按最新出版的产品资料编写而成遥科勒公司保留任何时候不经通知即可改变产品特性尧包装或产品可供类型的权利遥 说明书包括重要的安装内容袁请把这些资料交给用户阅读遥

所有的资料是按最新出版的产品资料编写而成遥科勒公司保留任何时候不经通知即可改变产品特性尧包装或产品可供类型的权利遥 说明书包括重要的安装内容袁请把这些资料交给用户阅读遥 所有的资料是按最新出版的产品资料编写而成遥科勒公司保留任何时候不经通知即可改变产品特性尧包装或产品可供类型的权利遥 说明书包括重要的安装内容袁请把这些资料交给用户阅读遥 All information is based on the latest product information available at the time of publication. Kohler Co. reserves

More information

A TOUCH OF INSPIRATION FOR MY NICE HOME. Housing & Development Board SAFE RENOVATION WITHOUT COMPROMISING BUILDING SAFETY

A TOUCH OF INSPIRATION FOR MY NICE HOME. Housing & Development Board SAFE RENOVATION WITHOUT COMPROMISING BUILDING SAFETY Renovasi Kontraktor dan Bahan Pembekal Persatuan Singapura RENOVATION Guide Book A TOUCH OF INSPIRATION FOR MY NICE HOME Housing & Development Board SAFE RENOVATION WITHOUT COMPROMISING BUILDING SAFETY

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

MultiTemp IV Thermostatic Circulator

MultiTemp IV Thermostatic Circulator GE Healthcare Life Sciences MultiTemp IV Thermostatic Circulator Operating Instructions Original instructions Table of Contents Table of Contents 1 Introduction... 1.1 About this operating instructions...

More information

YVP110 Advanced Valve Positioner. Please use the attached sheets for the pages listed below in the following manuals. IM 21B04C01-01E (10th)

YVP110 Advanced Valve Positioner. Please use the attached sheets for the pages listed below in the following manuals. IM 21B04C01-01E (10th) User s Advanced Valve Positioner Change No. 15-006 Please use the attached sheets for the pages listed below in the following manuals. IM 21B04C01-01E (10th) Page and Item Page 1-3 1.8 EMC Conformity Standards

More information

TECHNICAL PRODUCT DATASHEET

TECHNICAL PRODUCT DATASHEET ISO 9001 CERTIFIED Phone: (352) 629-5020 or 800-533-3569 Fax: (352)-629-2902 SUITABLE FOR EXTERNAL DISTRIBUTION ENFO IV P/N 108661 P/N 112600 (metric) P/N 112600-03 (metric, Chinese) PAGE 1 of 12 1. REVISION

More information

Dr. Qiaoling Luo. Publications

Dr. Qiaoling Luo. Publications Dr. Qiaoling Luo Dr. Luo obtained her Master degree (2005) in Urban planning and Ph.D. (2014) in Landscape Architecture from Wuhan University. She was a Certified planner of the People s Republic of China

More information

中心简介 WHITRAP NEWS TRAINING UNESCO CREATIVE CITIES NETWORK 18 LECTURE 22 FORTHCOMING EXHIBITION WORLD HERITAGE IN THE ASIA-PACIFIC REGION.

中心简介 WHITRAP NEWS TRAINING UNESCO CREATIVE CITIES NETWORK 18 LECTURE 22 FORTHCOMING EXHIBITION WORLD HERITAGE IN THE ASIA-PACIFIC REGION. 目录 Contents 中心简介 Introduction WHITRAP NEWS 我中心工作会议在苏州成功召开 / 杭州国际友城 城市与创新 论坛及小型聚居区研究实地考察 / 世界文化遗产土司遗址 ( 贵州海龙屯 ) 培训班在中国遵义举行 / 西蒙尼 里卡博士被任命为联合国教科文组织亚太地区世界遗产培训与研究中心 ( 上海 ) 副主任 / 第十届中国名镇 ( 周庄 ) 论坛在中国周庄举办 / 联合国教科文组织二类中心及教科文组织文化部门相关的

More information

PE Series Jaw Crusher P E

PE Series Jaw Crusher P E P E 系列鄂式破碎机 品质与文明之光闪耀世界! ISO 9001:2000 Quality System Certification+CQC SBM COMPANY PRODUCTIONS >>> PE Series Jaw Crusher WWW.SBMCHINA. SHANGHAI SHIBANG MACHINERY CO., LTD 01 WWW.SBMCHINA. Main Structure

More information

The Home Depot Quality System Audit. * Example Report * North America Latin America

The Home Depot Quality System Audit. * Example Report * North America Latin America The Home Depot Quality System Audit * Example Report * North America +1-81-252-4770 Latin America +52-1--2010712 Europe & Middle-East +49-8122-552 9590 Asia & Asia Pacific +886-2-282-2990 India +91-120-4291971

More information

RURAL URBAN FRAMEWORK Sample

RURAL URBAN FRAMEWORK Sample Rural Urban Framework is the research and design of Joshua Bolchover and John Lin, Assistant Professors at The University of Hong Kong. The research takes place within the diverse and contested landscape

More information

Plant Safety 沼气厂安全. Raphael Thies and Dr Katharina Backes

Plant Safety 沼气厂安全. Raphael Thies and Dr Katharina Backes Plant Safety 沼气厂安全 Raphael Thies and Dr Katharina Backes Krieg & Fischer Ingenieure GmbH Bertha-von-Suttner-Straße 9, 37085 Göttingen Tel.: +49 551 900 363-0, Fax: +49 551 900 363-29 Fischer@KriegFischer.de

More information

Hitachi Highly. Spezifikation Manual

Hitachi Highly. Spezifikation Manual Hitachi Highly Rollkolbenverdichter Rotary Compressors Spezifikation Manual WHP02250BCN-H6AU RIES GmbH, Rudolf-Diesel-Str. 10, D 64569 Nauheim, GERMANY Phone: +49 6152 9741 0, Fax: +49 6152 9741 21, Email:

More information

Dehumidification of air with a newly suggested liquid desiccant

Dehumidification of air with a newly suggested liquid desiccant ARTICLE IN PRESS Renewable Energy 33 (28) 989 997 www.elsevier.com/locate/renene Dehumidification of air with a newly suggested liquid desiccant A.A.M. Hassan, M. Salah Hassan Department of Mechanical

More information

PMAC202 Branch Circuit Power Meter User Manual V1.0

PMAC202 Branch Circuit Power Meter User Manual V1.0 PMAC202 Branch Circuit Power Meter User Manual V1.0 Installation & Operation Manual Danger and Warning! This device can be installed only by professionals. The manufacturer shall not be responsible for

More information

PREVENT ALL INJURIES IN THE KITCHEN. GO HOME SAFE AND HEALTHY.

PREVENT ALL INJURIES IN THE KITCHEN. GO HOME SAFE AND HEALTHY. PREVENT ALL INJURIES IN THE KITCHEN. GO HOME SAFE AND HEALTHY. 防止厨房工伤事故 安全和健康地工作 AGENDA 议程 Company Profile Risk Management Kitchen WSH Best Practices Building & Advancing A Total WSH Culture COMPANY PROFILE

More information

The Professional Laundry Experience

The Professional Laundry Experience Welcome to the Texcare Asia Forum: Profile The Professional Laundry Experience Shanghai, China Profile Welcome Remarks & Introduction CINET CINET: Building a Global Network Profile By Peter N.M. Wennekes

More information

Rosemount 848T High Density Temperature Measurement Family

Rosemount 848T High Density Temperature Measurement Family Product Data Sheet 00813-0100-4697, Rev RA Rosemount 848T High Density Temperature Measurement Family Innovative temperature measurement for high density applications that provide installation and operational

More information

TeMA. Vol.10 n.2 August 2017 METHODS, TOOLS AND BEST PRACTICES TO INCREASE THE CAPACITY OF URBAN SYSTEMS TO ADAPT TO NATURALAND MAN-MADE CHANGES

TeMA. Vol.10 n.2 August 2017 METHODS, TOOLS AND BEST PRACTICES TO INCREASE THE CAPACITY OF URBAN SYSTEMS TO ADAPT TO NATURALAND MAN-MADE CHANGES TeMA The 10th volume of the TeMA Journal will promote the debate on the definition and the implementation of methods, tools and best practices aimed at improving energy efficiency at the neighbourhood

More information

Retrospect And Prospect Of Master Land Use Plan In China

Retrospect And Prospect Of Master Land Use Plan In China Retrospect And Prospect Of Master Land Use Plan In China Bing ZHAO, Jian LIN and Yu GAN, China Key words: master land use plan, development process, development direction, China SUMMARY The purpose of

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

DC MOTOR FAN COIL UNIT 直驅無刷电机风机盤管

DC MOTOR FAN COIL UNIT 直驅無刷电机风机盤管 MOTOR FAN COIL UNIT 直驅無刷电机风机盤管 Contents 目录 Features 特点 Model Number Nomenclature 产品编号基准表 Specification 规格 Dimensions & Wiring Diagram 尺寸及电机线路接驳图 1 2-3 4 5 6 Features 特点 SAIVER offers three different models

More information

Projects. Studio. Index. Office 2 Retail 28 Education and research 44 Residential 58 Mixed use 80 Arts and installations 100

Projects. Studio. Index. Office 2 Retail 28 Education and research 44 Residential 58 Mixed use 80 Arts and installations 100 Welcome The year 04 was an absolutely amazing one for Make as we celebrated our tenth anniversary. I would like to reiterate my thanks to everybody that has helped us to be such a phenomenal success over

More information

Always there to help you

Always there to help you Always there to help you Register your product and get support at www.philips.com/welcome SCF902 Question? Contact Philips EN User manual 1 ZH-CN 用户手册 16 Contents 1 Important 2 Electromagnetic Fields (EMF)

More information

GreenUp Lowbay G2 BY288P. Lucia Liu Indoor Segment, PLP Growth Market Feb. 2016

GreenUp Lowbay G2 BY288P. Lucia Liu Indoor Segment, PLP Growth Market Feb. 2016 GreenUp Lowbay G2 BY288P Lucia Liu Indoor Segment, PLP Growth Market Feb. 2016 1 Contents Product Features and Benefits Product Applications Product Image Product Photometry Product Specifications Product

More information

Living Space Sensor Touchscreen Covers SXWSCDXSELXX (Touchscreen Display) SXWSCDPSELXX (Touchscreen Display with Occupancy Sensor)

Living Space Sensor Touchscreen Covers SXWSCDXSELXX (Touchscreen Display) SXWSCDPSELXX (Touchscreen Display with Occupancy Sensor) schneider-electric.com 1 SmartX TM Living Space Sensor screen Covers SXWSCDXSELXX (screen Display) SXWSCDPSELXX (screen Display with Occupancy Sensor) Product Description SmartX sensors are a family of

More information

Rainwater Harvesting Techniques in Syrian Desert (Badia Basin)

Rainwater Harvesting Techniques in Syrian Desert (Badia Basin) 第 16 卷增刊湖泊科学 Vol.16, Suppl. 2004 年 12 月 JOURNAL OF LAKE SCIENCES Dec., 2004 Rainwater Harvesting Techniques in Syrian Desert (Badia Basin) Mohammad Bakir, Ren Li Liang (College of Water Resources & Environment,

More information

地址 : 北京市朝阳区建国门外外交公寓 7 号楼 1 单元 101 号 电话 : / 传真 :

地址 : 北京市朝阳区建国门外外交公寓 7 号楼 1 单元 101 号 电话 : / 传真 : 地址 : 北京市朝阳区建国门外外交公寓 7 号楼 1 单元 101 号 电话 :010-85322065/85323395 传真 :010-85323307 DECO HOME ACCENTS The first professional home deco magazine of the most authoritative, most professional, the largest circulation.

More information

TeMA is realized by CAB - Center for Libraries at Federico II University of Naples using Open Journal System

TeMA is realized by CAB - Center for Libraries at Federico II University of Naples using Open Journal System TeMA Journal of Land Use, Mobility and Environment THE RESILIENCE CITY/THE FRAGILE CITY. METHODS, TOOLS AND BEST PRACTICES 1 (2018) Published by Laboratory of Land Use Mobility and Environment DICEA -

More information

Preparation. Name of Each Part. Safety Precautions (Be sure to always follow these precautions) ECLEAR MIST. HCE-HU03 Series. Turning the power on

Preparation. Name of Each Part. Safety Precautions (Be sure to always follow these precautions) ECLEAR MIST. HCE-HU03 Series. Turning the power on Household Humidifier Instruction Manual HCE-HU0 Series If you made your purchase in another country, please refer to manual from the relevant country. www.elecom.co.jp/global/download-list/manual/ Thank

More information

安装使用说明书. 维格一体化智能座便器 305mm/400mm 坑距 VOGUE INTELLIGENT INTEGRATED TOILET305mm/400mm RI 20127T-M-WK/20128T-M-WK

安装使用说明书. 维格一体化智能座便器 305mm/400mm 坑距 VOGUE INTELLIGENT INTEGRATED TOILET305mm/400mm RI 20127T-M-WK/20128T-M-WK 安装使用说明书 维格一体化智能座便器 305mm/400mm 坑距 VOGUE INTELLIGENT INTEGRATED TOILET305mm/400mm RI 20127T-M-WK/20128T-M-WK CONTENTS 目录 安装之前注意事项...01 产品简介...02 功能...02 安全注意事项...03 技术参数...06 尺寸图纸...07 配件示意图...06 安装...07

More information

User Manual. OCTAVIUS Detector 729 (T10040) and Detector Interface 4000 (T16039)

User Manual. OCTAVIUS Detector 729 (T10040) and Detector Interface 4000 (T16039) User Manual OCTAVIUS Detector 729 (T10040) and Contents Operating Manual Technical Manual Service Manual D913.131.00/04 en 2015-03 Sa General Information General Information The product bears the CE-mark

More information

Sino-Singapore Tianjin Eco-city: A Model Sustainable City. Presentation for Australian Mission 1 March 2011

Sino-Singapore Tianjin Eco-city: A Model Sustainable City. Presentation for Australian Mission 1 March 2011 Sino-Singapore Tianjin Eco-city: A Model Sustainable City Presentation for Australian Mission 1 March 2011 Jonathan Loh Senior Manager Economic Promotion Needs for Sustainable Development in China Presentation

More information

空管 航空电子 通信 导航与雷达设备厂商. Adaptaspace Inc.

空管 航空电子 通信 导航与雷达设备厂商. Adaptaspace Inc. 空管 航空电子 通信 导航与雷达设备厂商 Adaptaspace Inc. AaronHarvey V.P. Business Development 55-4511 Glenmore Trail SECalgary T2C 2R9Canada Provider of complete solutions for facilities requiring the integration of computers,

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

應用領域 Applications 家紡與家居裝飾原材料對终端消费者的重要性. Importance of raw material for the end-consumer in home & interiors

應用領域 Applications 家紡與家居裝飾原材料對终端消费者的重要性. Importance of raw material for the end-consumer in home & interiors 家紡與家居裝飾原材料對终端消费者的重要性 Importance of raw material for the end-consumer in home & interiors Sep / 2015 應用領域 Applications 床品 BED 床單 填充 - 被子, 枕頭, 保潔墊 床墊 Bed linen Filled products comforters, pillows, mattress

More information