ICA, Blind Signal Separation is Adaptive321 (4/20/2007 6:16:15 PM) comp.dsp Hi, Is ICA or Blind Signal Separation is an Adaptive technique? What is the difference between the above two techniques? Thank you ... 2006
For Bluetooth Headset's what Noise canceling are used, investigated?040 (4/19/2007 3:15:15 PM) comp.dsp Hi More & more Bluetooth Headset's are being used, nowadays. What are the popular Noise canceling algo are used? What are being investigated for future use? Are there any being discarded as old technology? T... 2006
ICA Vs Beam forming for Noise canceling128 (4/13/2007 5:27:45 PM) comp.dsp Hi In context of using two microphones: 1) What is attractive about ICA? 2) How does ICA compares with Beam forming technique for Noise canceling? 3) Any useful pointers, URLs etc? Thanks ... 2006
ICA Vs Beam forming for Noise canceling1107 (4/13/2007 5:27:42 PM) comp.ai.neural-nets Hi In context of using two microphones: 1) What is attractive about ICA? 2) How does ICA compares with Beam forming technique for Noise canceling? 3) Any useful pointers, URLs etc? Thanks ... 2005
Would using the phase info makes a Noise cancelling system efficient624 (3/2/2007 7:43:37 PM) comp.dsp Hi If I were to implement a efficient Noise cancelling algo, perhaps to go in a tiny microprocessor, should I be using a phase info? Can someone elaborate this please? Are there any tutorial oriented papers,... 2006
Bool expression1027 (10/27/2006 12:45:22 AM) comp.lang.c++ Hi, The expression below bool Full() {return ((mSize==MAXSIZE) ? true : false);} My question is if (mSize==MAXSIZE), would it return 1 or 0? Of course I ran the code but it conflicts with the spec that I wa... uws2003(86)
Two objects created in a Single class333 (10/28/2006 1:29:54 AM) comp.lang.c++ Hi I have a situation that I created two objects in a Single class, say CAll All_A, All_B; I can access the public functions within them without the "." operation, say public function Display(), Term() ; ins... uws2003(86)
formatting with int532 (10/28/2006 7:39:41 PM) comp.lang.c++ Hi I have nos like 10000; I need to write to a file like 10,000 The "," is inserted. How could I do this? ... uws2003(86)
modulus etc523 (10/28/2006 10:49:16 PM) comp.lang.c++ Hi I know 2000%1000 = 0 What can I do it to print "0" 3 times 000 The above is an exceptional case and simple cases are (this no problem) 2123%1000 = 123 Thanks ... uws2003(86)
C++ Best practices, OOD, Linked List1729 (10/29/2006 4:24:58 PM) comp.lang.c++ Hi In C++, are the following considered best practices or not? - passing aguments to functions (ie functions do not take any arguments ) - returning values using return statement Anything else? The reason fo... uws2003(86)
Virtual Class - why?720 (12/19/2006 12:14:17 AM) comp.lang.c++ Hi What is the purpose of declaring a class with a "Virtual" in front? What is the benefit? Thanks ... uws2003(86)