If you have a problem or need to report a bug please email : support@dsprobotics.com
There are 3 sections to this support area:
DOWNLOADS: access to product manuals, support files and drivers
HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects
USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here
NEW REGISTRATIONS - please contact us if you wish to register on the forum
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
Any Whittaker–Shannon Interpolation module?
4 posts
• Page 1 of 1
Any Whittaker–Shannon Interpolation module?
Hi there,
I've a collection of 100 samples that describe a discrete signal (from 1hz to 40hz), and I'd like to plot a graph that show the analog/continuos-bandlimited signal after an ideal DAC.
Is there any Whittaker–Shannon Interpolation module out of the box that will already draw it?
Or somethings made by community in these years that emulate this?
Thanks
I've a collection of 100 samples that describe a discrete signal (from 1hz to 40hz), and I'd like to plot a graph that show the analog/continuos-bandlimited signal after an ideal DAC.
Is there any Whittaker–Shannon Interpolation module out of the box that will already draw it?
Or somethings made by community in these years that emulate this?
Thanks
- Nowhk
- Posts: 275
- Joined: Mon Oct 27, 2014 6:45 pm
Re: Any Whittaker–Shannon Interpolation module?
Here is one for sample size power of two.
- Attachments
-
- SincInterpolation.fsm
- (8.9 KiB) Downloaded 795 times
-
martinvicanek - Posts: 1328
- Joined: Sat Jun 22, 2013 8:28 pm
Re: Any Whittaker–Shannon Interpolation module?
martinvicanek wrote:Here is one for sample size power of two.
Thanks for the help and the fancy module Tried to edit the input signal with a sin. But it messes the graph, not sure why:
Here's the DSP code:
- Code: Select all
streamin sr;
streamin freq;
streamout x;
float i=0;
x = sin1(i/sr);
i = i + sr/freq;
Schematic:
Sometimes, it draw correctly Where's the bug? Thanks
- Nowhk
- Posts: 275
- Joined: Mon Oct 27, 2014 6:45 pm
Re: Any Whittaker–Shannon Interpolation module?
I think I've got it! I just need to retrigger the [F] SyncInterpolation module, so it propagates the changes
Thanks boss!!!!
Thanks boss!!!!
- Nowhk
- Posts: 275
- Joined: Mon Oct 27, 2014 6:45 pm
4 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 50 guests