- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi everyone!
I need to resample audio data between common sample rates. I noticed Intel IPP have resampling utility based on polyphase resampling. However, polyphase resampling firstly up-sample data to the least common multiple of the two sample rates, then perform a low-pass filter on that high sample rate. So if the source and target sample rates produce a very large least common multiple (such as commonly used 44100 and 48000 Hz), would it have very high work load? As the least common multiple of 44100 and 48000 is as high as 7 MHz!
Thanks for a lot!
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Here is a simple example for the IppsResamplingPolyphaseFixed:
https://software.intel.com/en-us/node/502289
I would suggest you run this code at your target system and know their performance. It may help you to learn what's the workload for your application.
Thanks,
Chao

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