US20020035587A1 - Broad-dynamic filtering procedure for a recursive digital filter installed in a signal processor (DSP) operating with integers - Google Patents

Broad-dynamic filtering procedure for a recursive digital filter installed in a signal processor (DSP) operating with integers Download PDF

Info

Publication number
US20020035587A1
US20020035587A1 US09/966,260 US96626001A US2002035587A1 US 20020035587 A1 US20020035587 A1 US 20020035587A1 US 96626001 A US96626001 A US 96626001A US 2002035587 A1 US2002035587 A1 US 2002035587A1
Authority
US
United States
Prior art keywords
digital filter
recursive digital
stage
scale factor
calculation
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US09/966,260
Inventor
Veronique Zimpfer
Karl Buck
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Institut Franco Allemand de Recherches de Saint Louis ISL
Original Assignee
Institut Franco Allemand de Recherches de Saint Louis ISL
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Institut Franco Allemand de Recherches de Saint Louis ISL filed Critical Institut Franco Allemand de Recherches de Saint Louis ISL
Assigned to INSTITUT FRANCO-ALLEMAND DE RECHERCHES DE SAINT-LOUIS reassignment INSTITUT FRANCO-ALLEMAND DE RECHERCHES DE SAINT-LOUIS ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: BUCK, KARL, ZIMPFER, VERONIQUE
Publication of US20020035587A1 publication Critical patent/US20020035587A1/en
Priority to US11/281,534 priority Critical patent/US7552157B2/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03HIMPEDANCE NETWORKS, e.g. RESONANT CIRCUITS; RESONATORS
    • H03H17/00Networks using digital techniques
    • H03H17/02Frequency selective networks
    • H03H17/04Recursive filters
    • H03H17/0461Quantisation; Rounding; Truncation; Overflow oscillations or limit cycles eliminating measures

Abstract

The present invention relates to a filtering procedure for recursive digital filters installed in signal processors (DSP) operating with integers. It comprises two calculation procedures coupled with the classical calculation procedure of a recursive filter, the first of which, when calculating the output value of the sample, takes into account the remainders of integer divisions by the scale factor, coming from calculating the output values for the previous samples, and the second of which replaces the default value from dividing the integer by a scale factor by the integer value closest to the result of actual division.

Description

    BACKGROUND OF THE INVENTION
  • The technical field of the present invention is that of recursive digital filters (with infinite impulse response or IIR) and their industrial applications. These filters are used in particular, but not exclusively, in the field of noise reduction, for making active sound protection devices. They can also be used in regulation systems employing negative feedback loops. [0001]
  • In this area, several designs have already been proposed. They are based on converting an input signal x(n) at a given moment in time, that comes from sampling at a given frequency, into an output signal y(n) deduced therefrom by a specific calculation procedure. The calculation procedure is defined by coefficients a[0002] j and bi of the function F(z) representing the filter transfer function in its general form in the complex plane F ( Z ) = 1 K i = 0 P b i · Z - 1 1 + j = 1 q a j · Z - 1
    Figure US20020035587A1-20020321-M00001
  • or the finite-difference equation which give the value of the output signal as a function of the input and output values for the previous samples n-i or n-j: [0003] y ( n ) = 1 K i = 0 P ( b i · x ( n - i ) ) - j = 1 q ( a j · y ( n - j ) )
    Figure US20020035587A1-20020321-M00002
  • where K designates a coefficient enabling the filter gain to be regulated and Z is a complex number such that Z=exp(2πjf) where f is the reduced frequency, a unitless value between 0 and 1, defined by the actual frequency of the signal expressed in Hz divided by the sampling frequency also expressed in Hz, and where j is the complex number such that j[0004] 2=1.
  • The general form of recursive digital filters can then be represented by the schematic diagram in FIG. 1, where Z[0005] −1 is the operator for passing from sample n to sample n−1.
  • These filters are generally implemented by a series of second-order filters (filters employing only the input and output values of the two previous samples), disposed in parallel (parallel form) or in a cascade (cascade form), with a transfer function which is then written as follows, for the parallel and cascade filters respectively: [0006] F ( Z ) = i = 1 m F i ( Z ) or F ( Z ) = i = 1 m F i ( Z )
    Figure US20020035587A1-20020321-M00003
  • where F[0007] i(Z) represents the transfer function of each second-order recursive elementary filter.
  • Each cell (second-order recursive elementary filter) is thus defined only by the five coefficients a[0008] 1, a2, b0, b1, and b2.
  • These filters, of whatever order, have the disadvantage of being implementable only after quantification of their coefficients into integers, namely with truncation of the decimals, which occurs only after the actual coefficients a[0009] j and bi have been multiplied by a scale factor. This scale factor increases the possible choice of integer coefficients used in the calculation, while the actual coefficients lie between −2 and 2, at most. This truncation brings about an error which translates into non-linearities of the filter, making it unsuitable for the desired filtering function. To minimize the effect of quantification of integer coefficients, the filter must be made of a succession of second-order filters in a cascade(cascade form). To this error, associated with the coefficients, is added the rounding error that occurs when integers are divided by the scale factor. This rounding error propagates from sample to sample as the calculations are made. It can become very large, hence non-negligible when the filter is operating in the low-frequency range. This error is made even greater if the result of integer divisions by the scale factor is considered to be the default integer value instead of the closest integer value to the result of actual division.
  • SUMMARY OF THE INVENTION
  • The goal of the invention is to remedy these drawbacks by proposing a calculation method that avoids propagation of rounding errors and which uses the closest integer to the result in integer divisions. [0010]
  • For this purpose, the invention proposes to complete the output signal calculation procedure by taking into account the remainders of integer divisions carried out when the output signal from previous samples is calculated. Further, the invention completes the output signal calculation procedure by a procedure replacing rounding to the default integer value when dividing by the scale factor by rounding to the closest integer of the actual-value result.[0011]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The invention will be described with reference to the figures in which: [0012]
  • FIG. 1 is a general form of a recursive digital filter; [0013]
  • FIG. 2 shows calculation of the output signal for a second order cell; [0014]
  • FIG. 3 illustrates an improved division procedure; [0015]
  • FIG. 4 illustrates a rounding error non-propagation procedure; and [0016]
  • FIG. 5 illustrates a digital active system for hearing protection.[0017]
  • DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT
  • The invention completes the output signal calculation procedure by taking into account the remainders of integer divisions carried out when the output signal from the previous samples is calculated. This calculation is done according to the following equation (here indicated in the particular case of a second-order cell): [0018] y ( n ) = Q ( Q ( scf · x ( n ) + b 1 · x ( n - 1 ) + b 2 · x ( n - 2 ) K ) - a 1 · y ( n - 1 ) - a 2 · y ( n - 2 ) + Q ( - a 1 r ( n - 1 ) - a 1 r ( n - 2 ) scf ) scf ) instead of: y ( n ) = Q ( Q ( scf · x ( n ) + b 1 · x ( n - 1 ) + b 2 · x ( n - 2 ) K ) - a 1 · y ( n - 1 ) - a 2 · y ( n - 2 ) scf )
    Figure US20020035587A1-20020321-M00004
  • for a classical calculation of an implemented recursive digital filter in which Q( ) is the non-linear quantification operator when integers are divided and “scf” is the scale factor chosen. [0019]
  • These formulas of course need to be adapted by increasing the number of elements in the calculation (a[0020] 1, a2, a3, . . . , b1, b2, b3, . . . , n−1, n−2, n−3, . . .) if the filters to be made are multiple-order filters.
  • The invention also completes the output signal calculation procedure by a procedure replacing rounding to the default integer value when dividing by the scale factor by rounding to the closest integer of the actual-value result. [0021]
  • This being the case, it is possible to show that the error between the calculated value y(n) and the theoretical value th(n) that would be obtained without the rounding errors is independent of the errors committed in the previous iterations. Hence there is no more propagation phenomenon and thus no error amplification. The error, of rank n, is thus minimized and the filter obtained can carry out its filtering function whatever the amplitude of the input signal. The dynamics of the filter thus made may exceed 60 dB, i.e. the error remains negligible even if the amplitude of the input signal is between the maximum amplitude and the maximum amplitude minus 60 dB (maximum amplitude/1000). [0022]
  • Principally, the invention involves a rounding error non-propagation procedure, illustrated in FIG. 4, in which: [0023]
  • the output signal is picked up and multiplied by the scale factor; and after changing the sign of the result, the result is added to the value of the output signal obtained before dividing by the scale factor to obtain the remainder of integer division of rank n; [0024]
  • operator Z[0025] −1 is applied to the remainder to obtain the remainder of division in the calculation of the sample of rank n−1, to which multiplication by the coefficient −a1, is applied;
  • operator Z[0026] −1 is applied to this value once again to obtain the remainder of division in the calculation of the sample of rank n−2, to which multiplication by the coefficient −a2 is applied;
  • and so forth up to the rank used for the filter order; and [0027]
  • the results are summed, the resulting sum is divided by the scale factor, and the value thus obtained is added to the calculation of the output signal. [0028]
  • The calculation procedure defined in the invention also advantageously, but not necessarily, involves a procedure known as an improved division procedure, illustrated in FIG. 3, which consists of dividing the signal by the scale factor and then multiplying it again by the scale factor to subtract it from the initial signal; the result of this subtraction is multiplied by two and then divided by the scale factor and finally added to the initial signal after dividing the latter by the scale factor. [0029]
  • FIGS. [0030] 2 to 4 illustrate the calculation procedure according to the invention, limited to a second-order cell. For a digital filter made of m second-order cells in cascade, the invention consists of applying, for each of the m cells, the calculation of its output signal which is shown in FIG. 2. The input signal of the i-th cell is the output signal of the previous cell.
  • FIG. 2 shows the complete procedure for a second-order cell, with identification of the rounding error non-propagation procedure by a dot-dashed line (alternating dots and dashes) and the letter A placed in an ellipse, and identification of the improved division procedure by a dotted line and the letter B also placed in an ellipse. In the figure, x(n) is the input signal, y(n) is the output signal, and r(n) is the remainder of dividing by the scale factor. Assuming that the digital filter is composed of several second-order cells in cascade, the procedure must be repeated for each one. [0031]
  • FIG. 3 shows an improved division procedure, separately from the complete procedure for calculating the output signal for a second-order cell. [0032]
  • FIG. 4 shows the complete calculation procedure for a second-order cell when it is carrying out only the rounding error non-propagation procedure. Assuming that the digital filter is composed of several second-order cells in cascade, the procedure must be repeated for each cell. [0033]
  • FIG. 5 summarizes a digital active system for hearing protection, based on the filtering which is the subject of the invention. The upper dashed line represents the protective helmet and the lower dashed line, the digital filter. The DAC and ADC modules represent the digital/analog and analog/digital converters which, associated with signal processor DSP, are the components of the digital filter. [0034]
  • A particular embodiment of the invention is shown in FIG. 2. In this example it is made of a single second-order cell. The signal x(n) entering upon iteration n is multiplied by the scale factor; it is added to the two values obtained by multiplying the signals entering upon iterations n−1 and n−2 by the coefficients b[0035] 1, and b2, respectively. The value thus obtained is divided by the gain K used for the second-order cell. The following are added to this value:
  • the values obtained by multiplying the exiting signals from iterations n−1 and n−2 by coefficients (−a[0036] 1) and (−a2), respectively; and
  • the result of the calculation known as the rounding error non-propagation calculation, namely the value obtained by subtracting, from the value arrived at by this sum, the value of the output signal y(n) after multiplication by the scale factor, then applying to this value the operator Z[0037] −1 to obtain the remainder of dividing by the scale factor that comes from calculating the output signal for sample n−1, then again applying this operator to obtain the remainder of dividing by the scale factor that comes from calculating the output signal for sample n−2, then summing these remainders after multiplication by coefficients (−a1) and (−a2) respectively and, finally, dividing by the scale factor.
  • The value emerging from this calculation is then modified to obtain the output value y(n) by the procedure known as the improved division procedure, which comprises picking up the signal coming from the sum operator, dividing it by the scale factor, then multiplying it again by the scale factor to subtract it from the signal as picked up, then multiplying this result by two then dividing it by the scale factor, and finally adding it to the signal as picked up once the latter has been divided by the scale factor. [0038]
  • Implementation in a DSP type signal processor working with integers of a filter of the type described in the invention can be effected as follows: [0039]
  • An analogic/digital and digital/analog signal converter is used upstream and downstream of the signal processor, the signal processor preferably having preferably 16 bits or more so that that the error due to conversions is negligible compared to the signal amplitude. [0040]
  • To avoid an additional error by exceeding the dynamics of the DSP, an integer less than or equal to 2[0041] p-b-2 is chosen as the scale factor, where p designates the length of the DSP words and b designates the resolution of the converters (number of bits on which the converters code the signal).
  • It is preferable to use a scale factor and a gain coefficient K that are multiples of two in order to minimize calculation time. In this way, all dividing, which is slow in a DSP, can be replaced by register shifts which are much faster. [0042]
  • Finally, the larger the scale factor, the smaller the error due to quantification of the coefficients and the larger the number of filters that can be made. Hence it is preferable to use a DSP with a word length of 32 bits. This enables the value ech=2[0043] 32-16-2=214=16384 to be taken for the scale factor.
  • With a filter of this type, signal dynamics exceeding 60 dB can be effectively filtered. [0044]
  • One practical application of these filters is active noise protection, which requires a broad usable amplitude range whatever the filter implemented. The digital filter then used is an IIR type filter in its cascade form. Each filtering cell is implemented in the DSP using the calculation procedure according to the invention represented in FIG. 2. [0045]
  • The invention can also be used for regulation, using negative feedback loops, because the low error propagation level can enable analog filtering procedures to be replaced by digital procedures. [0046]

Claims (12)

What is claimed is:
1. A calculation method for producing a recursive digital filter, implemented in a signal processor working with integers, comprising a stage of calculating the output signal of sample n based on an algebraic sum of input and output values of signals sampled at the point in time considered and at previous points in time, to which coefficients characteristic of the filter have been assigned, wherein the stage is coupled with two other calculation stages, in one calculation stage the scale factor chosen is applied to the remainders of the integer divisions, the remainders being the result of calculating the output signals of the previous samples, and in the other calculation stage rounding to the default integer value coming from dividing the output signal by the scale factor is replaced by rounding to the closest integer to the real-number quotient.
2. A calculation method for producing a recursive digital filter, implemented in a signal processor working with integers, comprising a stage of calculating the output signal of sample n based on an algebraic sum of input and output values of signals sampled at the point in time considered and at previous points in time, to which coefficients characteristic of the filter have been assigned, wherein the stage is coupled with another calculation stage in which the scale factor chosen is applied to the remainders of the integer divisions, the remainders being the result of calculating the output signals of the previous samples.
3. A calculation method for producing a recursive digital filter, implemented in a signal processor working with integers, comprising a stage of calculating the output signal of sample n based on an algebraic sum of input and output values of signals sampled at the point in time considered and at previous points in time, to which coefficients characteristic of the filter have been assigned, wherein the stage is coupled with another calculation stage in which rounding to the default integer value coming from dividing the output signal by the scale factor is replaced by rounding to the closest integer to the real-number quotient.
4. A recursive digital filter produced by using the calculation method according to claim 1.
5. A recursive digital filter produced by using the calculation method according to claim 2.
6. A recursive digital filter produced by using the calculation method according to claim 3.
7. An active sound protection system using the recursive digital filter according to claim 4.
8. An active sound protection system using the recursive digital filter according to claim 5.
9. An active sound protection system using the recursive digital filter according to claim 6.
10. A negative feedback regulation system using the recursive digital filter according to claim 4.
11. A negative feedback regulation system using the recursive digital filter according to claim 5.
12. A negative feedback regulation system using the recursive digital filter according to claim 6.
US09/966,260 2000-04-25 2001-10-01 Broad-dynamic filtering procedure for a recursive digital filter installed in a signal processor (DSP) operating with integers Abandoned US20020035587A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/281,534 US7552157B2 (en) 2000-04-25 2005-11-18 Broad-dynamic filtering procedure for a recursive digital filter installed in a signal processor (DSP) operating with integers

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
FR0005246A FR2808139B1 (en) 2000-04-25 2000-04-25 WIDE DYNAMIC FILTERING METHOD FOR RECURSIENT DIGITAL FILTER IMPLANTED IN A DSP SIGNAL PROCESSOR WORKING WITH WHOLE NUMBERS
FR0005246 2000-04-25

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US11/281,534 Continuation US7552157B2 (en) 2000-04-25 2005-11-18 Broad-dynamic filtering procedure for a recursive digital filter installed in a signal processor (DSP) operating with integers

Publications (1)

Publication Number Publication Date
US20020035587A1 true US20020035587A1 (en) 2002-03-21

Family

ID=8849560

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/966,260 Abandoned US20020035587A1 (en) 2000-04-25 2001-10-01 Broad-dynamic filtering procedure for a recursive digital filter installed in a signal processor (DSP) operating with integers
US11/281,534 Expired - Lifetime US7552157B2 (en) 2000-04-25 2005-11-18 Broad-dynamic filtering procedure for a recursive digital filter installed in a signal processor (DSP) operating with integers

Family Applications After (1)

Application Number Title Priority Date Filing Date
US11/281,534 Expired - Lifetime US7552157B2 (en) 2000-04-25 2005-11-18 Broad-dynamic filtering procedure for a recursive digital filter installed in a signal processor (DSP) operating with integers

Country Status (2)

Country Link
US (2) US20020035587A1 (en)
FR (1) FR2808139B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110307537A1 (en) * 2010-06-10 2011-12-15 On Semiconductor Trading, Ltd. Digital filter

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
RU2452080C1 (en) * 2011-06-08 2012-05-27 Федеральное государственное бюджетное образовательное учреждение высшего профессионального образования "Южно-Российский государственный университет экономики и сервиса" (ФГБОУ ВПО "ЮРГУЭС") Digital multi-iterative filter

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3619586A (en) * 1968-11-25 1971-11-09 Research Corp Universal digital filter for linear discrete systems
US4195350A (en) * 1978-06-19 1980-03-25 Cbs Inc. Method and apparatus for eliminating deadband in digital recursive filters
US4727506A (en) * 1985-03-25 1988-02-23 Rca Corporation Digital scaling circuitry with truncation offset compensation
US5523962A (en) * 1992-03-18 1996-06-04 Texas Instruments Incorporated Infinite impulse response digital filter with plural processing units
US5694474A (en) * 1995-09-18 1997-12-02 Interval Research Corporation Adaptive filter for signal processing and method therefor
US5757362A (en) * 1995-01-05 1998-05-26 International Business Machines Corporation Recursive digital filter using fixed point arithmetic
US5999955A (en) * 1994-09-30 1999-12-07 Ford Global Technologies, Inc. Delay generation filter
US6216145B1 (en) * 1997-01-17 2001-04-10 Ricoh Co., Ltd. Overlapped reversible transforms for unified lossless/lossy compression
US6279020B1 (en) * 1997-12-23 2001-08-21 U.S. Philips Corporation Programmable circuit for realizing a digital filter
US6509889B2 (en) * 1998-12-03 2003-01-21 International Business Machines Corporation Method and apparatus for enabling the adaptation of the input parameters for a computer system pointing device

Family Cites Families (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4270026A (en) * 1979-11-28 1981-05-26 International Telephone And Telegraph Corporation Interpolator apparatus for increasing the word rate of a digital signal of the type employed in digital telephone systems
US5089981A (en) * 1989-04-24 1992-02-18 Audio Precision, Inc. Hybrid form digital filter
US4972356A (en) * 1989-05-01 1990-11-20 Motorola, Inc. Systolic IIR decimation filter
JPH063243A (en) * 1992-06-23 1994-01-11 Asahi Chem Ind Co Ltd Method for estimating physical property of rubber polymer
US5282155A (en) * 1992-11-19 1994-01-25 Bell Communications Resarch, Inc. Adaptive digital filter architecture for parallel output/update computations
US5590121A (en) * 1995-03-30 1996-12-31 Lucent Technologies Inc. Method and apparatus for adaptive filtering
JPH09116387A (en) * 1995-10-13 1997-05-02 Ricoh Co Ltd Digital filter
US5999954A (en) * 1997-02-28 1999-12-07 Massachusetts Institute Of Technology Low-power digital filtering utilizing adaptive approximate filtering
US6300823B1 (en) * 1998-03-02 2001-10-09 Yozan Inc. Filter circuit
EP1110155A1 (en) 1998-09-03 2001-06-27 Conexant Systems, Inc. A method of frequency domain filtering employing a real to analytic transform
US6363112B1 (en) * 1998-12-07 2002-03-26 Agere Systems Guardian Corp. Parallel processing decision feedback equalizer
US6871207B1 (en) * 1999-12-20 2005-03-22 Cirrus Logic, Inc. Techniques for spreading zeros in a digital filter with minimal use of registers
US6983012B1 (en) * 2000-08-03 2006-01-03 Golden Bridge Technology Incorporated Implementation of digital filter with reduced hardware
US6826226B1 (en) * 2000-10-17 2004-11-30 Telefonaktiebolaget Lm Ericsson (Publ) Prefilter design by spectral factorization

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3619586A (en) * 1968-11-25 1971-11-09 Research Corp Universal digital filter for linear discrete systems
US4195350A (en) * 1978-06-19 1980-03-25 Cbs Inc. Method and apparatus for eliminating deadband in digital recursive filters
US4727506A (en) * 1985-03-25 1988-02-23 Rca Corporation Digital scaling circuitry with truncation offset compensation
US5523962A (en) * 1992-03-18 1996-06-04 Texas Instruments Incorporated Infinite impulse response digital filter with plural processing units
US5999955A (en) * 1994-09-30 1999-12-07 Ford Global Technologies, Inc. Delay generation filter
US5757362A (en) * 1995-01-05 1998-05-26 International Business Machines Corporation Recursive digital filter using fixed point arithmetic
US5694474A (en) * 1995-09-18 1997-12-02 Interval Research Corporation Adaptive filter for signal processing and method therefor
US6216145B1 (en) * 1997-01-17 2001-04-10 Ricoh Co., Ltd. Overlapped reversible transforms for unified lossless/lossy compression
US6279020B1 (en) * 1997-12-23 2001-08-21 U.S. Philips Corporation Programmable circuit for realizing a digital filter
US6509889B2 (en) * 1998-12-03 2003-01-21 International Business Machines Corporation Method and apparatus for enabling the adaptation of the input parameters for a computer system pointing device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110307537A1 (en) * 2010-06-10 2011-12-15 On Semiconductor Trading, Ltd. Digital filter
US8782111B2 (en) * 2010-06-10 2014-07-15 Semiconductor Components Industries, Llc Digital filter

Also Published As

Publication number Publication date
FR2808139B1 (en) 2003-01-03
US7552157B2 (en) 2009-06-23
US20060069708A1 (en) 2006-03-30
FR2808139A1 (en) 2001-10-26

Similar Documents

Publication Publication Date Title
Corrington Solution of differential and integral equations with Walsh functions
SE447775B (en) SET AND DEVICE FOR DIGITAL / DIGITAL CODE CONVERSION
US20060092057A1 (en) Linearity corrector using filter products
US6967608B1 (en) Sigma-delta analog-to-digital converter (ADC) with truncation error cancellation in a multi-bit feedback digital-to-analog converter (DAC)
EP0612148B1 (en) Digital filtering circuit operable as a three-stage moving average filter
US7321913B2 (en) Digital multirate filtering
US7552157B2 (en) Broad-dynamic filtering procedure for a recursive digital filter installed in a signal processor (DSP) operating with integers
CN1788413A (en) Power amplifier pre-distortion
US20040169596A1 (en) Higher order sigma-delta analog-to-digital converter based on finite impulse response filter
US20020029234A1 (en) Recursive discrete fourier transformation apparatus
Ashur et al. Novel RNS structures for the moduli set (2n− 1, 2n, 2n+ 1) and their application to digital filter implementation
US6915225B2 (en) Method, apparatus and system for digital data resampling utilizing fourier series based interpolation
US6990060B2 (en) Polyphase-discrete fourier transform (DFT) sub-band definition filtering architecture
US6871207B1 (en) Techniques for spreading zeros in a digital filter with minimal use of registers
Pasuluri et al. Design and Performance Analysis of Analog Filter and Digital Filter with Vedic Multipliers in Bio-Medical Applications
Stošić Improved classes of CIC filter functions: Design and analysis of the quantized-coefficient errors
US10861433B1 (en) Quantizer
Hogenauer A class of digital filters for decimation and interpolation
US20030093448A1 (en) Method and arrangement for sample-rate conversion
US20030103560A1 (en) Digital interpolation filter and method of operating the digital interpolation filter
US20020016807A1 (en) Recursive discrete fourier transformation method and recursive inverse discrete fourier transformation method
JPH10509011A (en) Improved digital filter
JP3478901B2 (en) Frequency synthesizer device
US11804849B2 (en) Infinite impulse response filters with dithering and methods of operation thereof
Saed et al. Overlap resolution: arithmetic with continuous valued digits in hybrid architectures

Legal Events

Date Code Title Description
AS Assignment

Owner name: INSTITUT FRANCO-ALLEMAND DE RECHERCHES DE SAINT-LO

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:ZIMPFER, VERONIQUE;BUCK, KARL;REEL/FRAME:012222/0054;SIGNING DATES FROM 20010820 TO 20010831

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION