- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm in the process of converting from older signal processing liobraries (I think ISPL 4.5), and having some troubles with generating an audio sample with reverse FFT. With the old libraries to generate, let's say for simplicity, 1Khz toneI used to zero a buffer, fill it with a value at [ 1000 * FFTSize / SamplingRate * 2 ], and then ran nspdRealFft( Buffer, FFTOrder, NSP_Inv ). That did it, the sine wave was there. The new libraries changed a lot in the FFT department, so whatever I do don't seem to generate a sine wave but rather some bizzare distortedsignal. Can anybody help me with 1Khz tone and sequence of IPP functions I have to call?
Thanks, Anton
PS. I used 1Khz as an example, the signal I'm tring to generate is quite different (specially formed noise) and I really cannot use other signal generating techniquies.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Never mind, I fiigured it out. Scaling has changed and was wrong, so I was just overloading theoutput, hence distordedwaves.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
that's great that you were able to migrate from old libraries to IPP. BTW, what is your feeling about IPP, are you satisfied with functionality, performance, documentation, samples? Your feedback will help us to keep improving IPP in the next versions.
Regards,
Vladimir

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page