Re: [Spuc-users] Reed Solomon Encoder
Brought to you by:
spuc
|
From: Tony K. <tk...@pa...> - 2005-11-28 19:27:39
|
Hi Toni, I've found some problems with the same issue. In Array1D::destroy_(), I believe ref_count should be replaced with *ref_count. However, there are still issues as apparently the lack of a destructor of the gf class causes problems. Both of these classes were based on different source libraries so I not sure if the same problem was originally there. I believe there is an example of reed-solomon in the ITPP library (from where the code is taken). If that is all you need, I'd suggest you look at it. Tony Toni Castells <tca...@go...> wrote: Hi, I am using the SPUC libraries under Visual C++ 6.0. I had some problems compiling and linking them but I found a way to sort it out. But, I get an error when I am using the 'reed_solomon' class to encode a binary source of data. When I initialize my variable I get an assertion error. This is the code I am using to initialize it: SPUC::reed_solomon rsEncoder(8, 16); //Reed-Solomon(255, 223) When Visual C++ executes this line I get an assertion error in Array1D::destroy_() function. Does anyone know how to solve this problem? Toni ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ Spuc-users mailing list Spu...@li... https://lists.sourceforge.net/lists/listinfo/spuc-users |