Hi all,
I have been trying to code an audio noise reduction routine using DSPLib 2.4 on the eZDSP TMS320C5505 stick, however I came across some problems using the rfft and rifft functions, as they did not behave as I expected them to.
I then went right back to basics to try and understand how they function and how I should be using them, and I tried to compile and run the example rfft code found in the example folder in the DSPLib folder. However I cannot get this to run either! The code seems to hang somewhere inside the rfft function, probably within one of the .asm it uses.
I am new to CSS, so it could be I am doing something very stupid here, and I have now spend almost a whole day trying to make something work that I feel should be trivial. I was wondering if anyone could possibly create and put up a project file for the rfft example that runs on their c5505 stick, so I can try and see where I am going wrong?
I believe I am using a v3.3 silicon, and have rebuilt the DSPLib for that (Although that could be wrong as well...). I can put up what I have done if anyone wants it.
Thanks,
J