enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Full width at half maximum - Wikipedia

    en.wikipedia.org/wiki/Full_width_at_half_maximum

    Full width at half maximum. In a distribution, full width at half maximum (FWHM) is the difference between the two values of the independent variable at which the dependent variable is equal to half of its maximum value. In other words, it is the width of a spectrum curve measured between those points on the y-axis which are half the maximum ...

  3. Bandwidth (signal processing) - Wikipedia

    en.wikipedia.org/wiki/Bandwidth_(signal_processing)

    If the maximum gain is 0 dB, the 3 dB bandwidth is the frequency range where attenuation is less than 3 dB. 3 dB attenuation is also where power is half its maximum. This same half-power gain convention is also used in spectral width, and more generally for the extent of functions as full width at half maximum (FWHM).

  4. Downsampling (signal processing) - Wikipedia

    en.wikipedia.org/wiki/Downsampling_(signal...

    Both downsampling and decimation can be synonymous with compression, or they can describe an entire process of bandwidth reduction and sample-rate reduction. [ 1 ] [ 2 ] When the process is performed on a sequence of samples of a signal or a continuous function, it produces an approximation of the sequence that would have been obtained by ...

  5. Spectral width - Wikipedia

    en.wikipedia.org/wiki/Spectral_width

    In fiber-optic communication applications, the usual method of specifying spectral width is the full width at half maximum (FWHM). This is the same convention used in bandwidth, defined as the frequency range where power drops by less than half (at most −3 dB). The FWHM method may be difficult to apply when the spectrum has a complex shape.

  6. Half-band filter - Wikipedia

    en.wikipedia.org/wiki/Half-band_filter

    A half-band filter is a low-pass filter that reduces the maximum bandwidth of sampled data by a factor of 2 (one octave). When multiple octaves of reduction are needed, a cascade of half-band filters is common. And when the goal is downsampling, each half-band filter needs to compute only half as many output samples as input samples.

  7. Off-by-one error - Wikipedia

    en.wikipedia.org/wiki/Off-by-one_error

    Off-by-one errors are common in using the C library because it is not consistent with respect to whether one needs to subtract 1 byte – functions like fgets() and strncpy will never write past the length given them (fgets() subtracts 1 itself, and only retrieves (length − 1) bytes), whereas others, like strncat will write past the length given them.

  8. Half-precision floating-point format - Wikipedia

    en.wikipedia.org/wiki/Half-precision_floating...

    The advantage over 32-bit single-precision floating point is that it requires half the storage and bandwidth (at the expense of precision and range). [5] Half precision can be useful for mesh quantization. Mesh data is usually stored using 32-bit single-precision floats for the vertices, however in some situations it is acceptable to reduce the ...

  9. Convolutional code - Wikipedia

    en.wikipedia.org/wiki/Convolutional_code

    To convolutionally encode data, start with k memory registers, each holding one input bit.Unless otherwise specified, all memory registers start with a value of 0. The encoder has n modulo-2 adders (a modulo 2 adder can be implemented with a single Boolean XOR gate, where the logic is: 0+0 = 0, 0+1 = 1, 1+0 = 1, 1+1 = 0), and n generator polynomials — one for each adder (see figure below).