1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css"> 6<title>axvpb.pb.coefSelect</title> 7<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 8<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 6.5.0.0 for Windows"> 9<META http-equiv="Content-Style-Type" content="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">axvpb.pb.coefSelect</h1> 15 16 17<h2>C Specification</h2> 18<BLOCKQUOTE> 19<pre><CODE>#define AX_PB_COEFSEL_8KHZ 0x0000 // roll off at 8KHz 20#define AX_PB_COEFSEL_12KHZ 0x0001 // roll off at 12.8KHz N64 type response 21#define AX_PB_COEFSEL_16KHZ 0x0002 // roll off at 16KHz 22 23u16 coefSelect;</CODE></pre> 24</BLOCKQUOTE> 25<h2>Description</h2> 26 27<p>The <code>coefSelect</code> parameter specifies the active filter coefficients when <code>srcSelect</code> is set to <code>AX_PB_SRCSEL_POLYPHASE</code>. This parameter has no effect when other sample rate converters are used. Three sets of filter coefficients are provided, each with the frequency response indicated above. <BR><B>Note:</B> The slope for each filter is approximately -3dB/octave.</p> 28 29<p>The user must assert the <code>AX_SYNC_USER_SRCSELECT</code> synchronization flag in<code> axvpb.sync</code>, when setting a new <code>coefSelect</code> type.</p> 30 31 32<h2>See Also</h2> 33<p> 34<code><a href="../Voice_Parameter_Blocks/sync.html">axvpb.sync</a><br> <a href="srcselect.html">axvpb.pb.srcSelect</a><br> <a href="../Voice_Parameters/AXSetVoiceSrcType.html">AXSetVoiceSrcType</a></code> 35</p> 36 37<h2>Revision History</h2> 38 39<P>2006/03/01 Initial version.</P><hr> 40<P>CONFIDENTIAL</p> 41</BODY> 42</HTML> 43