|
From: ottawajn on 6 Dec 2006 22:39 Dear there, I write a convolution algorithm using c++. But, the analysis result is different with the one obtined by wconv1 under Matlab environment. Could any one know the details of wconv1? I check the codes of wconv1 and didn't find the details in toolbox. Thank you. Cajn
From: Jack Klein on 6 Dec 2006 23:45 On 6 Dec 2006 19:39:47 -0800, "ottawajn" <ny_abc2000(a)yahoo.com> wrote in alt.comp.lang.learn.c-c++: > Dear there, > > I write a convolution algorithm using c++. > > But, the analysis result is different with the one obtined by wconv1 > under Matlab environment. > > Could any one know the details of wconv1? I check the codes of wconv1 > and didn't find the details in toolbox. > > Thank you. > > Cajn Don't multipost, that is post the same message one at a time to multiple groups. This group discusses the C and C++ programming languages, not Matlab. If you want to know about a Matlab function, find a Matlab group to ask in, or contact their technical support. -- Jack Klein Home: http://JK-Technology.Com FAQs for comp.lang.c http://c-faq.com/ comp.lang.c++ http://www.parashift.com/c++-faq-lite/ alt.comp.lang.learn.c-c++ http://www.contrib.andrew.cmu.edu/~ajo/docs/FAQ-acllc.html
|
Pages: 1 Prev: Overloading fails - what is wrong ? Next: bitwise operator |