US20010040875A1 - System and method for the application of an LMS method to updating an echo canceller in an ADSL modem - Google Patents
System and method for the application of an LMS method to updating an echo canceller in an ADSL modem Download PDFInfo
- Publication number
- US20010040875A1 US20010040875A1 US09/768,275 US76827501A US2001040875A1 US 20010040875 A1 US20010040875 A1 US 20010040875A1 US 76827501 A US76827501 A US 76827501A US 2001040875 A1 US2001040875 A1 US 2001040875A1
- Authority
- US
- United States
- Prior art keywords
- echo canceller
- echo
- tracking
- samples
- information
- 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
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04M—TELEPHONIC COMMUNICATION
- H04M3/00—Automatic or semi-automatic exchanges
- H04M3/002—Applications of echo suppressors or cancellers in telephonic connections
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04B—TRANSMISSION
- H04B3/00—Line transmission systems
- H04B3/02—Details
- H04B3/20—Reducing echo effects or singing; Opening or closing transmitting path; Conditioning for transmission in one direction or the other
- H04B3/23—Reducing echo effects or singing; Opening or closing transmitting path; Conditioning for transmission in one direction or the other using a replica of transmitted signal in the time domain, e.g. echo cancellers
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04B—TRANSMISSION
- H04B3/00—Line transmission systems
- H04B3/02—Details
- H04B3/32—Reducing cross-talk, e.g. by compensating
Definitions
- This invention relates to a telecommunications environment.
- this invention relates to reducing echo in a telecommunications environment.
- communications over the local subscriber loop between the central office and the subscriber premises is accomplished by modulating the data to be transmitted into a multiplicity of discrete frequency carriers which are summed together and then transmitted over the subscriber loop.
- the carriers form discrete, non-overlapping communication subchannels of limited bandwidth; collectively, they form what is effectively a broadband communications channel.
- the carriers are demodulated and the data recovered.
- the data symbols that are transmitted over each subchannel carry a number of bits that may vary from subchannel to subchannel, depending on the signal-to-noise ratio (SNR) of the subchannel.
- SNR signal-to-noise ratio
- the number of bits that can be accommodated under specified communication conditions is known as the “bit allocation” of the subchannel, and is determined for each subchannel in a known manner as a function of the measured SNR of the subchannel and the bit error rate associated with it.
- the SNR of the respective subchannels is determined by transmitting a reference signal over the various subchannels and measuring the SNR's of the received signals.
- the loading information is typically determined at the receiver, or “local” end of the subscriber line, e.g., at the subscriber premises, in the case of transmission from the central office to the subscriber, and at the central office in the case of transmission from the subscriber premises to the central office, and is communicated to the other “transmitting,” or remote end, so that each transmitter-receiver pair in communication with each other uses the same information for communication.
- the bit allocation information is stored at both ends of the communication pair link for use in defining the number of bits to be used on the respective subchannels in transmitting data to a particular receiver.
- Other subchannel parameters such as subchannel gains, time and frequency domain equalizer coefficients and other characteristics may also be stored to aid in defining the subchannel.
- Information may, of course, be transmitted in either direction over the subscriber line.
- the required bandwidth from the central office to the subscriber is many times that of the required bandwidth from the subscriber to the central office.
- One recently developed service providing such a capability is based on discrete multitone asymmetric digital subscriber line (DTM ADSL) technology.
- DTM ADSL discrete multitone asymmetric digital subscriber line
- up to 256 subchannels, each of 4312.5 Hz bandwidth are devoted to downstream, from central office to subscriber premises, communications, while up to 32 subchannels, each also of 4312.5 Hz bandwidth, provide upstream, from subscriber premises to central office, communications. Communication is by way of frames of data and control information.
- 68 data frames and one syncronization frame form a superframe that is repeated throughout the transmission.
- the data frames carry the data that is to be transmitted and the syncronization frame, or sync frame, provides a known bit sequence that is used to syncronize the transmitting and receiving modems and that also facilitates determination of transmission subchannel characteristics such as signal-to-noise ration (SNR), and the like.
- SNR signal-to-noise ration
- ADSL modems divide the available bandwidth of the subscriber loop in one of two ways, frequency-division multiplexing (FDM) or echo cancellation.
- Frequency division multiplexing assigns one set of subcarriers for upstream data and a different set of subcarriers for downstream data.
- the downstream path is then divided by time-division multiplexing into one or more high-speed channels and one or more low-speed channels.
- the upstream path is also multiplexed into corresponding low-speed channels.
- Echo cancellation assigns the upstream band to overlap the downstream, and separates the two by means of local echo cancellation, a technique well known in V.32 and V.34 modems. With either technique, ADSL splits off a 4 kHz region for basic telephone service at the DC end of the band.
- the systems and methods of this invention rely on the known characteristics of the sync frame to monitor, update in an off-line fashion and determine the accuracy of an echo canceller in, for example, a modem, such as an ADSL modem.
- time domain samples are read from the transmit (Tx) and receive (Rx) paths of the modem. These samples are stored in memory, such as registers.
- Tx transmit
- Rx receive
- the samples are stored into an array.
- Running averages, over the sync frames, of the TX and RX samples are maintained. These averages are subtracted from a sync frame of samples, to allow LMS updating of the echo canceller taps, free of extraneous signals.
- Updating, i.e., tracking of changes in the echo channel, is done for the echo canceller in an off-line fashion.
- the coefficients for the in-line version are updated, while the off-line version is updated over several sync frames.
- the performance of the off-line version is compared with the in-line version.
- the coefficients of the in-line version are replaced by those of the off-line version only if it is determined the off-line version, which is tracking echo channel changes, has better performance.
- the off-line tracking is continued in the off-line version.
- FIG. 1 is a functional block diagram illustrating an exemplary echo canceller according to this invention
- FIG. 2 is a flowchart outlining an exemplary method for monitoring and updating an echo canceller according to this invention.
- FIG. 3 is a flowchart outlining an exemplary method for determining the accuracy of an echo canceller according to this invention.
- An exemplary digital echo canceller is realized as a 192 tap long finite impulse response (FIR) filter.
- FIR finite impulse response
- Rx n is the nth received sample
- Tx n is the nth transmitted sample
- Taps k is the kth digital echo canceller (DEC) tap.
- the echo free sequence Rx′ n is then passed along for further non-DEC related processing.
- the initial settings for the taps are obtained during an initialization stage of the modem by using an impulse. For example, a single unity sample can be transmitted, and the echo directly measured therefrom.
- the taps can be trained and/or updated based on a least mean squares (LMS) algorithm.
- LMS least mean squares
- ⁇ j are the coefficients of an N-taps adaptive FIR filter
- x i is the ith input signal sample
- y i is the ith filter output sample
- ⁇ n is the desired filter output for sample n
- w k (n) are the filter coefficients used to produce the filter output sample n
- w k (n+1) are the updated coefficients to be used to produce the (n+1)th output sample.
- the input signal x is the transmitted signal Tx
- ⁇ is the taps of the filter
- y is an estimate of the echo.
- Echo measured is the desired response, a, from above.
- the reception Rx n however will contain not only the echo, but also a strong far end signal component, and so unmodified, it is not a good choice for Echo measured .
- ⁇ is the LMS step size, which governs convergence speed, excess coefficient error.
- the LMS coefficient ⁇ is implemented as a right shift of the Tx*error.
- the Tx signal is random, averaging of the reception ⁇ Rx> over several sync frames will leave only the contribution of the far-end (periodic) sync frame signal, as intended.
- the Tx signal may contain a pilot tone component which would then also have contribution in ⁇ Rx>. Therefore, when ⁇ Rx> is subtracted from Rx, the pilot component of the echo is removed. If not modified, the update algorithm above takes the form in the presence of a Tx pilot as:
- Tx contains a pilot tone component, it is best to subtract it from Tx before applying the update algorithm above.
- the algorithm then becomes:
- the 918 chipset provides the capability of reading current time domain samples from the Tx and the Rx path with the use of ‘shadow registers.’
- Registers F 4 and F 5 in this exemplary embodiment are updated with arriving Tx samples and registers F 6 and F 7 with Rx samples.
- the sync frame e.g., frame 67 in ADI code
- 200 consecutive Tx samples and then 8 consecutive Rx samples are collected in an array [Tx 1 , . . . , Tx 200 , Rx 0 , . . . , Rx 7 ].
- the collected Rx samples are the same samples of the received reference DTM frame, n through n+7.
- the last eight Tx samples can be used to extract the pilot tone from the transmitted signal. These samples are averaged over a large number of frames. The averaged samples of one pilot period ⁇ Tx 192 , . . . , Tx 200 > are subtracted from the entire Tx array. For each of the eight Rx samples the echo is determined and subtracted from the signal. These ‘echoless’ samples are then used to update the average of the Rx signal ⁇ Rx 0 -Rx 7 >.
- This signal is useful to monitor the quality of current digital echo canceller taps. Ideally, this error contains only channel noise.
- An exemplary embodiment of the invention monitors the average of the error, the average of the absolute value of the error and the minimum and the maximum errors.
- the exemplary digital adaptive echo canceller can then be coded as a background task in showtime.
- This exemplary task is active for, for example, 200 superframes, unless interrupted by, for example, frequency domain equation updates.
- the code for the adaptive digital echo canceller algorithm is placed in Swap B.
- Hardware read functions also reside in Swap B although they are called from code placed in Swap A. This allowed some memory savings. As a result only about 50 words of memory from Swap A are used in this exemplary embodiment.
- FIG. 1 illustrates an exemplary echo cancellation device 100 according to an embodiment of this invention.
- the echo cancellation device 100 comprises an I/O interface 110 , a controller 120 , memory 130 , a sync frame detection device 140 , an accuracy determination device 150 , a comparison device 160 , an echo canceller 170 and a tracking echo canceller 170 , all interconnected by link 5 .
- the echo cancellation device 100 is also connected to a modem 200 , such as a CO modem, CPE modem, DSL modem, ADSL modem, or the like, or into one or more additional modems via link 5 .
- a modem 200 such as a CO modem, CPE modem, DSL modem, ADSL modem, or the like, or into one or more additional modems via link 5 .
- the memory 130 can be any memory device, such as a register, a shadow register, or the like.
- the links 5 can be a wired or a wireless link or any other known or later developed element(s) that is capable of supplying electronic data to and from the connected elements.
- FIG. 1 shows components of the echo cancellation device collocated
- the various components of the echo cancellation device 100 can be located at distant portions of a distributed network, such as a local area network, a wide area network, an intranet and/or the Internet, or within a dedicated echo cancellation device.
- the components of the echo cancellation device 100 can be combined into one device, such as a modem, or collocated on a particular node of a distributed network.
- the components of the echo cancellation device 100 can be arranged at any location, such as within a general purpose computer, within a distributed network, integrated into a modem, or linked to a modem, without affecting the operation of the system.
- the modem 200 receives and/or transmits data in the form of frames including a sync frame.
- the characteristics of the sync frame are known.
- the receipt of this sync frame is detected by, with the cooperation of the I/O interface and the controller 120 , the sync frame detection device 140 .
- the echo cancellation device 100 Upon detection of a received sync frame, the echo cancellation device 100 begins path sampling of data within the sync frame. These samples are then stored, with the cooperation of the controller 120 and the I/O interface, in the memory 130 . Next, with the aid of the controller 120 , the samples stored in the memory 130 are read and a determination is made whether to enter a measurement mode.
- the tracking echo canceller 180 is updated with a modified set of coefficients that allow the echo canceling filter to reduce the echo in the signal.
- the accuracy of the echo canceling filter in both the tracking echo canceller 180 and the echo canceller 170 are determined. Specifically, an extraneous signal is subtracted from the received sample signal. Furthermore, an estimate of the echo is subtracted from this extraneous signal. This results in an estimate of the error. The error of the echo canceller 170 and the tracking echo canceller 180 are then compared. If the accuracy of the tracking echo canceller 180 is more accurate than that of the echo canceller 170 , the echo canceller 170 is updated by downloading, for example from memory 130 , new coefficients for the echo cancellation filter.
- the echo canceller 170 is more accurate than the tracking echo canceller 180 , the coefficients of the echo cancellation filter are unchanged and monitoring of the echo and the received signal continues.
- FIG. 2 illustrates an exemplary method for determining and updating an echo canceller in accordance with one embodiment of the invention.
- control begins in step S 100 and continues to step S 110 .
- step S 110 a transmitted and/or received sync frame is detected.
- step S 120 path sampling is initiated.
- step S 130 the samples are stored in memory. Control then continues to step S 140 .
- step S 140 the samples are read into memory.
- step S 150 a determination is made whether to enter a measurement mode. If a measurement mode is to be entered, control continues to step S 170 , otherwise, control jumps to step S 160 .
- step S 160 the tracking echo canceller is updated and control returns to step S 110 .
- step S 170 the accuracy of the tracking echo canceller is determined.
- step S 180 the accuracy of the current echo canceller is determined.
- step S 190 the accuracy of the current echo canceller is compared to the tracking echo canceller. Control then continues to step S 200 .
- step S 200 a determination is made whether the tracking echo canceller is more accurate than the current echo canceller. If the tracking echo canceller is more accurate, control continues to step S 210 . Otherwise, control jumps to step S 220 .
- step S 210 the current echo canceller is updated with the echo canceller filter coefficients of the tracking echo canceller. Control then continues to step S 220 .
- step S 220 a determination is made whether to continue monitoring the performance of the echo canceller. If continued monitoring is desired, control returns to step S 110 . Otherwise control continues to step S 230 where the control sequence ends.
- FIG. 3 illustrates an exemplary method of determining the accuracy of an echo canceller in accordance with one embodiment of the present invention.
- control begins instep S 300 and continues to step S 310 .
- step S 310 the extraneous signal is extracted from the received sample signal.
- step S 320 an estimate of the echo is subtracted from the extraneous signal resulting in an estimate of the error.
- step S 330 an echo canceller update is determined based on the product of a step size, an error and a vector of samples across the echo canceller for which the echo estimate was determined.
- Control then continues to step S 340 where the control sequence ends.
- the echo cancellation system can be implemented either on a single program general purpose computer, a modem, such as a DSL modem, or a separate program general purpose computer having a communications device.
- the echo cancellation system can also be implemented on a special purpose computer, a programmed microprocessor or microcontroller and peripheral integrated circuit element, an ASIC or other integrated circuit, a digital signal processor, a hardwired electronic or logic circuit such as a discrete element circuit, a programmed logic device such as a PLD, PLA, FPGA, PAL, or the like, and associated communications equipment.
- any device capable of implementing a finite state machine that is capable of implementing the flowchart illustrated in FIGS. 2 - 3 can be used to implement an echo cancellation system according to this invention.
- the disclosed method may be readily implemented in software using object or object-oriented software development environments that provide portable source code that can be used on a variety of computer, workstation, or modem hardware platforms.
- the disclosed echo cancellation system may be implemented partially or fully in hardware using standard logic circuits or a VLSI design.
- Other software or hardware can be used to implement the systems in accordance with this invention depending on the speed and/or efficiency requirements of the systems, the particular function, and a particular software or hardware systems or microprocessor or microcomputer systems being utilized.
- echo cancellation system and methods illustrated herein can be readily implemented in hardware and/or software using any known or later developed systems or structures, devices and/or software by those of ordinary skill in the applicable art from the functional description provided herein and with a general basic knowledge of the computer and telecommunications arts.
- the disclosed methods can be readily implemented as software executed on a programmed general purpose computer, a special purpose computer, a microprocessor, or the like.
- the methods and systems of this invention can be implemented as a program embedded in a modem, such a DSL modem, as a resource residing on a personal computer, as a routine embedded in a dedicated echo cancellation system, a central office, the CPE, or the like.
- the echo cancellation system can also be implemented by physically incorporating the system and method into a software and/or hardware system, such as a hardware and software systems of a modem, a general purpose computer, an ADSL line testing device, or the like.
Landscapes
- Engineering & Computer Science (AREA)
- Signal Processing (AREA)
- Computer Networks & Wireless Communication (AREA)
- Telephonic Communication Services (AREA)
- Cable Transmission Systems, Equalization Of Radio And Reduction Of Echo (AREA)
- Communication Control (AREA)
- Interface Circuits In Exchanges (AREA)
Abstract
An echo cancellation device relies on the known characteristics of the sync frame to monitor, update in an off-line fashion and determine the accuracy of an echo canceller in, for example, a modem, such as an ADSL modem. Specifically, time domain samples are read from the transmit (Tx) and receive (Rx) paths of the modem. These samples are stored in memory. When the sync frame has received a predetermined number of the same Tx samples and Rx samples, the samples are stored. Running averages, over the sync frames, of the TX and RX samples are maintained. These averages are subtracted from a sync frame of samples, to allow LMS updating of the echo canceller taps, free of extraneous signals. Updating, i.e., tracking of changes in the echo channel, is done for the echo canceller in an off-line fashion. The coefficients for the in-line version are updated, while the off-line version is updated over several sync frames. Periodically, the performance of the off-line version is compared with the in-line version. The coefficients of the in-line version are replaced by those of the off-line version only if it is determined the off-line version, which is tracking echo channel changes, has better performance. After replacement of the in-line coefficients, the off-line tracking is continued in the off-line version.
Description
- This invention relates to a telecommunications environment. In particular, this invention relates to reducing echo in a telecommunications environment.
- In DSL technology, communications over the local subscriber loop between the central office and the subscriber premises is accomplished by modulating the data to be transmitted into a multiplicity of discrete frequency carriers which are summed together and then transmitted over the subscriber loop. Individually, the carriers form discrete, non-overlapping communication subchannels of limited bandwidth; collectively, they form what is effectively a broadband communications channel. At the receiver end, the carriers are demodulated and the data recovered.
- The data symbols that are transmitted over each subchannel carry a number of bits that may vary from subchannel to subchannel, depending on the signal-to-noise ratio (SNR) of the subchannel. The number of bits that can be accommodated under specified communication conditions is known as the “bit allocation” of the subchannel, and is determined for each subchannel in a known manner as a function of the measured SNR of the subchannel and the bit error rate associated with it.
- The SNR of the respective subchannels is determined by transmitting a reference signal over the various subchannels and measuring the SNR's of the received signals. The loading information is typically determined at the receiver, or “local” end of the subscriber line, e.g., at the subscriber premises, in the case of transmission from the central office to the subscriber, and at the central office in the case of transmission from the subscriber premises to the central office, and is communicated to the other “transmitting,” or remote end, so that each transmitter-receiver pair in communication with each other uses the same information for communication. The bit allocation information is stored at both ends of the communication pair link for use in defining the number of bits to be used on the respective subchannels in transmitting data to a particular receiver. Other subchannel parameters such as subchannel gains, time and frequency domain equalizer coefficients and other characteristics may also be stored to aid in defining the subchannel.
- Information may, of course, be transmitted in either direction over the subscriber line. For many applications, such as the delivery of video, Internet services, etc., to a subscriber, the required bandwidth from the central office to the subscriber is many times that of the required bandwidth from the subscriber to the central office. One recently developed service providing such a capability is based on discrete multitone asymmetric digital subscriber line (DTM ADSL) technology. In one form of this service, up to 256 subchannels, each of 4312.5 Hz bandwidth, are devoted to downstream, from central office to subscriber premises, communications, while up to 32 subchannels, each also of 4312.5 Hz bandwidth, provide upstream, from subscriber premises to central office, communications. Communication is by way of frames of data and control information. In a presently used form of ADSL communication, 68 data frames and one syncronization frame form a superframe that is repeated throughout the transmission. The data frames carry the data that is to be transmitted and the syncronization frame, or sync frame, provides a known bit sequence that is used to syncronize the transmitting and receiving modems and that also facilitates determination of transmission subchannel characteristics such as signal-to-noise ration (SNR), and the like.
- In providing upstream and downstream channels, ADSL modems divide the available bandwidth of the subscriber loop in one of two ways, frequency-division multiplexing (FDM) or echo cancellation. Frequency division multiplexing assigns one set of subcarriers for upstream data and a different set of subcarriers for downstream data. The downstream path is then divided by time-division multiplexing into one or more high-speed channels and one or more low-speed channels. The upstream path is also multiplexed into corresponding low-speed channels.
- Echo cancellation assigns the upstream band to overlap the downstream, and separates the two by means of local echo cancellation, a technique well known in V.32 and V.34 modems. With either technique, ADSL splits off a 4 kHz region for basic telephone service at the DC end of the band.
- The systems and methods of this invention rely on the known characteristics of the sync frame to monitor, update in an off-line fashion and determine the accuracy of an echo canceller in, for example, a modem, such as an ADSL modem. Specifically, time domain samples are read from the transmit (Tx) and receive (Rx) paths of the modem. These samples are stored in memory, such as registers. When the sync frame has received a predetermined number of the same Tx samples and Rx samples, the samples are stored into an array. Running averages, over the sync frames, of the TX and RX samples are maintained. These averages are subtracted from a sync frame of samples, to allow LMS updating of the echo canceller taps, free of extraneous signals.
- Updating, i.e., tracking of changes in the echo channel, is done for the echo canceller in an off-line fashion. The coefficients for the in-line version are updated, while the off-line version is updated over several sync frames. Periodically, the performance of the off-line version is compared with the in-line version. The coefficients of the in-line version are replaced by those of the off-line version only if it is determined the off-line version, which is tracking echo channel changes, has better performance. After replacement of the in-line coefficients, the off-line tracking is continued in the off-line version.
- These and other features and advantages of this invention are described in or are apparent from the following detailed description of the embodiments.
- The embodiments of the invention will be described in detail, with reference to the following figures wherein:
- FIG. 1 is a functional block diagram illustrating an exemplary echo canceller according to this invention;
- FIG. 2 is a flowchart outlining an exemplary method for monitoring and updating an echo canceller according to this invention, and
- FIG. 3 is a flowchart outlining an exemplary method for determining the accuracy of an echo canceller according to this invention.
- The exemplary embodiments of this invention will be described in relation to the application of the invention to an ADSL transceiver environment. However, it should be appreciated that in general the systems and methods of this invention will work equally well for any telecommunications environment having a known extraneous signal.
- An exemplary digital echo canceller is realized as a 192 tap long finite impulse response (FIR) filter. However, it is to be appreciated that the system and methods of this invention will work equally well with any echo cancellation type filter or device.
-
- Where Rxn is the nth received sample, Txn is the nth transmitted sample, and Tapsk is the kth digital echo canceller (DEC) tap. The echo free sequence Rx′n is then passed along for further non-DEC related processing.
- The initial settings for the taps are obtained during an initialization stage of the modem by using an impulse. For example, a single unity sample can be transmitted, and the echo directly measured therefrom.
-
-
-
- Now applying this to the case of an adaptive digital echo canceller, the input signal x is the transmitted signal Tx, ω is the taps of the filter and y is an estimate of the echo.
- ω=Taps
- x=Tx
-
- In order to determine the error, ε, the estimated echo is subtracted from the measured echo in accordance with:
- ε=Echomeasured−Echoestimated,
-
-
-
- If the Tx signal is random, averaging of the reception <Rx> over several sync frames will leave only the contribution of the far-end (periodic) sync frame signal, as intended. However, the Tx signal may contain a pilot tone component which would then also have contribution in <Rx>. Therefore, when <Rx> is subtracted from Rx, the pilot component of the echo is removed. If not modified, the update algorithm above takes the form in the presence of a Tx pilot as:
-
- In an exemplary embodiment based on the918 chipset, the 918 chipset provides the capability of reading current time domain samples from the Tx and the Rx path with the use of ‘shadow registers.’ Registers F4 and F5 in this exemplary embodiment are updated with arriving Tx samples and registers F6 and F7 with Rx samples. When the sync frame is being received, e.g., frame 67 in ADI code, 200 consecutive Tx samples and then 8 consecutive Rx samples are collected in an array [Tx1, . . . , Tx200, Rx0, . . . , Rx7]. Thus, the collected Rx samples are the same samples of the received reference DTM frame, n through n+7.
- In particular, the last eight Tx samples can be used to extract the pilot tone from the transmitted signal. These samples are averaged over a large number of frames. The averaged samples of one pilot period <Tx192, . . . , Tx200> are subtracted from the entire Tx array. For each of the eight Rx samples the echo is determined and subtracted from the signal. These ‘echoless’ samples are then used to update the average of the Rx signal −<Rx0-Rx7>.
- After the Tx and the Rx data is collected and averages determined, all the necessary digital echo canceller tap update information is available. The difference in propagation delays between the echo and echo estimate leaves the first eight taps of the exemplary echo canceller unused (equal to zero). This makes possible for multiple updates of the echo canceller taps with a single set of data from one sync frame. More updates could be realized if the collection of Tx and Rx samples was performed in parallel.
-
- This signal is useful to monitor the quality of current digital echo canceller taps. Ideally, this error contains only channel noise. An exemplary embodiment of the invention monitors the average of the error, the average of the absolute value of the error and the minimum and the maximum errors.
- The exemplary digital adaptive echo canceller can then be coded as a background task in showtime. This exemplary task is active for, for example, 200 superframes, unless interrupted by, for example, frequency domain equation updates. Specifically, the code for the adaptive digital echo canceller algorithm is placed in Swap B. Hardware read functions also reside in Swap B although they are called from code placed in Swap A. This allowed some memory savings. As a result only about 50 words of memory from Swap A are used in this exemplary embodiment.
- FIG. 1 illustrates an exemplary
echo cancellation device 100 according to an embodiment of this invention. In particular, theecho cancellation device 100 comprises an I/O interface 110, acontroller 120, memory 130, a sync frame detection device 140, anaccuracy determination device 150, acomparison device 160, anecho canceller 170 and atracking echo canceller 170, all interconnected by link 5. Theecho cancellation device 100 is also connected to amodem 200, such as a CO modem, CPE modem, DSL modem, ADSL modem, or the like, or into one or more additional modems via link 5. - The memory130 can be any memory device, such as a register, a shadow register, or the like. Furthermore, the links 5 can be a wired or a wireless link or any other known or later developed element(s) that is capable of supplying electronic data to and from the connected elements.
- While the exemplary embodiment illustrated in FIG. 1 shows components of the echo cancellation device collocated, it is to be appreciated that the various components of the
echo cancellation device 100 can be located at distant portions of a distributed network, such as a local area network, a wide area network, an intranet and/or the Internet, or within a dedicated echo cancellation device. Thus, it should be appreciated that the components of theecho cancellation device 100 can be combined into one device, such as a modem, or collocated on a particular node of a distributed network. As will be appreciated from the following description, and for reasons of computational efficiency, the components of theecho cancellation device 100 can be arranged at any location, such as within a general purpose computer, within a distributed network, integrated into a modem, or linked to a modem, without affecting the operation of the system. - In operation, the
modem 200 receives and/or transmits data in the form of frames including a sync frame. As previously discussed, the characteristics of the sync frame are known. The receipt of this sync frame is detected by, with the cooperation of the I/O interface and thecontroller 120, the sync frame detection device 140. Upon detection of a received sync frame, theecho cancellation device 100 begins path sampling of data within the sync frame. These samples are then stored, with the cooperation of thecontroller 120 and the I/O interface, in the memory 130. Next, with the aid of thecontroller 120, the samples stored in the memory 130 are read and a determination is made whether to enter a measurement mode. - If the
echo cancellation device 100 is not to enter a measurement mode, the tracking echo canceller 180 is updated with a modified set of coefficients that allow the echo canceling filter to reduce the echo in the signal. - Alternatively, if the
echo cancellation device 100 is to enter the measurement mode, the accuracy of the echo canceling filter in both the tracking echo canceller 180 and theecho canceller 170 are determined. Specifically, an extraneous signal is subtracted from the received sample signal. Furthermore, an estimate of the echo is subtracted from this extraneous signal. This results in an estimate of the error. The error of theecho canceller 170 and the tracking echo canceller 180 are then compared. If the accuracy of the tracking echo canceller 180 is more accurate than that of theecho canceller 170, theecho canceller 170 is updated by downloading, for example from memory 130, new coefficients for the echo cancellation filter. - However, if the
echo canceller 170 is more accurate than the tracking echo canceller 180, the coefficients of the echo cancellation filter are unchanged and monitoring of the echo and the received signal continues. - FIG. 2 illustrates an exemplary method for determining and updating an echo canceller in accordance with one embodiment of the invention. In particular, control begins in step S100 and continues to step S110. In step S110, a transmitted and/or received sync frame is detected. Next, in step S120, path sampling is initiated. Then, in step S130, the samples are stored in memory. Control then continues to step S140.
- In step S140, the samples are read into memory. Next, in step S150, a determination is made whether to enter a measurement mode. If a measurement mode is to be entered, control continues to step S170, otherwise, control jumps to step S160.
- In step S160, the tracking echo canceller is updated and control returns to step S110.
- In step S170, the accuracy of the tracking echo canceller is determined. Next, in step S180, the accuracy of the current echo canceller is determined. Then, in step S190 the accuracy of the current echo canceller is compared to the tracking echo canceller. Control then continues to step S200.
- In step S200, a determination is made whether the tracking echo canceller is more accurate than the current echo canceller. If the tracking echo canceller is more accurate, control continues to step S210. Otherwise, control jumps to step S220.
- In step S210, the current echo canceller is updated with the echo canceller filter coefficients of the tracking echo canceller. Control then continues to step S220.
- In step S220, a determination is made whether to continue monitoring the performance of the echo canceller. If continued monitoring is desired, control returns to step S110. Otherwise control continues to step S230 where the control sequence ends.
- FIG. 3 illustrates an exemplary method of determining the accuracy of an echo canceller in accordance with one embodiment of the present invention. In particular, control begins instep S300 and continues to step S310. In step S310 the extraneous signal is extracted from the received sample signal. Next, in step S320, an estimate of the echo is subtracted from the extraneous signal resulting in an estimate of the error. Then, in step S330, an echo canceller update is determined based on the product of a step size, an error and a vector of samples across the echo canceller for which the echo estimate was determined. Control then continues to step S340 where the control sequence ends.
- As shown in FIG. 1, the echo cancellation system can be implemented either on a single program general purpose computer, a modem, such as a DSL modem, or a separate program general purpose computer having a communications device. However, the echo cancellation system can also be implemented on a special purpose computer, a programmed microprocessor or microcontroller and peripheral integrated circuit element, an ASIC or other integrated circuit, a digital signal processor, a hardwired electronic or logic circuit such as a discrete element circuit, a programmed logic device such as a PLD, PLA, FPGA, PAL, or the like, and associated communications equipment. In general, any device capable of implementing a finite state machine that is capable of implementing the flowchart illustrated in FIGS.2-3 can be used to implement an echo cancellation system according to this invention.
- Furthermore, the disclosed method may be readily implemented in software using object or object-oriented software development environments that provide portable source code that can be used on a variety of computer, workstation, or modem hardware platforms. Alternatively, the disclosed echo cancellation system may be implemented partially or fully in hardware using standard logic circuits or a VLSI design. Other software or hardware can be used to implement the systems in accordance with this invention depending on the speed and/or efficiency requirements of the systems, the particular function, and a particular software or hardware systems or microprocessor or microcomputer systems being utilized. The echo cancellation system and methods illustrated herein however, can be readily implemented in hardware and/or software using any known or later developed systems or structures, devices and/or software by those of ordinary skill in the applicable art from the functional description provided herein and with a general basic knowledge of the computer and telecommunications arts.
- Moreover, the disclosed methods can be readily implemented as software executed on a programmed general purpose computer, a special purpose computer, a microprocessor, or the like. In these instances, the methods and systems of this invention can be implemented as a program embedded in a modem, such a DSL modem, as a resource residing on a personal computer, as a routine embedded in a dedicated echo cancellation system, a central office, the CPE, or the like. The echo cancellation system can also be implemented by physically incorporating the system and method into a software and/or hardware system, such as a hardware and software systems of a modem, a general purpose computer, an ADSL line testing device, or the like.
- It is, therefore, apparent that there is provided in accordance with the present invention, systems and methods for echo cancellation. While this invention has been described in conjunction with a number of embodiments, it is evident that many alternatives, modifications and variations would be or are apparent to those of ordinary skill in the applicable arts. Accordingly, applicants intend to embrace all such alternatives, modifications, equivalents and variations that are within the spirit and the scope of this invention.
Claims (31)
1. An echo canceling system comprising:
a tracking echo canceller;
a current echo canceller; and
an echo cancellation accuracy determination device that compares the accuracy of the tracking echo canceller and the current echo canceller.
2. The system of , further comprising an echo canceller updating device that updates the current echo canceller based on the comparison.
claim 1
3. The system of , wherein the accuracy is determined based on a sync frame.
claim 1
4. The system of , wherein the tracking echo canceller monitors the echo in a signal.
claim 1
5. The system of , wherein the signal is information within a digital communications environment.
claim 4
6. The system of , wherein the accuracy is based on the subtraction of an extraneous signal and an estimation of an echo from a received sampled signal.
claim 1
7. The system of , wherein the tracking echo canceller adjusts one or more off-line echo canceller taps based on a known, received sync frame.
claim 1
8. The system of , wherein a running average of a plurality of transmit and receive signals are maintained and subtracted from a sync frame of samples.
claim 1
9. The system of , wherein one or more coefficients for the current echo canceller are updated, while the tracking echo canceller is updated one or more times.
claim 1
10. A method for updating an echo canceller comprising:
determining the accuracy of a tracking echo canceller;
determining the accuracy of a current echo canceller;
comparing the accuracy of the echo cancellers; and
updating the current echo canceller with the tracking echo canceller if the tracking echo canceller is more accurate.
11. The method of , further comprising sampling an input signal.
claim 10
12. The method of , further comprising reading input samples into a memory device.
claim 10
13. The method of , further comprising updating the tracking echo canceller.
claim 10
14. The method of , further comprising sampling a portion of a sync frame.
claim 10
15. The method of , wherein the sync frame is a portion of a communication in a digital communication environment.
claim 14
16. The method of , further comprising subtracting an extraneous signal from a received sampled signal.
claim 10
17. The method of , further comprising subtracting an estimate of the echo from a received sampled signal.
claim 10
18. The method of , further comprising adjusting one or more off-line echo canceller taps based on a known, received sync frame.
claim 10
19. The method of , wherein a running average of a plurality of transmit and receive signals are maintained and subtracted from a sync frame of samples.
claim 10
20. The method of , wherein one or more coefficients for the current echo canceller are updated, while the tracking echo canceller is updated one or more times.
claim 10
21. An information storage media comprising information that updates an echo canceller comprising:
information that determines the accuracy of a tracking echo canceller;
information that determines the accuracy of a current echo canceller;
information that compares the accuracy of the echo cancellers; and
information that updates the current echo canceller with the tracking echo canceller if the tracking echo canceller is more accurate.
22. The information storage media of , further comprising information that samples an input signal.
claim 21
23. The information storage media of , further comprising information that reads input samples into a memory device.
claim 21
24. The information storage media of , further comprising information that updates the tracking echo canceller.
claim 21
25. The information storage media of , further comprising information that samples a portion of a sync frame.
claim 21
26. The information storage media of , wherein the sync frame is a portion of a communication in a digital communication environment.
claim 25
27. The information storage media of , further comprising information that subtracts an extraneous signal from a received sampled signal.
claim 21
28. The information storage media of , further comprising information that subtracts an estimate of the echo from a received sampled signal.
claim 21
29. The information storage media of , further comprising information that adjusts one or more off-line echo canceller taps based on a known, received sync frame.
claim 21
30. The information storage media of , wherein a running average of a plurality of transmit and receive signals are maintained and subtracted from a sync frame of samples.
claim 21
31. The information storage media of , wherein one or more coefficients for the current echo canceller are updated, while the tracking echo canceller is updated one or more times.
claim 21
Priority Applications (7)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US09/768,275 US20010040875A1 (en) | 2000-01-25 | 2001-01-25 | System and method for the application of an LMS method to updating an echo canceller in an ADSL modem |
US11/058,289 US20050141441A1 (en) | 2000-01-25 | 2005-02-16 | System and method for the application of an LMS method to updating an echo canceller in an ADSL modem |
US11/430,251 US20060215587A1 (en) | 2000-01-25 | 2006-05-09 | System and method for the application of an LMS method to updating an echo canceller in an ADSL modem |
US12/783,740 US8391191B2 (en) | 2000-01-25 | 2010-05-20 | System and method for the application on an LMS method to updating an echo canceller in an ADSL modem |
US13/772,516 US8649305B2 (en) | 2000-01-25 | 2013-02-21 | System and method for the application of an LMS method to updating an echo canceller in an ADSL modem |
US14/164,632 US9065886B2 (en) | 2000-01-25 | 2014-01-27 | System and method for the application of an LMS method to updating an echo canceller in a multicarrier transceiver |
US14/724,345 US20150288808A1 (en) | 2000-01-25 | 2015-05-28 | System and method for the application of an lms method to updating an echo canceller in a multicarrier transceiver |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US17794400P | 2000-01-25 | 2000-01-25 | |
US09/768,275 US20010040875A1 (en) | 2000-01-25 | 2001-01-25 | System and method for the application of an LMS method to updating an echo canceller in an ADSL modem |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US11/058,289 Continuation US20050141441A1 (en) | 2000-01-25 | 2005-02-16 | System and method for the application of an LMS method to updating an echo canceller in an ADSL modem |
Publications (1)
Publication Number | Publication Date |
---|---|
US20010040875A1 true US20010040875A1 (en) | 2001-11-15 |
Family
ID=22650556
Family Applications (7)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/768,275 Abandoned US20010040875A1 (en) | 2000-01-25 | 2001-01-25 | System and method for the application of an LMS method to updating an echo canceller in an ADSL modem |
US11/058,289 Abandoned US20050141441A1 (en) | 2000-01-25 | 2005-02-16 | System and method for the application of an LMS method to updating an echo canceller in an ADSL modem |
US11/430,251 Abandoned US20060215587A1 (en) | 2000-01-25 | 2006-05-09 | System and method for the application of an LMS method to updating an echo canceller in an ADSL modem |
US12/783,740 Expired - Lifetime US8391191B2 (en) | 2000-01-25 | 2010-05-20 | System and method for the application on an LMS method to updating an echo canceller in an ADSL modem |
US13/772,516 Expired - Fee Related US8649305B2 (en) | 2000-01-25 | 2013-02-21 | System and method for the application of an LMS method to updating an echo canceller in an ADSL modem |
US14/164,632 Expired - Fee Related US9065886B2 (en) | 2000-01-25 | 2014-01-27 | System and method for the application of an LMS method to updating an echo canceller in a multicarrier transceiver |
US14/724,345 Abandoned US20150288808A1 (en) | 2000-01-25 | 2015-05-28 | System and method for the application of an lms method to updating an echo canceller in a multicarrier transceiver |
Family Applications After (6)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US11/058,289 Abandoned US20050141441A1 (en) | 2000-01-25 | 2005-02-16 | System and method for the application of an LMS method to updating an echo canceller in an ADSL modem |
US11/430,251 Abandoned US20060215587A1 (en) | 2000-01-25 | 2006-05-09 | System and method for the application of an LMS method to updating an echo canceller in an ADSL modem |
US12/783,740 Expired - Lifetime US8391191B2 (en) | 2000-01-25 | 2010-05-20 | System and method for the application on an LMS method to updating an echo canceller in an ADSL modem |
US13/772,516 Expired - Fee Related US8649305B2 (en) | 2000-01-25 | 2013-02-21 | System and method for the application of an LMS method to updating an echo canceller in an ADSL modem |
US14/164,632 Expired - Fee Related US9065886B2 (en) | 2000-01-25 | 2014-01-27 | System and method for the application of an LMS method to updating an echo canceller in a multicarrier transceiver |
US14/724,345 Abandoned US20150288808A1 (en) | 2000-01-25 | 2015-05-28 | System and method for the application of an lms method to updating an echo canceller in a multicarrier transceiver |
Country Status (9)
Country | Link |
---|---|
US (7) | US20010040875A1 (en) |
EP (3) | EP1250766B1 (en) |
JP (1) | JP2003521194A (en) |
KR (2) | KR20020069265A (en) |
AT (1) | ATE408933T1 (en) |
AU (1) | AU783527B2 (en) |
CA (1) | CA2396162A1 (en) |
DE (1) | DE60135828D1 (en) |
WO (1) | WO2001056184A1 (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20100296663A1 (en) * | 2000-01-25 | 2010-11-25 | Aware, Inc. | System and Method for the Application on an LMS Method to Updating an Echo Canceller in an ADSL Modem |
Families Citing this family (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
TWI256810B (en) * | 2001-08-24 | 2006-06-11 | Faraday Tech Corp | Method for adjusting weighting of blind-type equalizer |
US20050232308A1 (en) * | 2004-04-19 | 2005-10-20 | Texas Instruments Incorporated | Frame alignment and cyclic extension partitioning |
EP2575342B1 (en) | 2011-09-30 | 2014-09-17 | Alcatel Lucent | Diagnostic engine for DSL lines |
EP2696596B1 (en) | 2012-05-31 | 2015-10-21 | Huawei Technologies Co., Ltd. | Dsl activation method, device, system and program product |
US20190040520A1 (en) * | 2016-02-04 | 2019-02-07 | Ecole Polytechnique Federale De Lausanne (Epfl) | Coating for optical and electronic applications |
US11748024B2 (en) | 2020-04-01 | 2023-09-05 | Samsung Electronics Co., Ltd. | Apparatus and method of managing registers based on register group |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5007047A (en) * | 1988-12-02 | 1991-04-09 | Codex Corporation | Adaptive rate control for echo cancelling modem |
US5305309A (en) * | 1989-12-06 | 1994-04-19 | Fujitsu Limited | Echo canceller |
US5737410A (en) * | 1993-12-23 | 1998-04-07 | Nokia Telecommunication Oy | Method for determining the location of echo in an echo canceller |
US6580696B1 (en) * | 1999-03-15 | 2003-06-17 | Cisco Systems, Inc. | Multi-adaptation for a voice packet based |
Family Cites Families (36)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS6053336A (en) * | 1983-09-02 | 1985-03-27 | Nec Corp | Echo canceller |
GB2182826B (en) * | 1985-11-20 | 1990-08-01 | Stc Plc | Data transmission system |
CA1315356C (en) * | 1988-07-20 | 1993-03-30 | Seiji Miyoshi | Digital adaptive filter and method of convergence therein |
JP2846002B2 (en) * | 1989-11-22 | 1999-01-13 | 株式会社日立製作所 | Transmission equipment |
JP2728760B2 (en) * | 1990-02-13 | 1998-03-18 | 株式会社東芝 | Data transmission device and received data processing method |
JPH04119713A (en) * | 1990-09-10 | 1992-04-21 | Fujitsu Ltd | Method for setting correction constant used at estimation of adaptive filter coefficient |
IT1254819B (en) * | 1992-02-24 | 1995-10-11 | Sits Soc It Telecom Siemens | PROCEDURE AND DEVICE FOR ADAPTIVE NUMERICAL CANCELLATION OF THE GENERATED ECHO IN NON-STATIONARY TELEPHONE CONNECTIONS |
JP3181167B2 (en) * | 1994-03-18 | 2001-07-03 | 富士通株式会社 | Connection / disconnection method in cascade configuration of multipoint conference system |
US5577097A (en) * | 1994-04-14 | 1996-11-19 | Northern Telecom Limited | Determining echo return loss in echo cancelling arrangements |
JP2586441B2 (en) * | 1994-07-27 | 1997-02-26 | 日本電気株式会社 | Mobile phone |
JPH08125587A (en) * | 1994-10-26 | 1996-05-17 | Matsushita Electric Ind Co Ltd | Adaptive digital signal processor |
US5633936A (en) * | 1995-01-09 | 1997-05-27 | Texas Instruments Incorporated | Method and apparatus for detecting a near-end speech signal |
JP2728120B2 (en) * | 1995-01-24 | 1998-03-18 | 日本電気株式会社 | Echo canceller device |
US5828696A (en) * | 1995-03-30 | 1998-10-27 | Lucent Technologies Inc. | Timing recovery in a network-synchronized modem |
SE505150C3 (en) | 1995-10-18 | 1997-08-04 | Ericsson Telefon Ab L M | Adaptive dual filter echo leakage procedure |
US5937060A (en) * | 1996-02-09 | 1999-08-10 | Texas Instruments Incorporated | Residual echo suppression |
SG99276A1 (en) | 1996-09-04 | 2003-10-27 | Texas Instruments Inc | A multiplexed approach to adsl atu-c concentration |
US5815944A (en) * | 1996-10-16 | 1998-10-06 | Palmer; James R. | Enclosure for drying and storing hosiery and method of use |
US5995568A (en) * | 1996-10-28 | 1999-11-30 | Motorola, Inc. | Method and apparatus for performing frame synchronization in an asymmetrical digital subscriber line (ADSL) system |
US6185300B1 (en) * | 1996-12-31 | 2001-02-06 | Ericsson Inc. | Echo canceler for use in communications system |
JPH10303872A (en) * | 1997-04-23 | 1998-11-13 | Takashi Tsutsui | Method for taking crosstalk measure to xdsl by tcm system |
US6374375B1 (en) * | 1997-05-09 | 2002-04-16 | Advanced Micro Devices, Inc. | Monitoring line conditions in the data transmission mode |
JP3361724B2 (en) * | 1997-06-11 | 2003-01-07 | 沖電気工業株式会社 | Echo canceller device |
US6181793B1 (en) * | 1997-11-14 | 2001-01-30 | Tellabs Operations, Inc. | Echo canceller employing dual-H architecture having improved coefficient transfer |
US6563803B1 (en) * | 1997-11-26 | 2003-05-13 | Qualcomm Incorporated | Acoustic echo canceller |
US6377683B1 (en) * | 1998-05-29 | 2002-04-23 | 3Com Corporation | Low complexity frequency domain echo canceller for DMT transceivers |
US6366591B1 (en) * | 1998-07-13 | 2002-04-02 | Agere Systems Guardian Corp. | Technique for treating channel impairments involving measuring a digital loss in transmitted signals in data communications |
US6778671B1 (en) * | 1998-12-14 | 2004-08-17 | Intel Corporation | Method of reference to echo time alignment for facilitation of echo cancellation |
US6636505B1 (en) * | 1999-05-28 | 2003-10-21 | 3Com Corporation | Method for service provisioning a broadband modem |
US6654463B1 (en) * | 1999-05-28 | 2003-11-25 | 3Com Corporation | Round trip delay estimator and compensator for the echo canceller |
US6771772B1 (en) * | 1999-07-09 | 2004-08-03 | Oguz Tanrikulu | Method and apparatus for fast network bulk delay and span estimation for line echo cancellation |
US6683859B1 (en) * | 1999-11-12 | 2004-01-27 | Motorola, Inc. | Method and apparatus for echo cancellation updates in a multicarrier transceiver system |
EP1250766B1 (en) | 2000-01-25 | 2008-09-17 | Aware, Inc. | System and method for the application of an lms method to updating an echo canceller in an adsl modem |
US7460498B2 (en) * | 2003-12-04 | 2008-12-02 | Adtran, Inc. | System and method for detecting anomalies along telecommunication lines |
JP5125690B2 (en) * | 2008-03-31 | 2013-01-23 | ヤマハ株式会社 | Acoustic echo canceller |
KR101072262B1 (en) | 2009-02-03 | 2011-10-12 | 명지대학교 산학협력단 | METHOD FOR ENHANCING FIELD EMISSION PROPERTY OF ZnO NANOWIRES AND METHOD FOR ENHANCING FIELD EMISSION PROPERTY OF DEVICES USING ZnO NANOWIRES BY APPLYING DC VOLTAGE |
-
2001
- 2001-01-25 EP EP01905022A patent/EP1250766B1/en not_active Expired - Lifetime
- 2001-01-25 EP EP08015818A patent/EP1995884A1/en not_active Withdrawn
- 2001-01-25 EP EP10011999A patent/EP2267913A3/en not_active Withdrawn
- 2001-01-25 JP JP2001555226A patent/JP2003521194A/en active Pending
- 2001-01-25 CA CA002396162A patent/CA2396162A1/en not_active Abandoned
- 2001-01-25 DE DE60135828T patent/DE60135828D1/en not_active Expired - Lifetime
- 2001-01-25 KR KR1020027009465A patent/KR20020069265A/en not_active Application Discontinuation
- 2001-01-25 US US09/768,275 patent/US20010040875A1/en not_active Abandoned
- 2001-01-25 AT AT01905022T patent/ATE408933T1/en not_active IP Right Cessation
- 2001-01-25 AU AU32943/01A patent/AU783527B2/en not_active Ceased
- 2001-01-25 KR KR1020107006184A patent/KR20100034063A/en not_active Application Discontinuation
- 2001-01-25 WO PCT/US2001/002341 patent/WO2001056184A1/en active IP Right Grant
-
2005
- 2005-02-16 US US11/058,289 patent/US20050141441A1/en not_active Abandoned
-
2006
- 2006-05-09 US US11/430,251 patent/US20060215587A1/en not_active Abandoned
-
2010
- 2010-05-20 US US12/783,740 patent/US8391191B2/en not_active Expired - Lifetime
-
2013
- 2013-02-21 US US13/772,516 patent/US8649305B2/en not_active Expired - Fee Related
-
2014
- 2014-01-27 US US14/164,632 patent/US9065886B2/en not_active Expired - Fee Related
-
2015
- 2015-05-28 US US14/724,345 patent/US20150288808A1/en not_active Abandoned
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5007047A (en) * | 1988-12-02 | 1991-04-09 | Codex Corporation | Adaptive rate control for echo cancelling modem |
US5305309A (en) * | 1989-12-06 | 1994-04-19 | Fujitsu Limited | Echo canceller |
US5737410A (en) * | 1993-12-23 | 1998-04-07 | Nokia Telecommunication Oy | Method for determining the location of echo in an echo canceller |
US6580696B1 (en) * | 1999-03-15 | 2003-06-17 | Cisco Systems, Inc. | Multi-adaptation for a voice packet based |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20100296663A1 (en) * | 2000-01-25 | 2010-11-25 | Aware, Inc. | System and Method for the Application on an LMS Method to Updating an Echo Canceller in an ADSL Modem |
US8391191B2 (en) | 2000-01-25 | 2013-03-05 | Tq Delta, Llc | System and method for the application on an LMS method to updating an echo canceller in an ADSL modem |
US8649305B2 (en) | 2000-01-25 | 2014-02-11 | Tq Delta, Llc | System and method for the application of an LMS method to updating an echo canceller in an ADSL modem |
US9065886B2 (en) | 2000-01-25 | 2015-06-23 | Tq Delta, Llc | System and method for the application of an LMS method to updating an echo canceller in a multicarrier transceiver |
Also Published As
Publication number | Publication date |
---|---|
US20130163749A1 (en) | 2013-06-27 |
KR20100034063A (en) | 2010-03-31 |
KR20020069265A (en) | 2002-08-29 |
EP1250766B1 (en) | 2008-09-17 |
EP1250766A1 (en) | 2002-10-23 |
JP2003521194A (en) | 2003-07-08 |
EP1995884A1 (en) | 2008-11-26 |
US20150288808A1 (en) | 2015-10-08 |
US8391191B2 (en) | 2013-03-05 |
EP2267913A2 (en) | 2010-12-29 |
AU783527B2 (en) | 2005-11-03 |
US9065886B2 (en) | 2015-06-23 |
DE60135828D1 (en) | 2008-10-30 |
ATE408933T1 (en) | 2008-10-15 |
US8649305B2 (en) | 2014-02-11 |
US20060215587A1 (en) | 2006-09-28 |
US20100296663A1 (en) | 2010-11-25 |
US20050141441A1 (en) | 2005-06-30 |
WO2001056184A1 (en) | 2001-08-02 |
CA2396162A1 (en) | 2001-08-02 |
AU3294301A (en) | 2001-08-07 |
US20140140499A1 (en) | 2014-05-22 |
EP2267913A3 (en) | 2012-10-10 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9065886B2 (en) | System and method for the application of an LMS method to updating an echo canceller in a multicarrier transceiver | |
US20050195892A1 (en) | Training and updating for multiple input-output wireline communications | |
US8687680B2 (en) | Systems and methods for loop length and bridged tap length determination of a transmission line | |
US20120263216A1 (en) | Systems and methods for characterizing transmission lines using broadband signals in a multi-carrier dsl environment | |
US20030086362A1 (en) | Joint reduction of NEXT and FEXT in xDSL systems | |
US6940913B2 (en) | Communication start-up with variant spectral density mask | |
KR20150139588A (en) | Training optimization of multiple lines in a vectored system using a prepared-to-join group | |
US9124723B2 (en) | Method and device for data processing in a digital subscriber line environment | |
US20010024454A1 (en) | Resynchronous control apparatus of subscriber communication machine, and resynchronizing method | |
US7123651B2 (en) | Adaptable hybrid and selection method for ADSL modem data rate improvement | |
US7260142B2 (en) | Dynamic hybrid switching in a wireline modem |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |
|
AS | Assignment |
Owner name: DLI LENDING AGENT, LLC, CALIFORNIA Free format text: SECURITY INTEREST;ASSIGNOR:TQ DELTA, LLC;REEL/FRAME:047212/0551 Effective date: 20181005 |
|
AS | Assignment |
Owner name: ALTER DOMUS (US) LLC, ILLINOIS Free format text: AMENDED AND RESTATED INTELLECTUAL PROPERTY SECURITY AGREEMENT;ASSIGNOR:TQ DELTA LLC;REEL/FRAME:054898/0850 Effective date: 20201231 |