• R/O
  • SSH
  • HTTPS

openica: Commit


Commit MetaInfo

Revision11 (tree)
Zeit2008-09-01 17:32:45
Autoryuu-t

Log Message

bug fix for bt_ica: output signal is not correct

Ändern Zusammenfassung

Diff

--- openica-gui/bt_ica/fdica_batch.cc (revision 10)
+++ openica-gui/bt_ica/fdica_batch.cc (revision 11)
@@ -123,7 +123,7 @@
123123
124124 for( j = 0 ; j < param->nMICs; j++ ) {
125125 sprintf( fname, "%s%d%d.raw", param->out_prefix, j + 1, i + 1 );
126- if( rawwrite<short>( wave_output[i], fname, param->isSwap ) != RAWT_NOERROR ){
126+ if( rawwrite<short>( wave_output[j], fname, param->isSwap ) != RAWT_NOERROR ){
127127 fprintf( stderr, "Cannot write separated signal %s\n", fname );
128128 }
129129 }
Show on old repository browser