A wide variety of signal processing techniques may be performed to improve and/or process signals. Determining noise characteristics included in a digital waveform may improve the signal processing techniques, such that the signal processing techniques may remove or account for the noise and isolate the signals.
For a more complete understanding of the present disclosure, reference is now made to the following description taken in conjunction with the accompanying drawings.
Digital waveforms representing audio may include signal portions and noise portions. When noise is relatively large in comparison to the signal, it may be difficult to identify the signal and determine if specific variations of the waveform are valid signal changes or random fluctuations caused by noise. To reduce or remove the noise, signal processing techniques may be used to isolate the signals from the noise based on characteristics of the noise. Typically, the characteristics of the noise are determined in known gaps between peaks of the signals. However, determining the characteristics of the noise may be difficult when the signals are constantly present or in situations when it may be difficult to determine when the signals start and stop. Even when the signal start/stop points are known, isolating the noise data points may be processor intensive. Determining the noise of a waveform is desirable so that noise may be removed from a waveform to focus on the signal portions or to increase the performance of other processing of the waveform.
Offered is an improved noise characteristics estimation system and method. Instead of determining the noise characteristics based on individual data points of a waveform when a signal portion is known to be absent, the noise characteristics may be estimated using thresholds and various signal comparison techniques that do not require a priori knowledge of a signal component of the waveform. For example, data points may be associated with a positive direction (e.g. above the threshold) or a negative direction (e.g., below the threshold) based on fluctuations of the data points. Transitions between the positive direction and the negative direction can be determined and used for noise characteristics estimation. Based on the transitions, a number of positive runs (e.g., sequences of data points above the threshold) and a number of negative runs (e.g., sequences of data points below the threshold) may be determined and used to estimate a number of noise data points that would be below the threshold in the absence of the signal. Using the number of data points associated with the noise below each threshold for a plurality of thresholds, a cumulative distribution function and/or a probability density function may be determined. A variance or other noise characteristics may be determined from the cumulative distribution function and/or the probability density function. Using the noise characteristics, such as the variance, the noise may be modeled and signal processing of the waveform may be improved.
As illustrated in
The device 102 may receive (120) data. The data may be one-dimensional data, such as a sequence of single value data points, illustrated as the waveform 104. For example, the data may include audio speech data, audio data, radar data or any one-dimensional data waveform. In some examples, the data may be two-dimensional data (for example, a spectrogram or an image) and the device 102 may identify one-dimensional cross sections of the data to analyze or may process in two dimensions. The data may be two-dimensional without departing from the present disclosure. Further, the data may be associated with a time domain or a frequency domain without departing from the present disclosure.
To determine the noise characteristics of noise included in the data, the device 102 may determine (122) a threshold. The threshold is a constant value used as a reference point to compare to the data. The device 102 may determine (124) transitions in the data relative to the threshold, such as when neighboring data points cross the threshold. The transitions occur when one point of the data is above the threshold and a next point of the data is below the threshold (or vice versa), thus resulting in the data “crossing” the threshold. The device 102 may determine (126) runs in the data based on the transitions. For example, a positive run may be a first series of sequential data points where the data exceeds the threshold (and does not cross the threshold) and a negative run may be a second series of sequential data points where the data is below the threshold (and does not cross the threshold). The runs may be separated by the transitions, as explained in further detail below. The device 102 may determine (128) a total number of runs based on the transitions. For example, the total number of runs may be equal to the number of transitions plus one.
The device 102 may determine (130) a total number of data points included in the data. The device 102 may then determine (132) an estimate of the number of data points associated with noise that would be below the first threshold in the absence of the signal. For example, the device 102 may determine a number of data points that are included in negative runs (e.g., below the threshold) using the total number of data points and the total number of runs, as discussed in greater detail below.
The device 102 may determine (134) if there is an additional threshold. For example, the device 102 may sweep from a bottom to a top of a data range associated with a waveform in small increments, generating a threshold at each level. If there is an additional threshold (e.g., a threshold a small increment above the current threshold), the device 102 may loop (136) to step 122 and repeat steps 122-134. If there isn't an additional threshold (e.g., the current threshold is at the top of the data range), the device 102 may determine (138) a cumulative distribution function using the results of steps 128-132 for individual thresholds. For example, the cumulative distribution function may be determined from a plurality of individual thresholds, using the total number of runs associated with the individual threshold for each of the plurality of thresholds. The device 102 may then determine (140) a variance associated with noise included in the data using the cumulative distribution function. In some examples, the device 102 may determine the variance directly from the cumulative distribution function. In other examples, the device 102 may determine the variance by calculating a derivative of the cumulative distribution function to determine a probability density for the data, as will be discussed in greater detail below with regard to
To alternate between the time domain and the frequency domain, the device 102 may analyze a Fast Fourier Transform (FFT) of a waveform. However, instead of using a magnitude of the FFT, the device 102 may ignore imaginary components and only use real components of the FFT (or vice versa or process both real and imaginary components). The waveform may be processed in either the time domain or the frequency domain as the FFT may not change properties of the waveform for present purposes.
Further, the device 102 may analyze other transformations of waveforms, such as a transformation from the time domain to a frequency-chirp domain or a frequency-fractional chirp rate domain. For example, data may be input in the time domain and transformed to another domain prior to determining the threshold in step 122. At step 124, the transitions across the threshold may be determined using the transformed data. The transformation may result in a multi-dimensional representation of the audio. This representation, or “space,” may have a domain given by frequency and chirp rate or fractional chirp rate. Transforming audio signals into a frequency-chirp domain is described in more detail in U.S. Pat. No. 8,548,803 filed Aug. 8, 2011 and issued on Oct. 1, 2013 and entitled “System and method of processing a sound signal including transforming the sound signal into a frequency-chirp domain,” and U.S. Pat. No. 8,767,978 filed Aug. 8, 2011 and issued on Jul. 1, 2014 and entitled “System and method for processing sound signals implementing a spectral motion transform.” These two patents are herein incorporated by reference in their entireties. The representation may have a co-domain (output) given by the transform coefficient. As such, a transformed signal portion may specify a transform coefficient as a function of frequency and chirp rate or fractional chirp rate for a time sample window associated with the transformed waveform portion. Instead of using a magnitude of the transformed waveform portion, the device 102 may ignore imaginary components and only use real components of the transformed waveform portion (or vice versa or process both real and imaginary components).
In some examples, the data received by the device 102 may be a waveform that specifies signal as a function of time. For example, a waveform may have a sampling rate at which amplitude is represented. The sampling rate may correspond to a sampling period. The waveform may be represented, for example, in a spectrogram. By way of illustration,
As illustrated in
When data includes noise, it may be difficult to process the data, for example to recognize speech in a speech waveform. When the characteristics of the noise are known or estimated, the processing of the waveform may be improved. For example, the speech recognition algorithm may use estimated noise characteristics to improve the accuracy of the speech recognition output. The following description is focused on determining the noise characteristics.
Typically, noise characteristics are determined by identifying gaps within a signal and determining the noise characteristics of data within the gaps. For example,
To properly model the noise characteristics for a waveform that also includes data associated with a signal, the device 102 may determine noise characteristics using a configurable threshold. For example, the device 102 may position the threshold through the waveform from low to high in small increments and determine a number of positive runs (e.g., sequences of data points above the threshold) and a number of negative runs (e.g., sequences of data points below the threshold) for each position of the threshold. A run includes a consecutive sequence of data points above or below the threshold, such that a sequence of data points associated with the signal (e.g., peaks or valleys) on one side of the threshold (without crossing the threshold) results in a single run. The device 102 may then determine a number of data points below the threshold for each position of the threshold and therefore determine a cumulative distribution function of the noise.
The device 102 may determine noise characteristics from all data points included in the data or only data points included in smaller portions of the data. In some examples, the device 102 may determine overall noise characteristics for the data and may determine a variance and/or mean using the overall noise characteristics. In other examples, the device 102 may determine noise characteristics associated with a range of data points and may therefore have more accurate noise characteristics for the data points included in the range of data points. For example, the device 102 may adjust a time window in the time domain, with a narrow band time window including a relatively narrow range of the data points and a wide band time window including a relatively wider range of the data points. As the narrow band time window includes less data, the estimate of the noise characteristics may be less accurate due to the limited data but have good resolution, meaning the estimate accounts for changes to the noise. In contrast, as the wide band time window includes more data, the estimate of the noise characteristics may be more accurate due to increased amount of data but have poor resolution, meaning the estimate cannot account for changes in the noise within the wide band time window.
As illustrated in
The device 102 may sweep from a bottom to a top of a data range associated with a waveform in small increments, generating a threshold at each level. For each threshold level, the device 102 determines a number of runs above and below the threshold. Therefore, the device 102 may determine a number of positive runs, a number of negative runs and a total number of runs for each threshold level. For example,
While the waveform 500 illustrated in
While the signal is present in the waveform 700,
However, instead of determining an absolute total number of positive data points (e.g., data points above the threshold 702) and an absolute total number of negative data points (e.g., data points below the threshold 702), the device 102 determines the runs 708. As a result, when the signal is present (e.g., the two positive peaks and the negative peak) in the waveform 700, the device 102 groups data points associated with the signal into runs. For example, the negative peak corresponds to first run 708-1 and the second positive peak corresponds to second run 708-2. While noise is present along with the signal during first run 708-1 and second run 708-2, the device does not require a priori knowledge of what portion of the waveform corresponds to signal or noise.
As described above, the device 102 may sweep through the waveform 700 and determine a total number of runs for individual threshold levels, with the number of runs reaching a maximum near the noise mean. The device 102 may determine a cumulative distribution function using the total number of runs for individual threshold levels, may estimate a mean of the noise using the cumulative distribution function, and may determine a variance of the noise using the cumulative distribution function. Therefore, the device 102 may determine a number of positive runs and a number of negative runs for multiple thresholds, as illustrated in
For example, as the threshold 802 goes from low to high, a number of runs changes. Initially,
In this example, the third threshold 802-3 may correspond approximately to the noise mean. Noise will have a mean of approximately zero when the distribution of the noise is symmetric about zero, which is typically the case for audio data. If the noise is assumed to have zero mean, the device 102 may determine the mean of the noise by finding a center of the cumulative distribution function (e.g., a point at which the number of data points are symmetric above and below). However, the present disclosure is not limited thereto and the mean of the noise may vary, as discussed in greater detail below. Aside from a few runs associated with each peak of the signal, the signal does not affect the total number of runs. Therefore, in the region near the noise mean, the number of runs, and particularly the gradient of this number relative to a threshold, depends mostly on the noise in gaps within the signal. As a result, the signal does not substantially affect the observed number of runs.
To determine the cumulative distribution function, the device 102 may estimate a number of data points associated with the noise below an individual threshold (in the absence of the signal) based on the number of runs observed at the individual threshold by solving the quadratic equation in Equation 1:
where B is the number of data points associated with the noise below the threshold, N is the total number of data points and p is the observed number of runs. Solving Equation 1 results in two solutions, one solution associated with the number of data points below the threshold and one solution associated with the number of data points above the threshold. Thus, the device 102 may solve Equation 1 for the number of data points below the threshold and ignore the second solution.
After determining the number of data points associated with the noise below the threshold for each of a plurality of thresholds, the device 102 may estimate a cumulative distribution function of the noise using Equation 2:
where τ is a value of the threshold, {circumflex over (F)}G(τ) is the cumulative distribution function, B(τ) is the number of data points associated with the noise below the threshold for a given threshold and ρ0 is the observed number of runs at the noise mean (e.g., such as τ=0 if the noise has zero mean). As discussed above, the noise mean may correspond to a maximum number of observed runs. The noise mean may be assumed to be zero, may be known a priori or may be estimated as discussed in greater detail below.
After determining the cumulative distribution function, the device 102 may determine a variance associated with the noise from the cumulative distribution function or may determine a probability density function and determine the variance associated with the noise from the probability function distribution. For example, the device 102 may determine the probability density function by taking a derivative of the cumulative distribution function using Equation 3:
where fG(τ) is the probability density function and {circumflex over (F)}G(τ) is the cumulative distribution function. The noise characteristics, such as mean and variance, may be determined from either fG(τ) or {circumflex over (F)}G(τ).
The CDFs and PDFs illustrated in
In some examples, including when the noise distribution is asymmetric, the device 102 may estimate the mean or the median. The device 102 may predict that the mean or median of the noise will be non-zero based on the nature of the data being analyzed. For example, the data may be modified using an absolute value function or a square function (or square the absolute value function), which will result in positive values and a positive, non-zero mean. The device 102 may determine a number of runs for each threshold, from a lowest threshold to a highest threshold, and determine an estimated cumulative distribution function for the number of runs versus the threshold. The estimated CDF may include a cumulative sum of the number of runs, starting at the lowest threshold and ending at the highest threshold. In some examples, the device 102 may divide the estimated CDF by a total cumulative number of runs so that the estimated CDF spans from 0 to 1.
In some examples, the device 102 may smooth the data (e.g., smooth the data points included in the estimated CDF) prior to estimating the mean or median. For example, the device 102 may perform curve fitting (e.g., determine a line of best fit for the estimated CDF using a Gaussian distribution, a chi-squared distribution or the like) to smooth out some of the fluctuations in the estimated CDF and may determine the mean or median after curve fitting (e.g., from the line of best fit) instead of directly from the data included in the estimated CDF.
The device 102 may estimate a median of the noise based on a maximum number of runs. For example, the device 102 may determine an estimated probability distribution function of the number of runs as a function of the threshold by taking a derivative of the estimated CDF. The estimated PDF may be illustrated as a histogram with a value of the threshold as the x axis and a number of runs per threshold as the y axis. The peak of the estimated PDF corresponds to the median, which is the threshold having the maximum number of runs, and may correspond to where a derivative of the estimated PDF is zero. If the noise is symmetric, the median is equal to the mean. For asymmetric noise where the mean may be different from the median, the device 102 may estimate the mean based on the median or approximate the mean using the median.
The device 102 may determine a course estimate of the variance using a shape of the estimated PDF. For example, if the noise has a small variance, the shape of the estimated PDF will be tall and tightly centered around the mean, whereas if the noise has a large variance, the shape will be flatter and spaced further around the mean. The device 102 may determine the course estimate of the variance by finding where a derivative of the estimated PDF is minimum and maximum. For example, the device 102 may determine a first point corresponding to where the derivative of the estimated PDF is maximum (e.g., deepest upward angle) and a second point corresponding to where the derivative of the estimated PDF is minimum (e.g., deepest downward angle), the first point below the mean and the second point above the mean. In some examples, such as for a Gaussian distribution, the first point corresponds to one standard deviation below the mean and the second point corresponds to one standard deviation above the mean. In other examples, the device 102 may approximate a Gaussian distribution by associating the first point with one standard deviation below the mean and the second point with one standard deviation above the mean even when the device 102 does not know that the distribution is Gaussian. For example, the device 102 may determine a midpoint between the first point and the second point as the mean and may determine the standard deviation as the distance between the first point and the second point divided by two.
The device 102 may determine (1024) a total number of runs. The device 102 may then determine (1026) a total number of data points included in the data and determine (1028) a number of data points associated with noise below the threshold. For example, the total number of data points includes each data point in a particular time window, which may include every data point included in the data. The number of data points associated with noise below the threshold may be determined using equation 1 described above.
The device 102 may determine (1030) if there is an additional threshold. For example, the device 102 may sweep from a bottom to a top of a data range associated with a waveform in small increments, generating a threshold at each level. If there is an additional threshold (e.g., a threshold a small increment above the current threshold), the device 102 may loop (1032) to step 1012 and repeat steps 1012-1030. If there is no additional threshold (e.g., the current threshold is at the top of the data range), the device 102 may then determine (1030) a cumulative distribution function, for example using equation 2 described above. For example, the cumulative distribution function may be determined from the number of data points associated with noise below an individual threshold and the total number of runs associated with the individual threshold for a plurality of individual thresholds. The device 102 may then determine a variance associated with noise included in the data from the cumulative distribution function, as discussed in greater detail below with regard to
2∫0∞u(1−F(u))du−(∫0∞1−F(u)du)2. (4)
where F(u) is the cumulative distribution function. Equation 4 may be implemented using a discrete cumulative distribution function by replacing the integrals with sums. The device 102 may use the CDF and equation 4 to determine the variance in certain situations, such as when the noise approximates a Gaussian distribution. In addition, when the noise approximates a Gaussian distribution, the noise may be simulated using the variance alone. Therefore, in some examples the device 102 may simulate the noise using equation 4 and the CDF, without determining the PDF. However, in some examples the device 102 may need to determine the PDF to determine the variance (e.g., when the noise does not approximate a Gaussian distribution). In these situations, the device 102 may determine the PDF using equation 4 and then determine the variance and other noise characteristics from the PDF, as discussed below.
As illustrated in
where f0 is the probability density function at the mean of the noise and σ2 is the variance. In other examples, such as when the noise does not approximate a Gaussian distribution, the device 102 may determine the variance using Equation 6:
Var(X)=σ2=∫(x−μ)2f(x)dx=∫x2f(x)dx−μ2 (6)
where x is the variable, μ is the expected value (e.g., μ=∫( )), f(x) is the probability density function, and where the integrals are definite integrals taken for x ranging over the range of X.
As the noise characteristics, such as the variance, are determined from data points associated with the noise (e.g., not included in peaks associated with the signals), statistical methods may use the noise characteristics/variance to distinguish signals included in data from noise fluctuations included in the data. For example, the variance indicates how far the noise fluctuates from the mean. Therefore, the device 102 may estimate a range associated with the noise (e.g., range of noise fluctuations) and determine that data points exceeding the range are associated with signals instead of noise. In some examples (e.g., when the noise approximates a Gaussian distribution, although the disclosure is not limited thereto), the device 102 may use the variance and the mean to set a threshold, such as by setting the threshold a number of standard deviations (e.g., 1-2) above the mean. In other examples (e.g., when the noise does not approximate a Gaussian distribution), the device 102 may use the PDF to determine a particular threshold, such as by setting the threshold to a fixed percentile (e.g., 90th or 95th percentile). Thus, in some examples the device 102 may determine the threshold based on the variance while in other examples the device 102 may determine the threshold based on the PDF. Using the threshold, the device 102 may associate data points exceeding the threshold with signals and data points below the threshold with the noise.
As illustrated in
The device 102 may include one or more controllers/processors 1204 comprising one-or-more central processing units (CPUs) for processing data and computer-readable instructions and a memory 1206 for storing data and instructions. The memory 1206 may include volatile random access memory (RAM), non-volatile read only memory (ROM), non-volatile magnetoresistive (MRAM) and/or other types of memory. The device 102 may also include a data storage component 1208 for storing data and processor-executable instructions. The data storage component 1208 may include one or more non-volatile storage types such as magnetic storage, optical storage, solid-state storage, etc. The device 102 may also be connected to a removable or external non-volatile memory and/or storage (such as a removable memory card, memory key drive, networked storage, etc.) through the input/output device interfaces 1210.
The device 102 includes input/output device interfaces 1210. A variety of components may be connected to the device 102 through the input/output device interfaces 1210. The input/output device interfaces 1210 may be configured to operate with a network, for example a wireless local area network (WLAN) (such as WiFi), Bluetooth, zigbee and/or wireless networks, such as a Long Term Evolution (LTE) network, WiMAX network, 3G network, etc. The network may include a local or private network or may include a wide network such as the internet. Devices may be connected to the network through either wired or wireless connections.
The input/output device interfaces 1210 may also include an interface for an external peripheral device connection such as universal serial bus (USB), FireWire, Thunderbolt, Ethernet port or other connection protocol that may connect to networks. The input/output device interfaces 1210 may also include a connection to an antenna (not shown) to connect one or more networks via a wireless local area network (WLAN) (such as WiFi) radio, Bluetooth, and/or wireless network radio, such as a radio capable of communication with a wireless communication network such as a Long Term Evolution (LTE) network, WiMAX network, 3G network, etc.
The device 102 further includes a noise characteristic module 1224, which may comprise processor-executable instructions stored in storage 1208 to be executed by controller(s)/processor(s) 1204 (e.g., software, firmware), hardware, or some combination thereof. For example, components of the noise characteristic module 1224 may be part of a software application running in the foreground and/or background on the device 102. The noise characteristic module 1224 may control the device 102 as discussed above, for example with regard to
Executable computer instructions for operating the device 102 and its various components may be executed by the controller(s)/processor(s) 1204, using the memory 1206 as temporary “working” storage at runtime. The executable instructions may be stored in a non-transitory manner in non-volatile memory 1206, storage 1208, or an external device. Alternatively, some or all of the executable instructions may be embedded in hardware or firmware in addition to or instead of software.
The device 102 may further include the application module(s) 210, graphics library wrapper 212, graphics library 214 and/or graphics processor(s) 216 described in greater detail above with regard to
The concepts disclosed herein may be applied within a number of different devices and computer systems, including, for example, general-purpose computing systems, server-client computing systems, mainframe computing systems, telephone computing systems, laptop computers, cellular phones, personal digital assistants (PDAs), tablet computers, speech processing systems, distributed computing environments, etc. Thus the modules, components and/or processes described above may be combined or rearranged without departing from the scope of the present disclosure. The functionality of any module described above may be allocated among multiple modules, or combined with a different module. As discussed above, any or all of the modules may be embodied in one or more general-purpose microprocessors, or in one or more special-purpose digital signal processors or other dedicated microprocessing hardware. One or more modules may also be embodied in software implemented by a processing unit. Further, one or more of the modules may be omitted from the processes entirely.
The above embodiments of the present disclosure are meant to be illustrative. They were chosen to explain the principles and application of the disclosure and are not intended to be exhaustive or to limit the disclosure. Many modifications and variations of the disclosed embodiments may be apparent to those of skill in the art. Persons having ordinary skill in the field of computers and/or digital imaging should recognize that components and process steps described herein may be interchangeable with other components or steps, or combinations of components or steps, and still achieve the benefits and advantages of the present disclosure. Moreover, it should be apparent to one skilled in the art, that the disclosure may be practiced without some or all of the specific details and steps disclosed herein.
Embodiments of the disclosed system may be implemented as a computer method or as an article of manufacture such as a memory device or non-transitory computer readable storage medium. The computer readable storage medium may be readable by a computer and may comprise instructions for causing a computer or other device to perform processes described in the present disclosure. The computer readable storage medium may be implemented by a volatile computer memory, non-volatile computer memory, hard drive, solid-state memory, flash drive, removable disk and/or other media.
Embodiments of the present disclosure may be performed in different forms of software, firmware and/or hardware. Further, the teachings of the disclosure may be performed by an application specific integrated circuit (ASIC), field programmable gate array (FPGA), or other component, for example.
Conditional language used herein, such as, among others, “can,” “could,” “might,” “may,” “e.g.,” and the like, unless specifically stated otherwise, or otherwise understood within the context as used, is generally intended to convey that certain embodiments include, while other embodiments do not include, certain features, elements and/or steps. Thus, such conditional language is not generally intended to imply that features, elements and/or steps are in any way required for one or more embodiments or that one or more embodiments necessarily include logic for deciding, with or without author input or prompting, whether these features, elements and/or steps are included or are to be performed in any particular embodiment. The terms “comprising,” “including,” “having,” and the like are synonymous and are used inclusively, in an open-ended fashion, and do not exclude additional elements, features, acts, operations, and so forth. Also, the term “or” is used in its inclusive sense (and not in its exclusive sense) so that when used, for example, to connect a list of elements, the term “or” means one, some, or all of the elements in the list.
Conjunctive language such as the phrase “at least one of X, Y and Z,” unless specifically stated otherwise, is to be understood with the context as used in general to convey that an item, term, etc. may be either X, Y, or Z, or a combination thereof. Thus, such conjunctive language is not generally intended to imply that certain embodiments require at least one of X, at least one of Y and at least one of Z to each is present.
As used in this disclosure, the term “a” or “one” may include one or more items unless specifically stated otherwise. Further, the phrase “based on” is intended to mean “based at least in part on” unless specifically stated otherwise.
This application claims priority to U.S. Provisional Patent Application Ser. No. 62/128,212 filed Mar. 4, 2015, in the name of David C. Bradley et al. This application also claims priority to U.S. Provisional Patent Application Ser. No. 62/112,791 filed on Feb. 6, 2015, in the name of David C. Bradley. The above provisional applications are herein incorporated by reference in their entireties.
Number | Name | Date | Kind |
---|---|---|---|
7424463 | Napoletani | Sep 2008 | B1 |
20060257043 | Chiu | Nov 2006 | A1 |
20120320363 | Goodman | Dec 2012 | A1 |
20140024316 | Wang | Jan 2014 | A1 |
20140100832 | Pado | Apr 2014 | A1 |
20150141069 | Wigren | May 2015 | A1 |
Number | Date | Country | |
---|---|---|---|
20160232919 A1 | Aug 2016 | US |
Number | Date | Country | |
---|---|---|---|
62128212 | Mar 2015 | US | |
62112791 | Feb 2015 | US |