Home > functions > device > filter_func > vb_mex_compile.m

vb_mex_compile

PURPOSE ^

Copyright (C) 2011, ATR All Rights Reserved.

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

 Copyright (C) 2011, ATR All Rights Reserved.
 License : New BSD License(see VBMEG_LICENSE.txt)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 %
0002 % Copyright (C) 2011, ATR All Rights Reserved.
0003 % License : New BSD License(see VBMEG_LICENSE.txt)
0004 
0005 current = pwd;
0006 p = vb_get_file_parts(which('vb_online_filter_loop_mex.c'));
0007 cd(p);
0008 try
0009 mex -v vb_online_filter_loop_mex.c
0010 mex -v vb_online_highpass_filt.c
0011 mex -v vb_online_lowpass_filt.c
0012 %mex -v matrix_product.c
0013 catch
0014 end
0015 cd(current);
0016 
0017

Generated on Tue 27-Aug-2013 11:46:04 by m2html © 2005