The present invention relates generally to a signal processing apparatus and method, and in particular, relates to an apparatus and method for detecting a signal such as an acoustic signal.
In the field of, e.g., speech processing, a technique for detecting speech periods is often required. Detection of speech periods is generally referred to as VAD (Voice Activity Detection). Particularly, in the field of speech recognition, a technique for detecting both the beginning point and the ending point of a significant unit of speech such as a word or phrase (referred to as the endpoint detection) is very critical.
In this example as well, a front-end processing unit 21 on the input of the VAD 22 and a speech recognition unit 24 can be shared by the VAD 22 and the speech recognition unit 24, as shown in
There exists a large body of prior art in the field of VAD and endpoint detection. The following discussion is limited either to the most representative or most recent.
U.S. Pat. No. 4,696,039 discloses one approach to endpoint detection using a counter to determine the transition from speech to silence. Silence is hence detected after a predetermined time. In contrast, the present invention does not use such a predetermined period to determine state transitions.
U.S. Pat. No. 6,249,757 discloses another approach to end point detection using two filters. However, these filters run on the speech signal itself, not a VAD metric or thresholded signal.
Much prior art uses state machines driven by counting fixed periods: U.S. Pat. No. 6,453,285 discloses a VAD arrangement including a state machine. The machine changes state depending upon several factors, many of which are fixed periods of time. U.S. Pat. No. 4,281,218 is an early example of a state machine effected by counting frames. U.S. Pat. No. 5,579,431 also discloses a state machine driven by a VAD. The transitions again depend upon counting time periods. U.S. Pat. No. 6,480,823 recently disclosed a system containing many thresholds, but the thresholds are on an energy signal.
A state machine and a sequence of thresholds are also described in “Robust endpoint detection and energy normalization for real-time speech and speaker recognition”, by Li Zheng, Tsai and Zhou, IEEE transactions on speech and audio processing, Vol. 10, No. 3, March 2002. The state machine, however, still depends upon fixed time periods.
The prior art describes state machine based endpointers that rely on counting frames to determine the starting point and the ending point of speech. For this reason, these endpointers suffer from the following drawbacks:
First, bursts of noise (perhaps caused by wind blowing across a microphone, or footsteps) typically have high energy and are hence determined by the VAD metric to be speech. Such noises, however, yield a boolean (speech or non-speech) decision that rapidly oscillates between speech and non-speech. An actual speech signal tends to yield a boolean decision that indicates speech for a small contiguous number of frames, followed by silence for a small contiguous number of frames. Conventional frame counting techniques cannot in general distinguish these two cases.
Second, when counting silence frames to determine the end of a speech period, a single isolated speech decision can cause the counter to reset. This in turn delays the acknowledgement of the speech to silence transition.
In view of the above problems in the conventional art, the present invention has an object to provide an improved endpoint detection technique that is robust to noise in the VAD decision.
In one aspect of the present invention, a signal processing apparatus includes dividing means for dividing an input signal into frames each of which has a predetermined time length; detection means for detecting the presence of a signal in the frame; filter means for smoothing a detection result from the detection means by using a detection result from the detection means for a past frame; and state evaluation means for comparing an output from the filter means with a predetermined threshold value to evaluate a state of the signal on the basis of a comparison result.
Other and further objects, features and advantages of the present invention will be apparent from the following descriptions taken in conjunction with the accompanying drawings, in which like reference characters designate the same or similar parts throughout the figures thereof.
The accompanying drawings, which are incorporated in and constitute a part of the specification, illustrate embodiments of the invention and, together with the description, serve to explain the principle of the invention.
Preferred embodiments of the present invention will now be described in detail in accordance with the accompanying drawings.
<Terminology>
In the following description, let us clearly distinguish two processes:
1. Voice Activity Detection (VAD) is the process of generating a frame-by-frame or sample-by-sample metric indicating presence or absence of speech. 2. Endpoint detection or Endpointing is the process of determining the beginning and ending points of a word or other semantically meaningful partition of an utterance by means of the VAD metric.
Additionally, note that the terms “noise”, “silence” and “non-speech” are used interchangeably.
<Arrangement of Computer System>
The present invention can be implemented by a general computer system. Although the present invention can also be implemented by dedicated hardware logic, this embodiment is implemented by a computer system.
An HDD 4 is a hard disk unit and stores an OS, a speech recognition program, and an endpoint detection program that operates upon being called by the speech recognition program. For example, if the computer system is incorporated in another device, these programs may be stored not in the HDD but in the ROM 2. A VRAM 5 is a memory onto which image data to be displayed is rasterized. By rasterizing image data and the like onto the memory, the image data can be displayed on a CRT 6. Reference numerals 7 and 8 denote a keyboard and mouse, respectively, serving as input devices. Reference numeral 9 denotes a microphone for inputting speech; and 10, an analog to digital (A/D) converter that converts a signal from the microphone 9 into a digital signal.
<Functional Arrangement of Endpoint Detection Program>
Reference numeral 42 denotes a feature extractor that extracts a feature of an input time domain signal (for example, a speech signal with a background noise). The feature extractor 42 includes a framing module 32 that divides the input signal into frames each having a predetermined time periods, and a mel-binning module 34 that performs a mel-scale transform for the feature of the frame signal. Reference numeral 36 denotes a noise tracker that tracks a steady state of the background noise. Reference numeral 38 denotes a VAD metric calculator that calculates a VAD metric for the input signal based on the background noise tracked by the noise tracker 36. The calculated VAD metric is forwarded to a threshold value comparison module 40 as well as returned to the noise tracker 36 in order to indicate whether the present signal is speech or non-speech to the noise tracker 36. Such an arrangement allows an accurate noise tracking.
The threshold value comparison module 40 determines whether the speech is present or absent in the frame by comparing the VAD metric calculated by the VAD metric calculator 38 and a predetermined threshold value. As described later in detail, for example, the VAD metric of the speech frame is higher than that of the non-speech frame. Finally, reference numeral 44 denotes an endpoint detector that detects the starting point and the ending point of the speech based on the determination result obtained by the threshold value comparison module 40.
(Feature Extractor 42)
An acoustic signal (which can contain speech and background noise) input from the microphone 9 is sampled by the A/D converter 10 at, for example, 11.025 kHz and is divided by the framing module 32 into frames each comprising 256 samples. Each frame is generated, for example, every 110 samples. That is, adjacent frames overlap with each other. In this arrangement, 100 frames correspond to about 1 second.
Each frame undergoes a Hamming window process and then a Hartley transform process. Then, each of two outputs of the Hartley transform corresponding to the same frequency are squared and added to form the periodgram. The periodogram is also known as a PSD (Power Spectral Density). For a frame of 256 samples, the PSD has 129 bins.
As an alternative to the PSD, a zero crossing rate, magnitude, power, or spectral representations such as Fourier transform of the input signal can be used.
Each PSD is reduced in size (for example, to 32 points) by the mel-binning module 34 using a mel-band value (bin). The mel-binning module 34 transforms a linear frequency scale into a perceptual scale. Since the mel bins are formed using windows that overlap in the PSD, mel bins are highly correlated. In this embodiment, 32 mel bins are used as VAD features. In the field of speech recognition, a mel representation is generally used. Typically, the mel-spectrum is transformed into the mel-cepstrum using a logarithm operation followed by a cosine transform. The VAD, however, uses the mel representation directly. Although this embodiment uses mel-bins as features for the VAD, many other types of features can be used alternatively.
(Noise Tracker 36)
A mel metric signal is input to a noise tracker 36 and VAD metric calculator 38. The noise tracker 36 tracks the slowly changing background noise. This tracking uses the VAD metrics previously calculated by the VAD metric calculator 38.
A VAD metric will be described later. The present invention uses a likelihood ratio as the VAD metric. A likelihood ratio Lf in a frame f is defined by, for example, the following equation:
where s2f represents a vector comprising a 32-dimensional feature {s12, s22, . . . , ss2} measured in the frame f, the numerator represents a likelihood which indicates probability that the frame f is detected as speech, and the denominator represents a likelihood which indicates probability that the frame f is detected as noise. All expressions described in this specification can also directly use a vector sf={s1, s2, . . . , ss} of a spectral magnitude as a spectral metric. In this example, the spectral metric is represented as a square, i.e., a feature vector calculated from a PSD, unless otherwise specified.
Noise tracking by the noise tracker 36 is typically represented by the following equation in the single pole filter form:
μf=(1−ρμ)Sf2+ρμμf−1 (2)
where μf represents a 32-dimensional noise estimation vector in the frame f, and ρμ represents the pole of a noise update filter component and is the minimum update value.
Noise tracking according to this embodiment is defined by the following equation:
If a spectral magnitude s is used instead of a spectral power s2, the likelihood ratio is represented by the following equation:
As described above, Lf represents the likelihood ratio in the frame f. Note that if Lf is close to zero, then the noise tracker 36 has the single pole filter form described above. In this case, the pole acts as a minimum tracking rate. If Lf is large (much larger than 1), however, the form is much closer to the following equation:
μf=μf−1 (5)
As described above, noise component extraction according to this embodiment includes a process of tracking noise on the basis of the feature amount of a noise component in a previous frame and the likelihood ratio in the previous frame.
(VAD Calculator 38)
As described above, the present invention uses the likelihood ratio represented by equation (1). Three likelihood ratio calculation methods will be described below.
(1) Maximum Likelihood Method (ML)
The maximum likelihood method (ML) is represented by, e.g., the equations below. The method is also disclosed in Jongseo Sohn et al., “A Voice Activity Detector employing soft decision based noise spectrum adaptation” (Proceedings of the IEEE International Conference on Acoustics, Speech and Signal Processing, pp. 365-368, May 1998).
Therefore,
where k represents an index of the feature vector, S represents the number of features (vector elements) of the feature vector (in this embodiment, 32), μk represents the kth element of the noise estimation vector μf in the frame f, λk represents the kth element of a vector λf (to be described later), and s2k represents the kth element of the vector s2f.
In VAD metric calculation using the maximum likelihood method, the value λk of the kth element of the vector λf needs to be calculated. The vector λf is an estimate of speech variance in the frame f (standard deviation, if the spectral magnitude s is used instead of the spectral power s2) In
λf=max(Sf2−αμf,βSf2) (9)
where α and β are appropriate fixed values. In this embodiment, for example, α and β are 1.1 and 0.3, respectively.
(2) Maximum A-posteriori Method (MAP)
A calculation method using the maximum likelihood method (1) requires calculation of the vector λf. This calculation requires a spectral subtraction method or a process such as “decision directed” estimation. For this reason, the maximum a-posteriori method (MAP) can be used instead of the maximum likelihood method. A method using MAP can advantageously avoid calculation of the vector λf.
where ω represents an a-priori signal-to-noise ratio (SNR) set by experimentation, and γ(*,*) represents the lower incomplete gamma function. As a result, the likelihood ratio is represented by the following equation (11):
In this embodiment, ω is set to 100. The likelihood ratio is represented by the following equation (12) if the spectral magnitude s is used instead of the spectral power s2:
(3) Differential Feature ML Method
The above-mentioned two calculation methods are based on a method that directly uses a feature amount. As another alternative, there is available a method of performing low-pass filtering before VAD metric calculation in the feature domain (not in the time domain). A case wherein the feature amount is a spectrum has the following two advantages.
(a) It removes any overall (DC) offset. In other words, broadband noise is effectively removed. This is particularly useful for short-time broadband noises (impulses) such as the sounds made by hands clapping or hard objects hitting each other. These sounds are too fast to be tracked by the noise tracker.
(b) It removes the correlation introduced by mel binning process.
A typical low-pass filter has the following recursive relation:
x′k=xk−xk+1
In the case of a spectrum, xk=sk2.
In this embodiment, the filter is decimated. That is, a normal filter would produce a vector x′ such that:
As a result, each vector has S−1 elements. The decimated filter used in this embodiment skips alternate bins, and has S/2 elements:
On the other hand, if s22k>s22k−1 holds, the speech likelihood P (s2 f|speech) and noise likelihood P(s2 f|noise) are respectively represented by the following equations (15) and (16):
Therefore, the likelihood ratio is represented as follows:
If the spectral magnitude s is used instead of the spectral power s2, the likelihood ratio is represented by the following equations:
(Likelihood Matching)
The above-mentioned calculations for Lf are formulated as follows:
Since Lf generally has various correlations, it becomes a very large value when these correlations are multiplied. For this reason, Lk is raised to the power 1/(kS), as indicated in the following equation, thereby suppressing the magnitude of the value:
This equation can be represented by a logarithmic likelihood as follows:
If kS=1, this equation corresponds to calculation of a geometric mean of likelihoods of respective elements. This embodiment uses a logarithmic form, and kS is optimized depending on the case. In this example, kS takes a value of about 0.5 to 2.
The threshold value comparison module 40 determines whether each frame is speech or on-speech by comparing the likelihood ratio as the VAD metric calculated as described above and the predetermined threshold value.
Although it is to be understood that the present invention is not limited to the above described speech/non-speech discrimination method, the above described method is a preferred embodiment for discriminating speech/non-speech for each frame. Using the likelihood ratio as the VAD metric as described above allows the VAD to be robust to the various types of background noises. Particularly, the adoption of the MAP method to the calculation for the likelihood ratio allows the easy adjustment of the VAD against the estimated signal to noise ratio. This makes it possible to detect speech at high precision even if low-level speech is mixed with high-level noise. Alternatively, the Differential feature ML method for the calculation for the likelihood ratio provides robust performance against broadband noise including footstep noise and noise caused by wind blowing or breath).
(Endpoint Detector 44)
The state transition evaluator 90 evaluates a state in accordance with a state transition diagram as shown in
Although a state transition evaluation method performed by the state transition evaluator 90 will be described later, the evaluation result is stored in the frame index store 92 as follows. First, an initial state is set as the “SILENCE” 80 in
Also, as denoted by reference numeral 87, when the state changes from the “SPEECH” 82 to the “POSSIBLE SILENCE” 83, the frame index in this transition is stored. Then, as denoted by reference numeral 89, when the state changes from the “POSSIBLE SILENCE” 83 to the “SILENCE”, the stored frame index is output as the end point of speech.
The endpoint detector 44 evaluates the state transition on the basis of such a state transition mechanism to detect the endpoint.
The state evaluation method performed by the state transition evaluator 90 will be described below. However, before the description of the evaluation method in the present invention, the conventional state evaluation method will be described.
Conventionally, for example, when a specific state transition occurs, the number of frames determined as “speech” or “silence” by the VAD is counted. On the basis of the count value, it is determined whether the next state transition occurs. With reference to
The state transition 84 from the “SILENCE” 80 to the “POSSIBLE SPEECH” 81 and the state transition 88 from the “POSSIBLE SILENCE” 83 to the “SPEECH” 82 immediately occur when the immediately preceding frame is determined as “silence”, and the current frame is determined as “speech”. Frames f1, f3, f6, and f8 in
Similarly, the state transition 87 from the “SPEECH” 82 to the “POSSIBLE SILENCE” 83 immediately occurs when the immediately preceding frame is determined as “speech”, and the current frame is determined as “silence”. Frames f5, f7, and f9 in
On the other hand, the state transition 85 from the “POSSIBLE SPEECH” 81 to the “SILENCE” 80 or the state transition 86 from the “POSSIBLE SPEECH” 81 to the “SPEECH” 82, and the state transition 89 from the “POSSIBLE SILENCE” 83 to the “SILENCE” 80 are carefully determined. For example, the number of frames determined as “speech” is counted from the state transition such as the frame f1 from the “SILENCE” 80 to the “POSSIBLE SPEECH” 81 until the predetermined number (e.g., 12) of frames is counted. If the count value reaches a predetermined value (e.g., 8) in the predetermined frames, it is determined that the state has changed to the “SPEECH” 82. In contrast to this, if the count value does not reach the predetermined value in the predetermined frames, the state returns to the “SILENCE” 80. In the frame f2, the state returns to the “SILENCE” since the count value does not reach the predetermined value. At the timing of the state transition to the “SILENCE”, the count value is reset.
In the frame f3, the current frame is determined as “speech” in the state of the “SILENCE” 80, so that the state changes to the “POSSIBLE SPEECH” 81 again. This makes it possible to start counting the number of frames determined as “speech” by the VAD, in the predetermined frames. Then, since the count value reaches the predetermined value in the frame f4, it is determined that the state has changed to the “SPEECH” in this frame. At the timing of the state transition to the “SPEECH”, the count value is reset.
Also, the number of consecutive frames determined as “silence” by the VAD is counted from the state transition from the “SPEECH” 82 to the “POSSIBLE SILENCE” 83. Since the count value representing the number of consecutive frames reaches a predetermined value (e.g., 10), it is determined that the state has changed to the “SILENCE” 80. Note that when the frame determined as “speech” by the VAD is detected before the above count value reaches the predetermined value, the state returns to the “SPEECH” 82. Since the state has changed to the “SPEECH”, the count value is reset at this timing.
The conventional state evaluation method has been described above. The defect of this scheme appears in periods between the frames f8 and f10 and between f3 and f4. For example, as in the frame f8, the state changes to the “SPEECH” 82 because of sudden or isolated speech, and immediately returns to the “POSSIBLE SILENCE” 83 in the frame f9. Since the count value is reset in this period, the number of consecutive frames determined as “silence” by the VAD is to be counted again. Hence, the determination that the state has changed to the “SILENCE” 80 is delayed (f9 and f10). Also, in the period between the frames f3 and f4, as described above, the process of counting the number of frames determined as “speech” by the VAD is started from the frame f3. When the count value reaches the fixed value, it is determined that the state has changed to the “SPEECH” 82. Therefore, in most cases, the determination is actually delayed.
In contrast to this, in the present invention, the frame state is evaluated on the basis of the threshold comparison of the filter outputs from the state filter 91. The process according to this embodiment will be concretely described below.
The speech/silence determination result is input from the threshold value comparison module 40 to the endpoint detector 44. Assume that “speech” and “silence” of the determination result are set to 1 and 0, respectively. The determination result of the current frame input from the threshold value comparison module 40 undergoes a filter process by the state filter 91 as follows
Vf=ρVf−1+(1−ρ)Xf
where f represents a frame index, Vf represents the filter output of a frame f, Xf represents the filter input of the frame f (i.e., the speech/silence determination result of the frame f), and ρ represents the constant value as the extreme value of the filter. The ρ serving as the pole of the filter defines the filter response. In this embodiment, typically, this value is set to 0.99, and the initial value of the filter output Vf is set to 0 (Vf=0). As can be apparent from the above equation, this filter has a format that the filter output is returned to the filter input, and this filter outputs the weighted sum of the filter output Vf−1 of the immediately preceding frame and the new input Xf (speech/silence determination result) of the current frame. It is to be understood that this filter smoothes the binary (speech/silence) determination information of the current frame by using the binary (speech/silence) determination information of the preceding frame. Alternatively, this filter may output the weighted sum of the filter output of the two or more preceding frames and the speech/silence determination result of the current frame.
In this embodiment, the state is evaluated by the state transition evaluator 90 as follows. Assume that the current state starts from the “SILENCE” 80. In this state, generally, the speech/silence determination result from the threshold value comparison module 40 is set as “silence”. In this state, the state transition 84 to the “POSSIBLE SPEECH” 81 occurs by determining the state of the current frame as “speech” using the threshold value comparison module 40 (e.g., the frame f11 in
Next, the transition 86 from the “POSSIBLE SPEECH” 81 to the “SPEECH” 82 occurs when the filter output from the state filter 91 exceeds a first threshold value TS (the frame f13 in
When the state changes from speech to silence, the state is determined as follows. In the “SPEECH” 82, the speech/silence evaluation result from the threshold value comparison module 40 is generally set as “speech”. In this state, the state transition 87 to the “POSSIBLE SILENCE” 83 immediately occurs since the current frame is determined as “silence” by the threshold value comparison module 40.
The transition 89 from the “POSSIBLE SILENCE” 83 to the “SILENCE” 80 occurs when the filter output from the state filter 91 is below the second threshold value TN (the frame f14 in
The state transition evaluator 90 controls the filter output Vf from the state filter 91 as follows. When the state changes from the “POSSIBLE SPEECH” 81 to the “SPEECH” 82, the filter output Vf is set to 1 (with reference to the frame f13 in
As described above, in this embodiment, the state filter 91 which smooths the frame state (speech/silence determination result) is introduced to evaluate the frame state on the basis of the threshold value determination for the output from this state filter 91. In this embodiment, the state is determined as “SPEECH” when the output from the state filter 91 exceeds the first threshold value TS, or as “SILENCE” when the output from the state filter 91 is below the second threshold value TN. Accordingly, in this embodiment, in contrast to the prior art, the state transition is not determined in accordance with whether the count value reaches the predetermined value upon counting the number of the frames determined as “speech” or “silence” by the VAD. Hence, the delay of the state transition determination can be greatly reduced, and the endpoint detection can be executed with high precision.
(Details of Endpoint Detection Algorithm)
The process starts in step S1 as the initial step. In step S2, a frame index is set to 0. In step S3, a frame corresponding to the current frame index is loaded.
In step S4, it is determined whether the frame index is 0 (initial frame). If the frame index is 0, the process advances to step S10 to set the likelihood ratio serving as the VAD metric to 0. Then, in step S11, the value of the initial frame is set to a noise estimate, and the process advances to step S12.
On the other hand, if it is determined in step S4 that the frame index is not 0, the process advances to step S5 to execute speech variance estimation in the above-mentioned manner. In step S6, it is determined whether the frame index is less than a predetermined value (e.g., 10). If the frame index is less than 10, the flow advances to step S8 to keep the likelihood ratio at 0. On the other hand, if the frame index is equal to or more than the predetermined value, the process advances to step S7 to calculate the likelihood ratio serving as the VAD metric. In step S9, noise estimation is updated using the likelihood ratio determined in step S7 or S8. With this process, noise estimation can be assumed to be a reliable value.
In step S12, the likelihood ratio is compared with a predetermined threshold value to generate binary data (value indicating speech or non-speech). If MAP is used, the threshold value is, e.g., 0; otherwise, e.g., 2.5.
In step S13, the speech endpoint detection is executed on the basis of a result of the comparison in step S12 between the likelihood ratio and the threshold value.
In step S14, the frame index is incremented, and the process returns to step S3. The process is repeated for the next frame.
Although the above embodiment is described in terms of speech, the present invention is applicable to audio signals or acoustic signals other than speech, such as animal sounds or those of machinery. It is also applicable to acoustic signals not in the normal audible range of a human being, such as sonar or animal sounds. The present invention also applies to electromagnetic signals such as radar or radio signals.
Note that the present invention can be applied to an apparatus comprising a single device or to system constituted by a plurality of devices.
Furthermore, the invention can be implemented by supplying a software program, which implements the functions of the foregoing embodiments, directly or indirectly to a system or apparatus, reading the supplied program code with a computer of the system or apparatus, and then executing the program code. In this case, so long as the system or apparatus has the functions of the program, the mode of implementation need not rely upon a program.
Accordingly, since the functions of the present invention are implemented by computer, the program code installed in the computer also implements the present invention. In other words, the claims of the present invention also cover a computer program for the purpose of implementing the functions of the present invention.
In this case, so long as the system or apparatus has the functions of the program, the program may be executed in any form, such as an object code, a program executed by an interpreter, or script data supplied to an operating system.
Examples of storage media that can be used for supplying the program are a floppy disk, a hard disk, an optical disk, a magneto-optical disk, a CD-ROM, a CD-R, a CD-RW, a magnetic tape, a non-volatile type memory card, a ROM, and a DVD (DVD-ROM and a DVD-R).
As for the method of supplying the program, a client computer can be connected to a website on the Internet using a browser of the client computer, and the computer program of the present invention or an automatically-installable compressed file of the program can be downloaded to a recording medium such as a hard disk. Further, the program of the present invention can be supplied by dividing the program code constituting the program into a plurality of files and downloading the files from different websites. In other words, a WWW (World Wide Web) server that downloads, to multiple users, the program files that implement the functions of the present invention by computer is also covered by the claims of the present invention.
It is also possible to encrypt and store the program of the present invention on a storage medium such as a CD-ROM, distribute the storage medium to users, allow users who meet certain requirements to download decryption key information from a website via the Internet, and allow these users to decrypt the encrypted program by using the key information, whereby the program is installed in the user's computer.
Besides the cases where the aforementioned functions according to the embodiments are implemented by executing the read program by computer, an operating system or the like running on the computer may perform all or a part of the actual processing so that the functions of the foregoing embodiments can be implemented by this processing.
Furthermore, after the program read from the storage medium is written to a function expansion board inserted into the computer or to a memory provided in a function expansion unit connected to the computer, a CPU or the like mounted on the function expansion board or function expansion unit performs all or a part of the actual processing so that the functions of the foregoing embodiments can be implemented by this processing.
As many apparently widely different embodiments of the present invention can be made without departing from the spirit and scope thereof, it is to be understood that the invention is not limited to the specific embodiments thereof except as defined in the appended claims.
This application claims priority from Japanese Patent Application No. 2004-093166 filed Mar. 26, 2004, which is hereby incorporated by reference herein.
Number | Date | Country | Kind |
---|---|---|---|
2004-093166 | Mar 2004 | JP | national |
Number | Name | Date | Kind |
---|---|---|---|
4281218 | Chuang et al. | Jul 1981 | A |
4696039 | Doddington | Sep 1987 | A |
5579431 | Reaves | Nov 1996 | A |
5745650 | Otsuka et al. | Apr 1998 | A |
5745651 | Otsuka et al. | Apr 1998 | A |
5787396 | Komori et al. | Jul 1998 | A |
5797116 | Yamada et al. | Aug 1998 | A |
5812975 | Komori et al. | Sep 1998 | A |
5845047 | Fukada et al. | Dec 1998 | A |
5956679 | Komori et al. | Sep 1999 | A |
5970445 | Yamamoto et al. | Oct 1999 | A |
6076061 | Kawasaki et al. | Jun 2000 | A |
6097820 | Turner | Aug 2000 | A |
6108628 | Komori et al. | Aug 2000 | A |
6236962 | Kosaka et al. | May 2001 | B1 |
6249757 | Cason | Jun 2001 | B1 |
6259017 | Takehara et al. | Jul 2001 | B1 |
6266636 | Kosaka et al. | Jul 2001 | B1 |
6393396 | Nakagawa et al. | May 2002 | B1 |
6415253 | Johnson | Jul 2002 | B1 |
6453285 | Anderson et al. | Sep 2002 | B1 |
6480823 | Zhao et al. | Nov 2002 | B1 |
6662159 | Komori et al. | Dec 2003 | B2 |
6778960 | Fukada | Aug 2004 | B2 |
6801891 | Garner et al. | Oct 2004 | B2 |
6813606 | Ueyama et al. | Nov 2004 | B2 |
6826531 | Fukada | Nov 2004 | B2 |
6912209 | Thi et al. | Jun 2005 | B1 |
20010032079 | Okutani et al. | Oct 2001 | A1 |
20010047259 | Okutani et al. | Nov 2001 | A1 |
20020049590 | Yoshino et al. | Apr 2002 | A1 |
20020051955 | Okutani et al. | May 2002 | A1 |
20020052740 | Charlesworth et al. | May 2002 | A1 |
20030158735 | Yamada et al. | Aug 2003 | A1 |
20040076271 | Koistinen et al. | Apr 2004 | A1 |
20050043946 | Ueyama et al. | Feb 2005 | A1 |
20050065795 | Mutsuno et al. | Mar 2005 | A1 |
Number | Date | Country |
---|---|---|
60-209799 | Oct 1985 | JP |
Number | Date | Country | |
---|---|---|---|
20050216261 A1 | Sep 2005 | US |