mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
i've tested, now you can too
This commit is contained in:
@@ -20,34 +20,43 @@
|
||||
License for more details.
|
||||
|
||||
You should have received a copy of the GNU Lesser General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
along with this program; if not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __DUMP__
|
||||
#define __DUMP__
|
||||
|
||||
#include "comp.h"
|
||||
|
||||
void dump_on(char filename_prefix[]);
|
||||
void dump_off();
|
||||
|
||||
void dump_Sn(float Sn[]);
|
||||
void dump_Sw(COMP Sw[]);
|
||||
void dump_Sw_(COMP Sw_[]);
|
||||
void dump_Ew(COMP Ew[]);
|
||||
|
||||
/* amplitude modelling */
|
||||
|
||||
void dump_model(MODEL *m);
|
||||
void dump_quantised_model(MODEL *m);
|
||||
void dump_Pwn(COMP Pw[]);
|
||||
void dump_Pw(COMP Pw[]);
|
||||
void dump_Rw(float Rw[]);
|
||||
void dump_lsp(float lsp[]);
|
||||
void dump_weights(float w[], int ndim);
|
||||
void dump_lsp_(float lsp_[]);
|
||||
void dump_ak(float ak[], int order);
|
||||
void dump_ak_(float ak[], int order);
|
||||
void dump_E(float E);
|
||||
void dump_lpc_snr(float snr);
|
||||
|
||||
/* phase modelling */
|
||||
|
||||
void dump_snr(float snr);
|
||||
void dump_phase(float phase[], int L);
|
||||
void dump_phase_(float phase[], int L);
|
||||
void dump_hephase(int ind[], int dim);
|
||||
|
||||
/* NLP states */
|
||||
|
||||
@@ -55,6 +64,7 @@ void dump_sq(float sq[]);
|
||||
void dump_dec(COMP Fw[]);
|
||||
void dump_Fw(COMP Fw[]);
|
||||
void dump_e(float e_hz[]);
|
||||
void dump_Rk(float Rk[]);
|
||||
|
||||
/* post filter */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user