IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 63, NO. 3, JUNE

Size: px
Start display at page:

Download "IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 63, NO. 3, JUNE"

Transcription

1 IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 63, NO. 3, JUNE Adaptive Linear Predictor FIR Filter Based on the Cyclone V FPGA With HPS to Reduce Narrow Band RFI in Radio Detection of Cosmic Rays Zbigniew Szadkowski, Member, IEEE, and Dariusz Głas Abstract We are presenting a new approach to a filtering of radio frequency interference (RFI) in the Auger Engineering Radio Array (AERA), which studies the electromagnetic part of the extensive air showers. Radio stations can observe radio signals caused by coherent emissions due to geomagnetic radiation and charge excess processes. AERA observes the frequency band from 30 to 80 MHz. This range is highly contaminated by humanmade RFI. In order to improve the signal to noise ratio RFI filters are used in AERA to suppress this contamination. The filter has already been tested with real AERA radio stations in the Argentinean Pampas with very successful results. The linear equations were solved either in the virtual soft-core NIOS processor (implemented in the FPGA chip as a net of logic elements) or in the external Voipac PXA270M ARM processor. The NIOS processor is relatively slow (50 MHz internal clock), and the calculations performed in an external processor consume a significant amount of time for data exchange between the FPGA and the processor. Tests showed very good efficiency of the RFI suppression for stationary (long-term) contaminations. However, we observed short-time contaminations, which could not be suppressed either by the IIRnotch filter or by the FIR filter based on the linear predictions. For the LP FIR filter, the refresh time of the filter coefficients was too long and the filter did not keep up with the changes in the contamination structure, mainly due to a long calculation time in a slow processors. We propose to use the Cyclone V SE chip with an embedded micro-controller operating with a 925 MHz internal clock to significantly reduce the refreshment time of the FIR coefficients. First results in the laboratory are very promising. Index Terms Auger engineering radio array, FIR, FPGA, HPS, pierre auger observatory, trigger. I. INTRODUCTION M AJOR progress on the powerful digital signal processing techniques has allowed for a very efficient radio detection of cosmic-ray air showers in many experiments such as LOPES [1], CODALEMA [2] or the Auger Engineering Radio Array (AERA) [3], which is situated within the Pierre Auger Observatory [4]. High-energy cosmic rays develop in the Earth s atmosphere air showers avalanches of secondary particles. A detailed Manuscript received June 29, 2015; revised February 26, 2016; accepted March 09, Date of current version June 21, This work was supported in part by the Polish National Center for Research and Development under NCBiR Grant No. ERA/NET/ASPERA/02/11 and in part by the National Science Centre (Poland) under NCN Grant No. 2013/08/M/ST9/ The authors are with the University of Łódź, Department of Physics and Applied Informatics, Faculty of High-Energy Astrophysics, Łódź, Poland ( zszadkow@kfd2.phys.uni.lodz.pl). Color versions of one or more of the figures in this paper are available online at Digital Object Identifier /TNS registration and investigation of their features allows for an understanding of the properties of the primary cosmic ray, such as its energy, its incoming direction, and its composition. Avalanches of charged particles propagating in the Earth s magnetic field are deflected and generate a synchrotron radiation. The radio emission from air showers is strongly correlated with the local Earth magnetic field [5]. Askaryan [6], [7] predicted that we should expect an emission component related to the time-variation of the negative net charge excess in air showers. Both [1] and [2] confirmed these effects. An efficient investigation of the ultra-high energy cosmic rays needs a very large aperture detection system, which could operate with a nearly 100% duty cycle. The radio technique is especially appropriate for detecting ultra-high energy cosmic rays (UHECRs) in a large-scale array due to its high angular resolution, its sensitivity to the longitudinal air-shower evolution, a nearly 100% duty cycle and relatively low costs. AERA installed already more than hundred radio stations [8]. Next generation (AERA++) considers 360 stations spread on km 2 with irregular m grid. Each radio station is equipped with a dual-polarized logarithmic periodic dipole antenna (LPDA) optimized for receiving radio signals in a frequency band centered at 56 MHz and with a bandwidth of about 50 MHz. These antennas were aligned such that one polarization direction pointed in the geomagnetic north-south (NS) direction with an accuracy of 0.6, while the other polarization direction pointed in an east-west (EW) direction. For each polarization direction, NS and EW, the Pierre Auger Collaboration used analog electronics to amplify the signals and to suppress strong lines in the HF band below 25 MHz and in the FM-broadcast band above 90 MHz. A 12- bit digitizer running at a sampling frequency of 200 MHz was used for the analog-to-digital conversion of the signals. This electronic system was completed with a GPS, trigger and DAQ system [9]. For AERA, two types of shower triggers are performed: externally by particle detectors as well as a radio self-trigger on the basis of a signal shape. The latter approach is much cheaper in realizing, but it is much more sophisticated and requires a good-quality signal. II. LINEAR PREDICTOR The first kind of filter used by AERA was the median one, based on the Fast Fourier Transform (FFT) technique [10]. The second one, which is currently in use, is the infinite impulse IEEE. Personal use is permitted, but republication/redistribution requires IEEE permission. See for more information.

2 1456 IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 63, NO. 3, JUNE 2016 Fig. 1. Fourier spectra for ADC signals and filtered by the LP FIR filter with D = 128, for long-term data (256 events 31ms 8s). The radio station LS009 and NS polarization is located in a relatively quiet region and only four mono-carriers are observed (graph a). These RFI are very efficiently suppressed by the LP FIR filter (graph b). However, for the noisy region e.g. radio station LS122 with EW polarization with significant contribution of non-stationary RFI(graphc), the RFI suppression supported by the external Voipac PXA270M ARM processor of even a single mono-carrier is almost negligible (graph d). The RFI in station LS124 (graph e), located also in a relatively noisy region, is suppressed much more efficiently (graph f) mainly due to coefficients calculated in the internal NIOS processor much faster than by the external one. The analog section of the Front-End contains the band-pass analog filter with cut-off frequencies MHz. However, we see in (graph e) the RFI contribution in a frequency range 20 MHz. This is probably due to a relatively soft slope of the frequency characteristics of the analog input filters. response (IIR) notch filter [11], [12]. The proposed new filter is a finite impulse response (FIR) filter based on a linear prediction (LP). A periodic contamination hidden in a registered signal (digitized in the ADC) can be extracted and then subtracted to make the signal cleaner. The FIR filter requires a calculation of n=32, 64, or even 128 coefficients (which are dependent on a required speed or accuracy), by solving n linear equations with coefficients built from the covariance Toeplitz matrix. This matrix can be solved by the Levinson recursion, which is much faster than the Gauss procedure. Linear prediction is a mathematical operation where future values of a discrete time signal are estimated as a linear function of previous samples [13]. In the LP method, the covariances for 1024 ADC samples are calculated in the FPGA fast logic block. Either the NIOS processor, or the external ARM-processor, solves the matrix of 32, 64 or 128 linear equations, and provides coefficients needed for the FIR filter. The calculated coefficients are then transferred to the fast logic block, updating appropriate registers. They are used as the FIR coefficients in the ADC data filtering. Finally, the predicted and delayed data (expected background) are subtracted from the ADC data to clean the signal from periodic contaminations (see Fig. 3). Coefficients can be calculated by a virtual NIOS processor, and it takes 0.19 s for 64 stages of the filter. The LP filter has been tested for several variants of the parameters (32, 48, 64 stages; 1, 32, 128 delay length; 14, 18 bit coefficients). Laboratory tests show very high efficiency for the filter when data is contaminated by a narrow-band RFI. The power

3 SZADKOWSKI AND GŁAS: ADAPTIVE LINEAR PREDICTOR FIR FILTER BASED ON THE CYCLONE V FPGA WITH HPS 1457 Fig. 2. Simulated Fourier spectra for original (left) and filtered (right) non-stationary RFI. Average non-stationary RFI length is 50 ms and refreshment time of 64 coefficients is 10 ms. The 1st row shows the suppression for 5 mono-carriers spread on a wide frequency range with non-stationary RFI at around 20 MHz. The suppression efficiency of mono-carriers as well as for RFI with duration time longer than the refreshment time is really high. Although, we observe an artificial amplification for a non-stationary RFI with a factor of 2 (graph b). If mono-carriers are concentrated in a more narrow frequency range (graph c), their suppression is still high, however, RFI ns is suppressed much worse (graph d) with also artificial amplifications. Fig. 3. The data flow of the FIR filter based on the LP method. consumption of the 32-stage LP FIR filter is on a similar level as the IIR filter: nevertheless, the LP FIR is superior due to its adaptive features. The noise floor at the Pampas is rather sophisticated. In the quiet regions only RFI related to several mono-carriers appears (Fig. 1(a)). These type of RFI can be suppressed by the LP FIR filter with a high efficiency (Fig. 1(b)). However, in the noisy regions with a substantial contribution of nonstationary RFI (Fig. 1(c)), the efficiency of the LP FIR filter dramatically decreases (Fig. 1(d)). This RFI was filtered by the FIR filter with coefficients calculated in the external Voipac PXA270M ARM processor. ADC samples were transferred from the FPGA to the external processor and after calculation corresponding LP coefficients were transferred back to the FPGA. This very time-consuming process significantly enlarge the refreshment time which causes that the suppression factor is almost negligible (Fig. 1(d)). However, if the coefficients were calculated in the internal NIOS processor, contaminated data from the radio station LS124NS (Fig. 1(e)) were cleaned with much higher efficiency (Fig. 1(f)) both for stationary RFI (from 45 to 80 MHz) and non-stationary RFI around 22 MHz. A change of the calculation process from an external to an internal FPGA processor (even soft-core NIOS ) improves the suppression factor. This is a main motivation to use the HPS with 925 MHz clock to reduce calculation time on a level of magnitude. The non-stationary RFI corresponds to relatively short contaminations, which duration time is shorter than a calculation time needed to refresh the LP coefficients. III. SIMULATIONS OF THE SUPPRESSION FOR VARIOUS AVERAGE LENGTHS OF NON-STATIONARY RFI We attempted to improve the non-stationary RFI suppression by shorting a refreshment rate of the FIR coefficients. This means that the coefficients have to be calculated much faster. The NIOS processor can work with a maximum 100 MHz (recommended 50 MHz). The new approach is to use a Cyclone V SoC HPS with an embedded ARM processor. This processor works with a 925 MHz clock, and calculations can be shortened on a level of magnitude. Our first estimations and laboratory measurements show that the refreshment time of the coefficients is small enough to recognize and suppress non-stationary RFI. Nevertheless, this approach has to be confirmed in real Pampas condition in the field. The Pierre Auger

4 1458 IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 63, NO. 3, JUNE 2016 Fig. 4. FFT for original and filtered non-stationary RFI. Average non-stationary RFI length is 20 ms (1st row) and 10 ms (2nd row), respectively. The refreshment time of 64 coefficients is 10 ms (Conditions for the HPS). We can see that the FFT remains without changes only for a processing time of 10 ms. Collaboration plans to equip the next radio stations with new Front-End Boards based on Cyclone V HPS SoC FPGAs. The prototype design is in progress and we expect the field test of the new AERA board by the end of We first simulated a response of the LP filter for short-time contaminations. As we expected, if the calculation time is much shorter than the contamination duration, the suppression efficiency is high (Fig. 2). For the refreshment time = 10 ms and 50 ms non-stationary RFI by an existence of several monocarriers a total suppression is very efficient independently of the width of frequency range, where mono-carriers appear (Fig. 2(a) - for wide and Fig. 2(b) for narrower frequency ranges). In both cases mono-carriers are suppressed almost to negligible levels. Non-stationary RFI remain not touched for the refreshment time of 10 ms, but is suppressed efficiently. In addition, we observe in the spectra some jumps related to transient states. The suppression factor highly depends on the ratio of refreshment time of the LP coefficients to the average length of RFI. Fig. 4 show that for relatively short RFI (20 ns) with T ref = 10 ms (Fig. 4(b)) the suppression efficiency of non-stationary RFI starts being problematic and for 10 ms non-stationary RFI are not suppressed at all (Fig. 4(d)). The next important factor is the probability that data used for recalculation of the LP filter coefficients was taken when the RFI occurs. If this does not happen, the LP coefficients are calculated using noise data and it is not expected that the LP filter can suppress the RFI in this case. If the refreshment time of the LP filter is longer than the length of the RFI, the suppression depends on the similarity of the following RFI. In order to estimate the efficiency of the filter we calculated the suppression factor defined as follows: SF = FFTi,original FFT i,filtered FFTi,original (1) In this case, when the RFI length is longer than the LP refreshment time, we observe significant suppression of SF = 89% (Fig. 2). If the calculation time is shorter than the RFI interval, we can see that the suppression is negligible during the calculation only. When the new LP coefficients are reloaded, the contribution of the RFI in a signal dramatically decreases (Fig. 2(b) and (d)). Generally, the suppression strongly depends on when the calculation of the new LP coefficients starts. If the calculation starts just after the new RFI appears we can suppress about half of the amplitude. In the worst case scenario, the calculation may stop just before the new RFI appears. In this case, the next calculation will be made in the middle of the RFI and the suppression begins at the end or just after the RFI disappears. Nevertheless, simulations confirm perfectly that shorter refreshment time of the LP FIR coefficients significantly improves an suppression efficiency of short-time contaminations. For 100 ms RFI SF = 72%, and for 50 ms RFI SF = 59%. Our goal is to implement the LP FIR filter into the Cyclone V SE SoC FPGA with LP coefficients calculated by internal HPS to significantly reduce the refreshment time and to suppress short-term non-stationary RFI in real Pampas conditions.

5 SZADKOWSKI AND GŁAS: ADAPTIVE LINEAR PREDICTOR FIR FILTER BASED ON THE CYCLONE V FPGA WITH HPS 1459 (a) (b) Fig. 6. Example of non-stationary RFI for two selected frequencies 33.2 MHz (NS polarization) and 35.2 MHz (EW polarization). Fig. 5. Example of non-stationary RFI for two selected frequencies 33.2 MHz (NS polarization) and 35.2 MHz (EW polarization). IV. NON-STATIONARY RFI Radio stations send the data of all candidate pulses to the Central Data Acquisition System (CDAS), which determine whether a multiplet of three of more stations has been triggered within the same short time interval. The CDAS reconstructs online a direction of a shower and allows a rejection of wellknown sources of transient RFI. The data rate is on a level of 10 Hz. All these events are stored to disk for later offline analysis of cosmic-ray events identification. The trigger rate of the self-triggered stations should be higher than 10 Hz to provide a sufficient rate for the CDAS responsible also for a rejection of uncorrelated pulses. The maximum trigger rate of the stations is 700 Hz and the typical rate for the stations to work properly lies around 200 Hz. Real data from Pampas shown in Fig. 1 correspond to a period of 8 seconds. 256 series registered in 8 sgivean average interval between events on a level of 30 milliseconds. This is a higher rate than a standard one, however, it allows a more precise estimation of a duration of non-stationary RFI. Fig. 5 shows an evolution of RFI in 4 s interval for the nonstationary RFI region for NS and EW polarizations. We can see that usually RFI appears in single or two events, rarely in 3 or more. It means that a duration of the non-stationary RFI is usually less than 60 ms. Fig. 6 shows duration intervals of non-stationary RFI as a function of threshold Thr = 20, 10or5: ( N ) FFT >Thr FFT i /N k=1 N is a number of considered events. For 10 5 FFT bins only less than 1% give peaks above our thresholds. These peaks correspond to non-stationary RFI. Depending on a threshold a duration of this type of RFI does not exceed several time intervals between registered events i.e ms. The linear equations were solved either in the external Voipac PXA270M ARM processor or in the virtual soft-core NIOS processor (implemented in the FPGA chip as a net of logic elements). External processor consumes a lot of time for a data exchange with the FPGA. The refreshment time is on a level of seconds. The NIOS processor exchanges data internally in the FPGA, however, it operates (according to the Altera recommendation) with 50 MHz clock and it is relatively slow. The refreshment time in the NIOS mode is on a level hundreds milliseconds (depending on the FIR length in the linear predictor). The HPS providing FIR coefficients much faster allows a much more efficient RFI suppression also for short-term contaminations (non-stationary RFI). FIR coefficients in the linear predictor were calculated by the external ARM processor on the internal NIOS soft-core one. The minimal refreshment time available in these techniques was 190 ms. This is in a good agreement with cleaned data. We do not observe longer RFI contaminations, because they were suppressed by the LP filter. V. HPS PROGRAMMING AND TESTING So far, the virtual processor NIOS could work with the maximum frequency of 100 MHz (for the calculations we used 80 MHz). The refreshment time of the coefficients calculated by the NIOS was about 190 ms (for 32 stages). The Cyclone V SoC HPS with an embedded ARM processor could work with a maximum frequency of 925 MHz. This means that the calculation time of the coefficients could be decreased about ten times. For programming and testing the HPS, we used the DS-5 platform. This platform contains all the tools necessary to connect and program the Cyclone V SoC HPS with an embedded ARM processor. The communication between the computer with DS-5 software and the development kit was provided by the USB cable. The default clock frequency used for testing the software was 400 MHz, but we decided to increase it to

6 1460 IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 63, NO. 3, JUNE MHz in order to fully use the possibilities of the ARM processor. Increasing the clock frequency was a relatively easy step. Instead of changing the phase locked loop (PLL) settings (which required a complex handling of registers), we changed the PLL input clock, which is possible with one command. The testing consists of calling the Levinson procedure 1000 times for 64 and 32 stages, respectively. The Levinson procedure solves the covariance matrix and produces a vector of coefficients as an output. The time for solving the covariance matrix highly depends on the filter length. The calculation time of the coefficients for 64 length LP filter in Cyclone V SoC HPS is about 19 ms and it depends on the data in the covariance matrix. If we change the filter length from 64 to 32 coefficients, the covariance matrix reduces its size from to and the calculation time decreases four times to about 5 ms. However, the reduction of the number of coefficients also reduces the efficiency of the LP filter. The communication between the HPS and FPGA is provided by two bridges: HPS-to-FPGA bridge and lightweight HPS-to- FPGA bridge. The HPS-to-FPGA bridge can send a maximum of 128 bits of data in a single clock cycle. The lightweight bridge can send only 32 bits of data. The coefficients are 12 bit data, which means that we can send up to 10 coefficients in a single clock cycle. The 8 bits that are left can be used for control flags. The transmission of the 64 coefficients will be done in seven clock cycles, and 32 coefficients can be sent in four clock cycles. The virtual NIOS processor allowed us to send one coefficient per clock cycle. VI. FPGA OPTIMIZATION A continuous stream of data is assumed to be contaminated with narrow-band RFI and is represented by the samples s(i). It is our goal to design an FIR filter with coefficients a i such that the narrow-band RFI in the resulting signal e(i) is reduced as much as possible. The filter can be described as e(i) =s(i) p a n s(i D n) (2) n=1 where p is the number of coefficients and D is the delay-line. The delay-line D implies that there is a gap between the samples that are used for the prediction and the sample that is to be predicted. This delay-line is necessary to allow transient signals to pass through the filter unaltered. The method described here first makes a prediction ŝ(i) of the samples s(i) with ŝ(i) = p a n s(i D n) (3) n=1 Subsequently the prediction is subtracted from the original signal s(i) such that e(i) =s(i) ŝ(i) (4) We are now left with the task of finding the optimal solution of the predictor coefficients a i. An effective way of obtaining TABLE I CALCULATION TIMES IN MILLI-SECONDS OF COVARIANCE COEFFICIENTS RR AN RB IN THE DOUBLE LOOP FROM EQS. 11AND 12 Fig. 7. A structure of the fast logic block supporting the covariance calculations. The Altera s procedure supporting a multiplication of two variables with a simultaneous summation of partial products. the best solution is to assume Gaussianity and minimize the estimated mean square error, E = 1 N e 2 (i) = 1 N {s(i) ŝ(i)} 2 (5) where N is a number large enough to obtain convergence of this estimate. In our present case N should be at least a thousand samples or more. In order to obtain the best values of a i,the mean square error is minimized by the requirement that, E =0 (6) a i which yields the following system of p equations, s(i D n)s(i) = m=1 We can now define the covariance r (n) = R(m, n) r( m n ) = p a m s(i n)s(i m) (7) s(i n D)s(i) (8) and rewrite equation (7) in vectorial form as, s(i n)s(i m) (9) r = R a (10) where the vector r and the symmetric Toeplitz (diagonalconstant) matrix R are known from Eqs. (8) and (9). The special properties of the matrix R allow it to be represented by the p- dimensional vector r. Solving for a yields the coefficients of the filter from equation (2). For a single procedure, the time is only 5 and 19 ms, respectively, which is much shorter than what is required for the NIOS -based calculations.

7 SZADKOWSKI AND GŁAS: ADAPTIVE LINEAR PREDICTOR FIR FILTER BASED ON THE CYCLONE V FPGA WITH HPS 1461 Fig. 8. A structure of the fast logic block calculating covariances. The Altera procedures supporting a multiplication of two variables with a simultaneous summation of partial products. An implementation of 32 or 64 above FPGA fast logic blocks in parallel dramatically reduces calculation time especially in comparison to calculations performed in the NIOS soft-core processor. By re-indexing Eq. (7), we get the following double loop in the C code: for(i = 0; i < p; i + +){ for(j = 0; j < N p D; j + +){ rr[i]+ = s[j + i] s[j]; (11) rb[i]+ = s[j + i] s[j + p + D]; }} (12) In the previous approaches [14] [16] covariances were calculated by the NIOS or ARM processors. This process is relatively time consuming. However, Table I shows that for the HPS support calculation times are relatively very long. For considered parameters p= 32 or 64 and N = 1024, they reach an unacceptable level of more than hundreds of milli seconds, much longer than solving the procedure itself. When time is an important factor, the covariance coefficients can be calculated directly in the fast FPGA logic. Terms s[j] are a direct output of the ADC. Index j denotes that ADC data is performed N-p-D times according the second loop in Eqs. (11) and (12). Terms s[j + p + D] correspond to ADC data delayed in a pipelined chain of a (p+d) length. The first loop (indexed by i) iterates rr[i] and rb[i] coefficients. Originally, in development kits equipped in the Cyclone III and Cyclone IV FPGAs, we used internal Altera s IP function - ALTMULT_ACCUM(MAC) (Fig. 7). However, Cyclone V family is not longer supported by this function, so we had to replace this IP function by custom block as shown in Fig. 8. In 5CEFA9F31I7 Cyclone V FPGA the registered performance of the block calculating rr and rb coefficients is bigger than 200 MHz. ADC samples are taken from the stream in the fly. No additional storage is needed. Fig. 8 shows a single chain (a single value of i index) calculating either r or rb. Terms s[j + i] correspond to ADC data delayed on i clock cycles in a pipelined shift registers. RAM-based shift registers are a separate structure and utilize additional 46 M10 K memory blocks. For p=32, for example, we need 64 chains of those shown in Fig. 8. The multiplier procedure from Fig. 8 utilizes only a single embedded DSP block. For 5CSEA6 family of Cyclone V SoC with DSP multipliers the resources allow an implementation of this structure for 64 stages of the FIR filter. The FPGA communicates with the HPS by a 128-bit bridge. 64 outputs (for only FIR 32 stages) of 38-bit accumulators have to be multiplexed. To a 128-bit FPGA-HPS bridge, only three accumulator outputs can be connected simultaneously. The entire covariance coefficients transfer requires 22 steps. However, a single step takes only a few micro-seconds. The total procedure of calculation and data transfer to the HPS to create the Toeplitz matrix is less than 100 µs. The inverse process is a transfer of 32 or bit coefficients from the HPS to the FIR filter that also requires less than 100 µs. It means that a refreshment time can be reached on the level of 5 ms for a 32-stage filter. VII. CONCLUSIONS The linear predictor is an adaptive filter, but it has a limitation in its adaptation. The result of the simulations show that the LP filter works fine if the refreshment time of the coefficients is lower than the time of changes in the signal. Using the ARM processor allow us to suppress a 20 ms length non-stationary RFI. However, the reduction of the refreshment time of the LP filter also gives us a better chance of not increasing RFIs, which are shorter than 20 ms, by increasing the chance that the LP filter will be refreshed using data from the gap between the RFIs. AERA plans to upgrade the Front-End Boards for the installation of the next hundreds of radio stations. Cyclone V SE with the ARM processor is a very good candidate for an upgrade. The LP filter based on the HPS is a natural solution for future systems based on self-trigger concepts, where the cleaning of signals is a crucial topic. ACKNOWLEDGMENT The authors would like to thank the Pierre Auger Collaboration for providing the infrastructure for tests and measurements. REFERENCES [1] H. Falcke, W. D. Apel, and A. F. Badea et al., Detection and imaging of atmospheric radio flashes from cosmic ray air showers, Nature, vol. 435, pp , May [2] D. Ardouin, A. Belletoile, and D. Charrier et al., Radioelectric field features of extensive air showers observed with CODALEMA, Astropart. Phys., vol. 26, pp , Dec [3] S. Fliescher, for the Pierre Auger Collaboration Radio detection of cosmic ray induced air showers at the pierre auger observatory, Nucl. Instr. Meth. A, vol. 662, pp , Jan [4] J. Abraham et al., [Pierre Auger Collaboration] Properties and performance of the prototype instrument for the pierre auger observatory, Nucl. Instr. Meth. A, vol. 523, pp , May [5] D. J. Fegan, Detection of elusive radio and optical emission from cosmic-ray showers in the 1960s, Nucl. Instr. Meth. A, vol.662,pp.2 11, Jan [6] G.A.Askaryan,J. Exp. and Theoretical Phys., vol. 14, p. 441, [7] G. A. Askaryan, Coherent radio emission from cosmic showers in air and in dense media, J. Exp. Theoret. Phys., vol. 21, pp , Jan

8 1462 IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 63, NO. 3, JUNE 2016 [8] A. Aab et al., [Pierre Auger Collaboration] Probing the radio emission from air showers with polarization measurements, Phys.Rev.D,vol.89, p , Mar [9] S. Acounis et al., Pierre Auger Collaboration Results of a self-triggered prototype system for radio-detection of extensive air showers at the pierre auger observatory, JINST, vol. 7, no. P11023, pp. 1 28, Nov [10] A. Schmidt, H. Gemmeke, A. Haungs, K.-H. Kampert, C. Ruehle, and Z. Szadkowski, FPGA based signal-processing for radio detection of cosmic rays, IEEE Trans. Nucl. Sci., vol.58,pp ,Aug [11] J. L. Kelley, for the Pierre Auger Collaboration Data acquisition, triggering, and filtering at the auger engineering radio array, Nucl. Instr. Meth. A, vol. 725, pp , Oct [12] Z. Szadkowski, A. M. van den Berg, E. D. Fraenkel, D. Głas, J. Kelley, C. Timmermans, and T. Wijnen, Analysis of the efficiency of the filters suppressing the RFI being developed for the extension of AERA, 33rd Int. Cosmic Ray Conf., Rio de Janeiro, Brazil, Jul. 2 9, [13] J. Makhoul, Linear prediction: A tutorial review, Proc. IEEE, vol. 63, no. 4, pp , Apr [14] Z. Szadkowski, E. D. Fraenkel, and A. M. van den Berg, FPGA/NIOS implementation of an adaptive FIR filter using linear prediction to reduce narrow-band RFI for radio detection of cosmic rays, IEEE Trans. Nucl. Sci., vol. 60, pp , Oct [15] Z. Szadkowski, E. D. Fraenkel, D. Głas, and R. Legumina, An optimization of the FPGA/NIOS adaptive FIR filter using linear prediction to reduce narrow band RFI for the next generation ground-based ultrahigh energy cosmic-ray experiment, Nucl. Instr. Meth. A, vol. 732, pp , Jun [16] Z. Szadkowski, D. Głas, C. Timmermans, and T. Wijnen, for the Pierre Auger Collaboration First results from the FPGA/NIOS adaptive FIR filter using linear prediction implemented in the AERA radio stations to reduce narrow band RFI for radio detection of cosmic rays, IEEE Trans. Nucl. Sci., vol. 62, no. 3, pp , Jun

RECENTLY radio detection of cosmic-ray air showers

RECENTLY radio detection of cosmic-ray air showers First results from the FPGA/NIOS Adaptive FIR Filter Using Linear Prediction Implemented in the AERA Radio Stations to Reduce Narrow Band RFI for Radio Detection of Cosmic Rays Zbigniew Szadkowski, Member,

More information

AERA. Data Acquisition, Triggering, and Filtering at the. Auger Engineering Radio Array

AERA. Data Acquisition, Triggering, and Filtering at the. Auger Engineering Radio Array AERA Auger Engineering Radio Array Data Acquisition, Triggering, and Filtering at the Auger Engineering Radio Array John Kelley for the Pierre Auger Collaboration Radboud University Nijmegen The Netherlands

More information

Trigger Board for the Auger Surface Detector With 100 MHz Sampling and Discrete Cosine Transform Zbigniew Szadkowski, Member, IEEE

Trigger Board for the Auger Surface Detector With 100 MHz Sampling and Discrete Cosine Transform Zbigniew Szadkowski, Member, IEEE 1692 IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 58, NO. 4, AUGUST 2011 Trigger Board for the Auger Surface Detector With 100 MHz Sampling and Discrete Cosine Transform Zbigniew Szadkowski, Member, IEEE

More information

Are inclined air showers from cosmic rays the most suitable to radio detection?

Are inclined air showers from cosmic rays the most suitable to radio detection? Are inclined air showers from cosmic rays the most suitable to radio detection? Department of Physics, Semnan University Semnan, Iran E-mail: m.sabouhi@semnan.ac.ir Gohar Rastegarzadeh Department of Physics,

More information

Radio Detection of Cosmic Rays at the Auger Engineering Radio Array

Radio Detection of Cosmic Rays at the Auger Engineering Radio Array Radio Detection of Cosmic Rays at the Auger Engineering Radio Array 1 for the Pierre Auger Collaboration 2 1 RWTH Aachen University E-mail: weidenhaupt@physik.rwth-aachen.de 2 Observatorio Pierre Auger,

More information

Study of ultra-high energy cosmic rays through their radio signal in the atmosphere

Study of ultra-high energy cosmic rays through their radio signal in the atmosphere Study of ultra-high energy cosmic rays through their radio signal in the atmosphere Benoît Revenu SUBATECH École des Mines de Nantes Université de Nantes CNRS/IN2P3 Outline 1. Physics and astrophysics

More information

PDF hosted at the Radboud Repository of the Radboud University Nijmegen

PDF hosted at the Radboud Repository of the Radboud University Nijmegen PDF hosted at the Radboud Repository of the Radboud University Nijmegen The following full text is a preprint version which may differ from the publisher's version. For additional information about this

More information

Front-End Board with Cyclone V as a Test High-Resolution Platform for the Auger_Beyond_2015 Front End Electronics

Front-End Board with Cyclone V as a Test High-Resolution Platform for the Auger_Beyond_2015 Front End Electronics IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 62, NO. 3, JUNE 2015 985 Front-End Board with Cyclone V as a Test High-Resolution Platform for the Auger_Beyond_2015 Front End Electronics Zbigniew Szadkowski,

More information

THE EFFECT of multipath fading in wireless systems can

THE EFFECT of multipath fading in wireless systems can IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 47, NO. 1, FEBRUARY 1998 119 The Diversity Gain of Transmit Diversity in Wireless Systems with Rayleigh Fading Jack H. Winters, Fellow, IEEE Abstract In

More information

PDF hosted at the Radboud Repository of the Radboud University Nijmegen

PDF hosted at the Radboud Repository of the Radboud University Nijmegen PDF hosted at the Radboud Repository of the Radboud University Nijmegen The following full text is a publisher's version. For additional information about this publication click this link. http://hdl.handle.net/2066/173576

More information

Review on Cosmic-Ray Radio Detection. Frank G. Schröder Institut für Kernphysik, Karlsruhe Institute of Technology (KIT), Germany

Review on Cosmic-Ray Radio Detection. Frank G. Schröder Institut für Kernphysik, Karlsruhe Institute of Technology (KIT), Germany arxiv:174.694v1 [astro-ph.he] 2 Apr 217 Frascati Physics Series Vol. 64 (216) Frontier Objects in Astrophysics and Particle Physics May 22-28, 216 Review on Cosmic-Ray Radio Detection Frank G. Schröder

More information

Radio Detection of High-Energy Cosmic Rays

Radio Detection of High-Energy Cosmic Rays Radio Detection of High-Energy Cosmic Rays 1 Motivation: Cosmic Rays Origin of spectrum and its structures are still unclear statistics are very low at highest energies Radio Radio 2 Measurement Techniques

More information

Detection of Radio Pulses from Air Showers with LOPES

Detection of Radio Pulses from Air Showers with LOPES Detection of Radio Pulses from Air Showers with LOPES Andreas Horneffer for the LOPES Collaboration Radboud University Nijmegen Radio Emission from Air Showers air showers are known since 1965 to emit

More information

PoS(ICRC2017)449. First results from the AugerPrime engineering array

PoS(ICRC2017)449. First results from the AugerPrime engineering array First results from the AugerPrime engineering array a for the Pierre Auger Collaboration b a Institut de Physique Nucléaire d Orsay, INP-CNRS, Université Paris-Sud, Université Paris-Saclay, 9106 Orsay

More information

This tutorial describes the principles of 24-bit recording systems and clarifies some common mis-conceptions regarding these systems.

This tutorial describes the principles of 24-bit recording systems and clarifies some common mis-conceptions regarding these systems. This tutorial describes the principles of 24-bit recording systems and clarifies some common mis-conceptions regarding these systems. This is a general treatment of the subject and applies to I/O System

More information

Published in: 7th International Conference on Acoustic and Radio EeV Neutrino Detection Activities

Published in: 7th International Conference on Acoustic and Radio EeV Neutrino Detection Activities University of Groningen Towards real-time identification of cosmic rays with LOw-Frequency ARray radio antennas Bonardi, Antonio; Buitink, Stijn; Corstanje, Arthur; Enriquez, J. Emilio; Falcke, Heino;

More information

LOFAR - LOPES (prototype)

LOFAR - LOPES (prototype) LOFAR - LOPES (prototype) http://www.astro.ru.nl/lopes/ Radio emission from CRs air showers predicted by Askaryan 1962 and discovered by Jelley et al., 1965 offers the opportunity to carry out neutrino

More information

A NOVEL FPGA-BASED DIGITAL APPROACH TO NEUTRON/ -RAY PULSE ACQUISITION AND DISCRIMINATION IN SCINTILLATORS

A NOVEL FPGA-BASED DIGITAL APPROACH TO NEUTRON/ -RAY PULSE ACQUISITION AND DISCRIMINATION IN SCINTILLATORS 10th ICALEPCS Int. Conf. on Accelerator & Large Expt. Physics Control Systems. Geneva, 10-14 Oct 2005, PO2.041-4 (2005) A NOVEL FPGA-BASED DIGITAL APPROACH TO NEUTRON/ -RAY PULSE ACQUISITION AND DISCRIMINATION

More information

Cosmic Rays with LOFAR

Cosmic Rays with LOFAR Cosmic Rays with LOFAR Andreas Horneffer for the LOFAR-CR Team Cosmic Rays High energy particles Dominated by hadrons (atomic nuclei) Similar in composition to solar system Broad range in flux and energy

More information

Pierre Auger Observatory Overview of the Acquisition Systems

Pierre Auger Observatory Overview of the Acquisition Systems Pierre Auger Observatory Overview of the Acquisition Systems Cyril Lachaud for the Auger Collaboration LPCC/CDF 11 place Marcelin Berthelot 75231 Paris Cedex 05 (FRANCE) Phone: (+33)1 44 27 15 20 Fax:

More information

VLSI Implementation of Digital Down Converter (DDC)

VLSI Implementation of Digital Down Converter (DDC) Volume-7, Issue-1, January-February 2017 International Journal of Engineering and Management Research Page Number: 218-222 VLSI Implementation of Digital Down Converter (DDC) Shaik Afrojanasima 1, K Vijaya

More information

CDTE and CdZnTe detector arrays have been recently

CDTE and CdZnTe detector arrays have been recently 20 IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 44, NO. 1, FEBRUARY 1997 CMOS Low-Noise Switched Charge Sensitive Preamplifier for CdTe and CdZnTe X-Ray Detectors Claudio G. Jakobson and Yael Nemirovsky

More information

A Soft-Limiting Receiver Structure for Time-Hopping UWB in Multiple Access Interference

A Soft-Limiting Receiver Structure for Time-Hopping UWB in Multiple Access Interference 2006 IEEE Ninth International Symposium on Spread Spectrum Techniques and Applications A Soft-Limiting Receiver Structure for Time-Hopping UWB in Multiple Access Interference Norman C. Beaulieu, Fellow,

More information

16QAM Symbol Timing Recovery in the Upstream Transmission of DOCSIS Standard

16QAM Symbol Timing Recovery in the Upstream Transmission of DOCSIS Standard IEEE TRANSACTIONS ON BROADCASTING, VOL. 49, NO. 2, JUNE 2003 211 16QAM Symbol Timing Recovery in the Upstream Transmission of DOCSIS Standard Jianxin Wang and Joachim Speidel Abstract This paper investigates

More information

Acquisition and Tracking of IRNSS Receiver on MATLAB and Xilinx

Acquisition and Tracking of IRNSS Receiver on MATLAB and Xilinx Acquisition and Tracking of IRNSS Receiver on MATLAB and Xilinx Kishan Y. Rathod 1, Dr. Rajendra D. Patel 2, Amit Chorasiya 3 1 M.E Student / Marwadi Education Foundation s Groups of Institute 2 Accociat

More information

Notes on OR Data Math Function

Notes on OR Data Math Function A Notes on OR Data Math Function The ORDATA math function can accept as input either unequalized or already equalized data, and produce: RF (input): just a copy of the input waveform. Equalized: If the

More information

Direct measurement of the vertical component of the electric field from EAS

Direct measurement of the vertical component of the electric field from EAS Direct measurement of the vertical component of the electric field from EAS 1,3, H. Carduner 1, D. Charrier 1,3, L. Denis 3, A. Escudie 1, D. García-Fernàndez 1, A. Lecacheux 2, L. Martin 1,3, B. Revenu

More information

Using Frequency Diversity to Improve Measurement Speed Roger Dygert MI Technologies, 1125 Satellite Blvd., Suite 100 Suwanee, GA 30024

Using Frequency Diversity to Improve Measurement Speed Roger Dygert MI Technologies, 1125 Satellite Blvd., Suite 100 Suwanee, GA 30024 Using Frequency Diversity to Improve Measurement Speed Roger Dygert MI Technologies, 1125 Satellite Blvd., Suite 1 Suwanee, GA 324 ABSTRACT Conventional antenna measurement systems use a multiplexer or

More information

Digital trigger system for the RED-100 detector based on the unit in VME standard

Digital trigger system for the RED-100 detector based on the unit in VME standard Journal of Physics: Conference Series PAPER OPEN ACCESS Digital trigger system for the RED-100 detector based on the unit in VME standard To cite this article: D Yu Akimov et al 2016 J. Phys.: Conf. Ser.

More information

Considerations on the ICARUS read-out and on data compression

Considerations on the ICARUS read-out and on data compression ICARUS-TM/2002-05 May 16, 2002 Considerations on the ICARUS read-out and on data compression S. Amerio, M. Antonello, B. Baiboussinov, S. Centro, F. Pietropaolo, W. Polchlopek, S. Ventura Dipartimento

More information

THE DESIGN of microwave filters is based on

THE DESIGN of microwave filters is based on IEEE TRANSACTIONS ON MICROWAVE THEORY AND TECHNIQUES, VOL. 46, NO. 4, APRIL 1998 343 A Unified Approach to the Design, Measurement, and Tuning of Coupled-Resonator Filters John B. Ness Abstract The concept

More information

Real Time Pulse Pile-up Recovery in a High Throughput Digital Pulse Processor

Real Time Pulse Pile-up Recovery in a High Throughput Digital Pulse Processor Real Time Pulse Pile-up Recovery in a High Throughput Digital Pulse Processor Paul A. B. Scoullar a, Chris C. McLean a and Rob J. Evans b a Southern Innovation, Melbourne, Australia b Department of Electrical

More information

/$ IEEE

/$ IEEE IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: EXPRESS BRIEFS, VOL. 53, NO. 11, NOVEMBER 2006 1205 A Low-Phase Noise, Anti-Harmonic Programmable DLL Frequency Multiplier With Period Error Compensation for

More information

RANGE resolution and dynamic range are the most important

RANGE resolution and dynamic range are the most important INTL JOURNAL OF ELECTRONICS AND TELECOMMUNICATIONS, 2012, VOL. 58, NO. 2, PP. 135 140 Manuscript received August 17, 2011; revised May, 2012. DOI: 10.2478/v10177-012-0019-1 High Resolution Noise Radar

More information

FPGA-BASED PULSED-RF PHASE AND AMPLITUDE DETECTOR AT SLRI

FPGA-BASED PULSED-RF PHASE AND AMPLITUDE DETECTOR AT SLRI doi:10.18429/jacow-icalepcs2017- FPGA-BASED PULSED-RF PHASE AND AMPLITUDE DETECTOR AT SLRI R. Rujanakraikarn, Synchrotron Light Research Institute, Nakhon Ratchasima, Thailand Abstract In this paper, the

More information

A 2 to 4 GHz Instantaneous Frequency Measurement System Using Multiple Band-Pass Filters

A 2 to 4 GHz Instantaneous Frequency Measurement System Using Multiple Band-Pass Filters Progress In Electromagnetics Research M, Vol. 62, 189 198, 2017 A 2 to 4 GHz Instantaneous Frequency Measurement System Using Multiple Band-Pass Filters Hossam Badran * andmohammaddeeb Abstract In this

More information

Characteristics of radioelectric fields from air showers induced by UHECR measured with CODALEMA

Characteristics of radioelectric fields from air showers induced by UHECR measured with CODALEMA Characteristics of radioelectric fields from air showers induced by UHECR measured with CODALEMA D. Ardouin To cite this version: D. Ardouin. Characteristics of radioelectric fields from air showers induced

More information

A Reflectometer for Cable Fault Location with Multiple Pulse Reflection Method

A Reflectometer for Cable Fault Location with Multiple Pulse Reflection Method 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com A Reflectometer for Cable Fault Location with Multiple Pulse Reflection Method Zheng Gongming Electronics & Information School, Yangtze University,

More information

Disturbance Rejection Using Self-Tuning ARMARKOV Adaptive Control with Simultaneous Identification

Disturbance Rejection Using Self-Tuning ARMARKOV Adaptive Control with Simultaneous Identification IEEE TRANSACTIONS ON CONTROL SYSTEMS TECHNOLOGY, VOL. 9, NO. 1, JANUARY 2001 101 Disturbance Rejection Using Self-Tuning ARMARKOV Adaptive Control with Simultaneous Identification Harshad S. Sane, Ravinder

More information

ORTHOGONAL frequency division multiplexing (OFDM)

ORTHOGONAL frequency division multiplexing (OFDM) 144 IEEE TRANSACTIONS ON BROADCASTING, VOL. 51, NO. 1, MARCH 2005 Performance Analysis for OFDM-CDMA With Joint Frequency-Time Spreading Kan Zheng, Student Member, IEEE, Guoyan Zeng, and Wenbo Wang, Member,

More information

Full Wave Solution for Intel CPU With a Heat Sink for EMC Investigations

Full Wave Solution for Intel CPU With a Heat Sink for EMC Investigations Full Wave Solution for Intel CPU With a Heat Sink for EMC Investigations Author Lu, Junwei, Zhu, Boyuan, Thiel, David Published 2010 Journal Title I E E E Transactions on Magnetics DOI https://doi.org/10.1109/tmag.2010.2044483

More information

THE PROBLEM of electromagnetic interference between

THE PROBLEM of electromagnetic interference between IEEE TRANSACTIONS ON ELECTROMAGNETIC COMPATIBILITY, VOL. 50, NO. 2, MAY 2008 399 Estimation of Current Distribution on Multilayer Printed Circuit Board by Near-Field Measurement Qiang Chen, Member, IEEE,

More information

The influence of noise on radio signals from cosmic rays

The influence of noise on radio signals from cosmic rays The influence of noise on radio signals from cosmic rays Bachelor Thesis in Physics & Astronomy Katharina Holland Supervisor: Dr. Charles Timmermans Institute for Mathematics, Astrophysics and Particle

More information

Theoretical Framework and Simulation Results for Implementing Weighted Multiple Sampling in Scientific CCDs

Theoretical Framework and Simulation Results for Implementing Weighted Multiple Sampling in Scientific CCDs Theoretical Framework and Simulation Results for Implementing Weighted Multiple Sampling in Scientific CCDs Cristobal Alessandri 1, Dani Guzman 1, Angel Abusleme 1, Diego Avila 1, Enrique Alvarez 1, Hernan

More information

Real-Time Digital Down-Conversion with Equalization

Real-Time Digital Down-Conversion with Equalization Real-Time Digital Down-Conversion with Equalization February 20, 2019 By Alexander Taratorin, Anatoli Stein, Valeriy Serebryanskiy and Lauri Viitas DOWN CONVERSION PRINCIPLE Down conversion is basic operation

More information

A Real-time Photoacoustic Imaging System with High Density Integrated Circuit

A Real-time Photoacoustic Imaging System with High Density Integrated Circuit 2011 3 rd International Conference on Signal Processing Systems (ICSPS 2011) IPCSIT vol. 48 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V48.12 A Real-time Photoacoustic Imaging System

More information

Enhancing FPGA-based Systems with Programmable Oscillators

Enhancing FPGA-based Systems with Programmable Oscillators Enhancing FPGA-based Systems with Programmable Oscillators Jehangir Parvereshi, jparvereshi@sitime.com Sassan Tabatabaei, stabatabaei@sitime.com SiTime Corporation www.sitime.com 990 Almanor Ave., Sunnyvale,

More information

Merging Propagation Physics, Theory and Hardware in Wireless. Ada Poon

Merging Propagation Physics, Theory and Hardware in Wireless. Ada Poon HKUST January 3, 2007 Merging Propagation Physics, Theory and Hardware in Wireless Ada Poon University of Illinois at Urbana-Champaign Outline Multiple-antenna (MIMO) channels Human body wireless channels

More information

THE Hadronic Tile Calorimeter (TileCal) is the central

THE Hadronic Tile Calorimeter (TileCal) is the central IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL 53, NO 4, AUGUST 2006 2139 Digital Signal Reconstruction in the ATLAS Hadronic Tile Calorimeter E Fullana, J Castelo, V Castillo, C Cuenca, A Ferrer, E Higon,

More information

Solid State Photomultiplier: Noise Parameters of Photodetectors with Internal Discrete Amplification

Solid State Photomultiplier: Noise Parameters of Photodetectors with Internal Discrete Amplification Solid State Photomultiplier: Noise Parameters of Photodetectors with Internal Discrete Amplification K. Linga, E. Godik, J. Krutov, D. Shushakov, L. Shubin, S.L. Vinogradov, and E.V. Levin Amplification

More information

Simulation of Algorithms for Pulse Timing in FPGAs

Simulation of Algorithms for Pulse Timing in FPGAs 2007 IEEE Nuclear Science Symposium Conference Record M13-369 Simulation of Algorithms for Pulse Timing in FPGAs Michael D. Haselman, Member IEEE, Scott Hauck, Senior Member IEEE, Thomas K. Lewellen, Senior

More information

ARTICLE IN PRESS. Nuclear Instruments and Methods in Physics Research A

ARTICLE IN PRESS. Nuclear Instruments and Methods in Physics Research A Nuclear Instruments and Methods in Physics Research A 614 (2010) 308 312 Contents lists available at ScienceDirect Nuclear Instruments and Methods in Physics Research A journal homepage: www.elsevier.com/locate/nima

More information

The Tunka Radio Extension: reconstruction of energy and shower maximum of the first year data

The Tunka Radio Extension: reconstruction of energy and shower maximum of the first year data The Tunka Radio Extension: reconstruction of energy and shower maximum of the first year data 1, P.A. Bezyazeekov 2, N.M. Budnev 2, O.A. Gress 2, A. Haungs 1, R. Hiller 1, T. Huege 1, Y. Kazarina 2, M.

More information

Implementation of A Nanosecond Time-resolved APD Detector System for NRS Experiment in HEPS-TF

Implementation of A Nanosecond Time-resolved APD Detector System for NRS Experiment in HEPS-TF Implementation of A Nanosecond Time-resolved APD Detector System for NRS Experiment in HEPS-TF LI Zhen-jie a ; MA Yi-chao c ; LI Qiu-ju a ; LIU Peng a ; CHANG Jin-fan b ; ZHOU Yang-fan a * a Beijing Synchrotron

More information

Chapter 4 SPEECH ENHANCEMENT

Chapter 4 SPEECH ENHANCEMENT 44 Chapter 4 SPEECH ENHANCEMENT 4.1 INTRODUCTION: Enhancement is defined as improvement in the value or Quality of something. Speech enhancement is defined as the improvement in intelligibility and/or

More information

Signal Processing for Digitizers

Signal Processing for Digitizers Signal Processing for Digitizers Modular digitizers allow accurate, high resolution data acquisition that can be quickly transferred to a host computer. Signal processing functions, applied in the digitizer

More information

GPS software receiver implementations

GPS software receiver implementations GPS software receiver implementations OLEKSIY V. KORNIYENKO AND MOHAMMAD S. SHARAWI THIS ARTICLE PRESENTS A DETAILED description of the various modules needed for the implementation of a global positioning

More information

THE PROPAGATION OF PARTIAL DISCHARGE PULSES IN A HIGH VOLTAGE CABLE

THE PROPAGATION OF PARTIAL DISCHARGE PULSES IN A HIGH VOLTAGE CABLE THE PROPAGATION OF PARTIAL DISCHARGE PULSES IN A HIGH VOLTAGE CABLE Z.Liu, B.T.Phung, T.R.Blackburn and R.E.James School of Electrical Engineering and Telecommuniications University of New South Wales

More information

Time Matters How Power Meters Measure Fast Signals

Time Matters How Power Meters Measure Fast Signals Time Matters How Power Meters Measure Fast Signals By Wolfgang Damm, Product Management Director, Wireless Telecom Group Power Measurements Modern wireless and cable transmission technologies, as well

More information

Digital Logic, Algorithms, and Functions for the CEBAF Upgrade LLRF System Hai Dong, Curt Hovater, John Musson, and Tomasz Plawski

Digital Logic, Algorithms, and Functions for the CEBAF Upgrade LLRF System Hai Dong, Curt Hovater, John Musson, and Tomasz Plawski Digital Logic, Algorithms, and Functions for the CEBAF Upgrade LLRF System Hai Dong, Curt Hovater, John Musson, and Tomasz Plawski Introduction: The CEBAF upgrade Low Level Radio Frequency (LLRF) control

More information

DSP-BASED FM STEREO GENERATOR FOR DIGITAL STUDIO -TO - TRANSMITTER LINK

DSP-BASED FM STEREO GENERATOR FOR DIGITAL STUDIO -TO - TRANSMITTER LINK DSP-BASED FM STEREO GENERATOR FOR DIGITAL STUDIO -TO - TRANSMITTER LINK Michael Antill and Eric Benjamin Dolby Laboratories Inc. San Francisco, Califomia 94103 ABSTRACT The design of a DSP-based composite

More information

FPGA Implementation Of LMS Algorithm For Audio Applications

FPGA Implementation Of LMS Algorithm For Audio Applications FPGA Implementation Of LMS Algorithm For Audio Applications Shailesh M. Sakhare Assistant Professor, SDCE Seukate,Wardha,(India) shaileshsakhare2008@gmail.com Abstract- Adaptive filtering techniques are

More information

A high-efficiency switching amplifier employing multi-level pulse width modulation

A high-efficiency switching amplifier employing multi-level pulse width modulation INTERNATIONAL JOURNAL OF COMMUNICATIONS Volume 11, 017 A high-efficiency switching amplifier employing multi-level pulse width modulation Jan Doutreloigne Abstract This paper describes a new multi-level

More information

two computers. 2- Providing a channel between them for transmitting and receiving the signals through it.

two computers. 2- Providing a channel between them for transmitting and receiving the signals through it. 1. Introduction: Communication is the process of transmitting the messages that carrying information, where the two computers can be communicated with each other if the two conditions are available: 1-

More information

Recent Results of the Auger Engineering Radio Array (AERA)

Recent Results of the Auger Engineering Radio Array (AERA) Recent Results of the Auger Engineering Radio Array (AERA) a,b for the Pierre Auger Collaboration c a Karlsruhe Institute of Technology KIT, Institut für Kernphysik, 7621 Karlsruhe, Germany b Instituto

More information

Preliminary simulation study of the front-end electronics for the central detector PMTs

Preliminary simulation study of the front-end electronics for the central detector PMTs Angra Neutrino Project AngraNote 1-27 (Draft) Preliminary simulation study of the front-end electronics for the central detector PMTs A. F. Barbosa Centro Brasileiro de Pesquisas Fsicas - CBPF, e-mail:

More information

ADQ214. Datasheet. Features. Introduction. Applications. Software support. ADQ Development Kit. Ordering information

ADQ214. Datasheet. Features. Introduction. Applications. Software support. ADQ Development Kit. Ordering information ADQ214 is a dual channel high speed digitizer. The ADQ214 has outstanding dynamic performance from a combination of high bandwidth and high dynamic range, which enables demanding measurements such as RF/IF

More information

Implementing Logic with the Embedded Array

Implementing Logic with the Embedded Array Implementing Logic with the Embedded Array in FLEX 10K Devices May 2001, ver. 2.1 Product Information Bulletin 21 Introduction Altera s FLEX 10K devices are the first programmable logic devices (PLDs)

More information

The Renaissance of Radio Detection of Cosmic Rays

The Renaissance of Radio Detection of Cosmic Rays Braz J Phys (214) 44:52 529 DOI 1.17/s13538-14-226-6 PARTICLES AND FIELDS The Renaissance of Radio Detection of Cosmic Rays Tim Huege Received: 28 April 214 / Published online: 12 June 214 Sociedade Brasileira

More information

Digital Self Excited Loop Implementation and Experience. Trent Allison Curt Hovater John Musson Tomasz Plawski

Digital Self Excited Loop Implementation and Experience. Trent Allison Curt Hovater John Musson Tomasz Plawski Digital Self Excited Loop Implementation and Experience Trent Allison Curt Hovater John Musson Tomasz Plawski Overview Why Self Excited Loop? Algorithm Building Blocks Hardware and Sampling Digital Signal

More information

Multiple Input Multiple Output (MIMO) Operation Principles

Multiple Input Multiple Output (MIMO) Operation Principles Afriyie Abraham Kwabena Multiple Input Multiple Output (MIMO) Operation Principles Helsinki Metropolia University of Applied Sciences Bachlor of Engineering Information Technology Thesis June 0 Abstract

More information

Measurements 2: Network Analysis

Measurements 2: Network Analysis Measurements 2: Network Analysis Fritz Caspers CAS, Aarhus, June 2010 Contents Scalar network analysis Vector network analysis Early concepts Modern instrumentation Calibration methods Time domain (synthetic

More information

A Clock-Tuned Discrete-Time Negative Capacitor Implemented Using Analog Samplers

A Clock-Tuned Discrete-Time Negative Capacitor Implemented Using Analog Samplers A Clock-Tuned Discrete-Time Negative Capacitor Implemented Using Analog Samplers Donald M. Johnson InVue Charlotte, NC, USA Email: mjohnnson49@gmail.com Thomas P. Weldon Department of Electrical and Computer

More information

arxiv: v1 [astro-ph.im] 16 Nov 2016

arxiv: v1 [astro-ph.im] 16 Nov 2016 Detection of High Energy Cosmic Rays at the Auger Engineering Radio Array arxiv:1611.05489v1 [astro-ph.im] 16 Nov 2016 for the Pierre Auger Collaboration Radboud University Nijmegen and Nikhef E-mail:

More information

THOMAS PANY SOFTWARE RECEIVERS

THOMAS PANY SOFTWARE RECEIVERS TECHNOLOGY AND APPLICATIONS SERIES THOMAS PANY SOFTWARE RECEIVERS Contents Preface Acknowledgments xiii xvii Chapter 1 Radio Navigation Signals 1 1.1 Signal Generation 1 1.2 Signal Propagation 2 1.3 Signal

More information

Adaptive Correction Method for an OCXO and Investigation of Analytical Cumulative Time Error Upperbound

Adaptive Correction Method for an OCXO and Investigation of Analytical Cumulative Time Error Upperbound Adaptive Correction Method for an OCXO and Investigation of Analytical Cumulative Time Error Upperbound Hui Zhou, Thomas Kunz, Howard Schwartz Abstract Traditional oscillators used in timing modules of

More information

Smart antenna technology

Smart antenna technology Smart antenna technology In mobile communication systems, capacity and performance are usually limited by two major impairments. They are multipath and co-channel interference [5]. Multipath is a condition

More information

Digital Dual Mixer Time Difference for Sub-Nanosecond Time Synchronization in Ethernet

Digital Dual Mixer Time Difference for Sub-Nanosecond Time Synchronization in Ethernet Digital Dual Mixer Time Difference for Sub-Nanosecond Time Synchronization in Ethernet Pedro Moreira University College London London, United Kingdom pmoreira@ee.ucl.ac.uk Pablo Alvarez pablo.alvarez@cern.ch

More information

nanomca 80 MHz HIGH PERFORMANCE, LOW POWER DIGITAL MCA Model Numbers: NM0530 and NM0530Z

nanomca 80 MHz HIGH PERFORMANCE, LOW POWER DIGITAL MCA Model Numbers: NM0530 and NM0530Z datasheet nanomca 80 MHz HIGH PERFORMANCE, LOW POWER DIGITAL MCA Model Numbers: NM0530 and NM0530Z I. FEATURES Finger-sized, high performance digital MCA. 16k channels utilizing smart spectrum-size technology

More information

Current Rebuilding Concept Applied to Boost CCM for PF Correction

Current Rebuilding Concept Applied to Boost CCM for PF Correction Current Rebuilding Concept Applied to Boost CCM for PF Correction Sindhu.K.S 1, B. Devi Vighneshwari 2 1, 2 Department of Electrical & Electronics Engineering, The Oxford College of Engineering, Bangalore-560068,

More information

Techniques for Implementing Multipliers in Stratix, Stratix GX & Cyclone Devices

Techniques for Implementing Multipliers in Stratix, Stratix GX & Cyclone Devices Techniques for Implementing Multipliers in Stratix, Stratix GX & Cyclone Devices August 2003, ver. 1.0 Application Note 306 Introduction Stratix, Stratix GX, and Cyclone FPGAs have dedicated architectural

More information

(i) Understanding of the characteristics of linear-phase finite impulse response (FIR) filters

(i) Understanding of the characteristics of linear-phase finite impulse response (FIR) filters FIR Filter Design Chapter Intended Learning Outcomes: (i) Understanding of the characteristics of linear-phase finite impulse response (FIR) filters (ii) Ability to design linear-phase FIR filters according

More information

Antenna Measurements using Modulated Signals

Antenna Measurements using Modulated Signals Antenna Measurements using Modulated Signals Roger Dygert MI Technologies, 1125 Satellite Boulevard, Suite 100 Suwanee, GA 30024-4629 Abstract Antenna test engineers are faced with testing increasingly

More information

Biomedical Signals. Signals and Images in Medicine Dr Nabeel Anwar

Biomedical Signals. Signals and Images in Medicine Dr Nabeel Anwar Biomedical Signals Signals and Images in Medicine Dr Nabeel Anwar Noise Removal: Time Domain Techniques 1. Synchronized Averaging (covered in lecture 1) 2. Moving Average Filters (today s topic) 3. Derivative

More information

FOURIER analysis is a well-known method for nonparametric

FOURIER analysis is a well-known method for nonparametric 386 IEEE TRANSACTIONS ON INSTRUMENTATION AND MEASUREMENT, VOL. 54, NO. 1, FEBRUARY 2005 Resonator-Based Nonparametric Identification of Linear Systems László Sujbert, Member, IEEE, Gábor Péceli, Fellow,

More information

Contraints for radio-transient detection (From informations gained with CODALEMA)

Contraints for radio-transient detection (From informations gained with CODALEMA) Contraints for radio-transient detection (From informations gained with CODALEMA) Possible targets Astroparticles EAS Charged primary (CODALEMA) Neutrino? Gamma? («à la HESS») Astrophysics Solar burst,

More information

THE BENEFITS OF DSP LOCK-IN AMPLIFIERS

THE BENEFITS OF DSP LOCK-IN AMPLIFIERS THE BENEFITS OF DSP LOCK-IN AMPLIFIERS If you never heard of or don t understand the term lock-in amplifier, you re in good company. With the exception of the optics industry where virtually every major

More information

Comparison of IC Conducted Emission Measurement Methods

Comparison of IC Conducted Emission Measurement Methods IEEE TRANSACTIONS ON INSTRUMENTATION AND MEASUREMENT, VOL. 52, NO. 3, JUNE 2003 839 Comparison of IC Conducted Emission Measurement Methods Franco Fiori, Member, IEEE, and Francesco Musolino, Member, IEEE

More information

Experiment 2 Effects of Filtering

Experiment 2 Effects of Filtering Experiment 2 Effects of Filtering INTRODUCTION This experiment demonstrates the relationship between the time and frequency domains. A basic rule of thumb is that the wider the bandwidth allowed for the

More information

Vector Arithmetic Logic Unit Amit Kumar Dutta JIS College of Engineering, Kalyani, WB, India

Vector Arithmetic Logic Unit Amit Kumar Dutta JIS College of Engineering, Kalyani, WB, India Vol. 2 Issue 2, December -23, pp: (75-8), Available online at: www.erpublications.com Vector Arithmetic Logic Unit Amit Kumar Dutta JIS College of Engineering, Kalyani, WB, India Abstract: Real time operation

More information

A Spread Spectrum Network Analyser

A Spread Spectrum Network Analyser A Spread Spectrum Network Analyser Author: Cornelis Jan Kikkert Associate Professor Head of Electrical and Computer Engineering James Cook University Townsville, Queensland, 4811 Phone 07-47814259 Fax

More information

IMPROVED CHANNEL ESTIMATION FOR OFDM BASED WLAN SYSTEMS. G.V.Rangaraj M.R.Raghavendra K.Giridhar

IMPROVED CHANNEL ESTIMATION FOR OFDM BASED WLAN SYSTEMS. G.V.Rangaraj M.R.Raghavendra K.Giridhar IMPROVED CHANNEL ESTIMATION FOR OFDM BASED WLAN SYSTEMS GVRangaraj MRRaghavendra KGiridhar Telecommunication and Networking TeNeT) Group Department of Electrical Engineering Indian Institute of Technology

More information

EFFECTS OF PHYSICAL CONFIGURATIONS ON ANC HEADPHONE PERFORMANCE

EFFECTS OF PHYSICAL CONFIGURATIONS ON ANC HEADPHONE PERFORMANCE EFFECTS OF PHYSICAL CONFIGURATIONS ON ANC HEADPHONE PERFORMANCE Lifu Wu Nanjing University of Information Science and Technology, School of Electronic & Information Engineering, CICAEET, Nanjing, 210044,

More information

Interleaved PC-OFDM to reduce the peak-to-average power ratio

Interleaved PC-OFDM to reduce the peak-to-average power ratio 1 Interleaved PC-OFDM to reduce the peak-to-average power ratio A D S Jayalath and C Tellambura School of Computer Science and Software Engineering Monash University, Clayton, VIC, 3800 e-mail:jayalath@cssemonasheduau

More information

Performance Analysis of Acoustic Echo Cancellation in Sound Processing

Performance Analysis of Acoustic Echo Cancellation in Sound Processing 2016 IJSRSET Volume 2 Issue 3 Print ISSN : 2395-1990 Online ISSN : 2394-4099 Themed Section: Engineering and Technology Performance Analysis of Acoustic Echo Cancellation in Sound Processing N. Sakthi

More information

An MNG-TL Loop Antenna for UHF Near-Field RFID Applications

An MNG-TL Loop Antenna for UHF Near-Field RFID Applications Progress In Electromagnetics Research Letters, Vol. 52, 79 85, 215 An MNG-TL Loop Antenna for UHF Near-Field RFID Applications Hu Liu *, Ying Liu, Ming Wei, and Shuxi Gong Abstract A loop antenna is designed

More information

Jitter Analysis Techniques Using an Agilent Infiniium Oscilloscope

Jitter Analysis Techniques Using an Agilent Infiniium Oscilloscope Jitter Analysis Techniques Using an Agilent Infiniium Oscilloscope Product Note Table of Contents Introduction........................ 1 Jitter Fundamentals................. 1 Jitter Measurement Techniques......

More information

EE228 Applications of Course Concepts. DePiero

EE228 Applications of Course Concepts. DePiero EE228 Applications of Course Concepts DePiero Purpose Describe applications of concepts in EE228. Applications may help students recall and synthesize concepts. Also discuss: Some advanced concepts Highlight

More information

Narrow-Band Interference Rejection in DS/CDMA Systems Using Adaptive (QRD-LSL)-Based Nonlinear ACM Interpolators

Narrow-Band Interference Rejection in DS/CDMA Systems Using Adaptive (QRD-LSL)-Based Nonlinear ACM Interpolators 374 IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 52, NO. 2, MARCH 2003 Narrow-Band Interference Rejection in DS/CDMA Systems Using Adaptive (QRD-LSL)-Based Nonlinear ACM Interpolators Jenq-Tay Yuan

More information

Enhancement of Fault Current and Overvoltage by Active Type superconducting fault current limiter (SFCL) in Renewable Distributed Generation (DG)

Enhancement of Fault Current and Overvoltage by Active Type superconducting fault current limiter (SFCL) in Renewable Distributed Generation (DG) Enhancement of Fault Current and Overvoltage by Active Type superconducting fault current limiter (SFCL) in Renewable Distributed Generation (DG) PATTI.RANADHEER Assistant Professor, E.E.E., PACE Institute

More information