Page 1 of 1
					
				
				Posted: Thu Feb 16, 2006 4:13 am
				by fra77x
				Can someone explain it for me?
			 
			
					
				
				Posted: Thu Feb 16, 2006 6:00 am
				by at0m
				It's like a lowpass filter on the control motion.  It prevents clicks when for example setting volume from numpad, which will always introduce jumps.  The smoothening uses some extra DSP (probably a simple feedback circuit), that's one of the reasons j9k's mini mixer uses less DSP.
			 
			
					
				
				Posted: Thu Feb 16, 2006 6:04 am
				by fra77x
				Hmm, what do you mean with that "The smoothening uses some extra DSP (probably a simple feedback circuit)". How a feedback cause filtering?
			 
			
					
				
				Posted: Thu Feb 16, 2006 6:08 am
				by at0m
				Reduced feedback makes a low pass filter or smoother because it takes the average of the new input and previous output from a signal.  This smoothens peaks.
			 
			
					
				
				Posted: Sun Feb 19, 2006 10:50 am
				by Michu
				hehe, every iir filter is based on a feedback loop 

 
			 
			
					
				
				Posted: Mon Feb 20, 2006 2:15 am
				by fra77x
				Thanks guys