Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > cacce3d33a6bb704cb067ff82f5844d8 > files > 431

lsp-plugins-1.1.9-1.mga7.armv7hl.rpm

<!DOCTYPE html>

<html>
	<head>
		<title>Linux Studio Plugins Project</title>

		<meta content="text/html; charset=utf-8" http-equiv="Content-Type">

		<link rel="stylesheet" href="../../css/style.css" type="text/css">
	</head>
	<body>
		<div id="body">
			<!-- Header -->
			<div id="header">
				<img src="../../img/header.png" alt="Linux Studio Plugins Project" >
			</div>
			
			<!-- Navigation top -->
			<div id="menu">
				<ul>
			<li class="sel">Parametric Equalizer x32 Stereo - Parametrischer Entzerrer x32 Stereo</li>
		<li><a href="../../index.html">Home</a></li>
	</ul>
			</div>
		
			<!-- Main content -->
			<div id="main">
				<h1>Parametrischer Entzerrer x32 Stereo</h1>
<img class="plugin" src="../../img/plugins/para_equalizer_x32_stereo.png" alt="Parametrischer Entzerrer x32 Stereo">
<p><b>Detailed:&nbsp;</b>LSP Parametric Equalizer x32 Stereo - Parametrischer Entzerrer x32 Stereo (PE32S)</p>
<p><b>Formats:&nbsp;</b>LADSPA,&nbsp;LV2,&nbsp;LinuxVST,&nbsp;JACK</p>
<p><b>Categories:&nbsp;</b>Filter,&nbsp;Equalizer,&nbsp;Parametric Equalizer,&nbsp;Analyser</p>
<p><b>Developer:&nbsp;</b>Vladimir Sadovnikov</p>
<p><b>Description:&nbsp;</b></p>
<p>
	Digital filters can be classified into two big categories - <b>Finite Impulse Response (FIR)</b> filters and <b>Infinite Impulse Response (IIR)</b> filters.
</p>
<p>
	<b>Finite impulse response filters</b> have limited impulse characteristic (the filter's reaction on the single pulse) in time domain.
	That causes that filters have weak resolution in frequency domain when the length of impulse response is short and have very good resolution
	in frequency domain when the length of impulse response is large. With large impulse response FIR filters can be times better than IIR filters
	but the main disadvantage of FIR filters is the necessity to do many calculations to perform convolution of input signal with impulse response
	of the filter. Thanks <b>Fast Fourier Transform (FFT)</b> algorithms the convolution may be calculated times faster rather than using direct 
	convolution algorithm.
</p>
<p>
	<b>Infinite impulse response filters</b> work as systems that process input signal and some part of already processed signal (feedback). Thanks
	such behaviour they have infinite impulse response in time domain. The final equation of these filters is times smaller than for similar by
	characteristics FIR filters, so they need less CPU time for processing. The disadvantage of IIR filters is that they are limited in form of their
	spectral characteristics. Also, IIR filters are mostly the digital representation of analog filters.
</p>
<p>
	FIR filters can be zero-phase (only when performing offline processing), linear-phase and non-linear phase (when performing offline and realtime
	processing). IIR filters never can have linear phase characteristic while performing realtime processing, only in offline mode.
	The difference of linear-phase and non-linear phase of filters is that when summarizing the same signal processed by linear-phase filter, we become no
	phase distortion that can cause unwanted frequency peaks or pits in some frequency range. With IIR filters frequency distortion is often practice rather
	than exception.
	The disadvantage of FIR filters is that due to long impulse response of the linear-phase FIR filter (that is symmetric in time line with peak at center)
	we get noticeably delayed signal after filtering stage.
</p>
<p>
	LSP Plugins provide three types of filters - already known IIR and two types of FIR filters - FIR and FFT. The difference between FIR and FFT filter
	modes is how these filters are built. FIR filters are built from impulse response of similar IIR filter, and then transformed so that they become linear
	phase characteristic. FFT filters are build by using frequency characteristic of FIR filter. Finally, both use FFT convolution to perform fast signal
	processing.
</p>

<p>
	All filters are build by using well-known methods of analog filter design (complex polynomials in top and bottom) or directly as digital filters.
    When the filters are build from analog designs, plugins first of all calculate parameters of ideal analog filter by using Laplace transform and then digitalize
    it by applying analog-to-digital transform also known as Z Transform. Each filter implements it's own set of poles and zeros, the configuration of poles and zeros
    can be controlled by using <b>quality factor</b> and <b>slope parameters</b>.
</p>
<p>
	There are set of rules to perform Laplace to Z-space transformation, for example Simpson rule etc. In LSP plugins, two types of rules are used: the most
	popular Bilinear Transform and less popular Matched Z Transform. The difference between these transforms is how the frequency and ampitude characteristics
	are moved from analog form into digital.
</p>
<p>
	<b>Bilinear Transform</b> is easy to implement, and in most plugins this type of transform is used. The main disadvantage of this transform is that it distorts
	the form of the filter's curve while moving it's poles and zeros from low to high frequencies. Also it's noticeable that low-pass filters transformed by using
	bilinear transform have	-INF dB amplification level at the Nyquist frequency.
</p>
<p>
	Completely different is the behaviour of filters transformed by <b>Matched Z Transform</b>. These filters have identical to the analog filters frequency and
	phase graph but have another disadvantage: they have aliasing at high frequencies that is caused by reflecting high frequencies from the range limited by
	Nyquist Frequency.
</p>
<p>
    Digital filters can also be generated directly in the digital domain, without needing to convert an analog prototype or by using design equations availble in
    literature, often coming from digitalization of canonic analog filter prototypes, but with the advantage of not having to perform digitalization in real-time.
    This is the case of Direct design IIR filters.
</p>
<p>
	Additional attention should be given to FIR filters because <b>Bilinear Transform</b> and <b>Matched Z Transform</b> advantages and disadvantages are only
	applicable to the IIR filters. FIR filters are free of this and just copy characteristics of IIR filters.
</p>
<p>
	All filters are mostly of all frequently used filter types that can be required in studio production.
	There are available simple ideal <b>RLC-filters</b> (Resistor, Inductivity and Capacitor) that have very smooth frequency characteristics,
	<b>Butterworth-Chebyshev-filters</b> based on Butterworth-Chebyshev polynomials (BWC) and <b>Linkwitz-Riley</b>-based filters (LRX).
	So, shortly, RLC filters can be used for accurate frequency correction, BWC-based filters can be used for strong frequency correction and
	LRX-filters for extreme frequency correction.
</p>
<p>
	All filters are designed to have clean sound and keep minimal phase shift if it's possible. They do not affect dynamics of the signal or colorize the
	original sound, they just perform correction in frequency domain. BT (Bilinear Transform) filters will have no distortion at high frequencies but will
	have distorted (relative to the similar analog filter) amplitude and frequency chart. MT (Matched Z Tranfrorm) filters can distort the signal at high
	frequencies because high frequencies can get reflected from Nyquist Frequency and that may cause aliasing effect. In fact, It's not audible in most cases.
</p>
<p>
	There are some recommendations that could be given when applying equalization:
</p>
<ul>
	<li><b>Resonance filter</b> with high Quality Factor can be good choice to cut annoying masking resonances from the original sound.</li>
	<li><b>Bell filter</b> with medium Quality Factor can be used when there is necessity to remove short range of frequencies.</li>
	<li><b>Bell filter</b> with low Quality Factor can be used to raise or lower wide range of frequencies.</li>
	<li><b>Shelving filters</b> with low Quality Factor also can be used to lower or raise the large diapasone of frequencies.</li>
	<li><b>Low-pass</b> and <b>High-pass filters</b> can be used with a bit raised Quality Factor to flatten frequency fall. Usage of
	Butterworth-Chebyshev low-pass and high-pass filters with 2x and 3x slope can give good results when cutting unwanterd low and high
	frequencies from voice or guitar sound.
	</li>
	<li><b>Matched Z Transform (MT) filters</b> are probably the best choice when cutting out individual short range of frequencies.</li>
	<li><b>Bilinear Transform (BT) filters</b> are good when cutting-out high frequencies because they have -INF dB amplification at the Nyquist frequency.</li>
    <li><b>Direct Design (DR) filters</b> add alterantive implementations for the various supperted filter types, and may be chosen whenever their frequency response is best suited.</li>
</ul>
<p>
	This plugin performs parametric equalization of mono channel. Up to 32 filters are available for signal processing simultaneously.
</p>
<p><b>Controls:</b></p>
<ul>
	<li>
		<b>Bypass</b> - bypass switch, when turned on (led indicator is shining), the plugin bypasses signal.
	</li>
	<li><b>Filters</b> - filter panel selection</li>
	<li><b>Mode</b> - equalizer working mode, enables the following mode for all filters:</li>
	<ul>
		<li><b>IIR</b> - Infinite Impulse Response filters, nonlinear minimal phase. In most cases does not add noticeable latency to output signal.</li>
		<li><b>FIR</b> - Finite Impulse Response filters with linear phase, finite approximation of equalizer's impulse response. Adds noticeable latency to output signal.</li>
		<li><b>FFT</b> - Fast Fourier Transform approximation of the frequency chart, linear phase. Adds noticeable latency to output signal.</li>
	</ul>
		<li><b>Zoom</b> - zoom fader, allows to adjust zoom on the frequency chart.</li>
</ul>
<p><b>'Signal' section:</b></p>
<ul>
	<li><b>Input</b> - input signal amplification.</li>
	<li><b>Output</b> - output signal amplification.</li>
		<li><b>Signal</b> - the measured level of the output signal.</li>
	</ul>
<p><b>'Analysis' section:</b></p>
<ul>
	<li><b>FFT</b> - enables FFT analysis before or after processing.</li>
	<li><b>Reactivity</b> - the reactivity (smoothness) of the spectral analysis.</li>
	<li><b>Shift</b> - allows to adjust the overall gain of the analysis.</li>
</ul>
<p><b>'Filters' section:</b></p>
<ul>
	<li><b>Filter</b> - sets up the mode of the selected filter. Currently available filters:</li>
	<ul>
		<li><b>Off</b> - Filter is not working (turned off).</li>
		<li><b>Bell</b> - Bell filter with smooth peak/recess.</li>
		<li><b>Hi-pass</b> - High-pass filter with rejection of low frequencies.</li>
		<li><b>Hi-shelf</b> - Shelving filter with adjustment of high frequency range.</li>
		<li><b>Lo-pass</b> - Low-pass filter with rejection of high frequencies.</li>
		<li><b>Lo-shelf</b> - Shelving filter with adjustment of low frequencies.</li>
		<li><b>Notch</b> - Notch filter with full rejection of selected frequency.</li>
		<li><b>Resonance</b> - Resonance filter wih sharp peak/recess.</li>
	</ul>
	<li><b>Mode</b> - sets up the class of the filter:</li>
	<ul>
		<li><b>RLC</b> - Very smooth filters based on similar cascades of RLC contours.</li>
		<li><b>BWC</b> - Butterworth-Chebyshev-type-1 based filters. Does not affect <b>Resonance</b> and <b>Notch</b> filters.</li>
		<li><b>LRX</b> - Linkwitz-Riley based filters. Does not affect <b>Resonance</b> and <b>Notch</b> filters.</li>
        <li><b>APO</b> - Digital biquad filters derived from canonic analog biquad prototypes digitalized through
        				Bilinear transform. These are <a href="https://shepazu.github.io/Audio-EQ-Cookbook/audio-eq-cookbook.html">textbook filters</a> 
        				which are implemented as in the <a href="https://equalizerapo.com/">EqualizerAPO</a> software.</li>
		<li><b>BT</b> - Bilinear Z-transform is used for pole/zero mapping.</li>
		<li><b>MT</b> - Matched Z-transform is used for pole/zero mapping.</li>
        <li><b>DR</b> - Direct design is used to serve the digital filter coefficients directly in the digital domain, without performing transforms.</li>
	</ul>
	<li><b>Slope</b> - the slope of the filter characteristics.</li>
	<li><b>S</b> - the soloing button, allows to inspect selected filters.</li>
	<li><b>M</b> - the mute button, allows to mute selected filters.</li>
	<li><b>Freq</b> - the cutoff/resonance frequency of the filter.</li>
	<li><b>Gain</b> - the gain of the filter, disabled for lo-pass/hi-pass/notch filters.</li>
	<li><b>Q</b> - the quality factor of the filter.</li>
	<li><b>Hue</b> - the color of the frequency chart of the filter on the graph.</li>
</ul>
			</div>
			
			<!-- Navigation bottom -->
			<div id="menu">
				<ul>
			<li class="sel">Parametric Equalizer x32 Stereo - Parametrischer Entzerrer x32 Stereo</li>
		<li><a href="../../index.html">Home</a></li>
	</ul>
			</div>
		
			<!-- Footer -->
			<div id="footer">
				<p>(C) Linux Studio Plugins, 2015-2016</p>
				<p>All rights reserved</p>
			</div>
		</div>
	</body>
</html>