Support

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

In the mood 4 sharing. My 4 VST as OSM's 4 U :)

Post any examples or modules that you want to share here

Re: In the mood 4 sharing. My 4 VST as OSM's 4 U :)

Postby tester » Wed Sep 11, 2013 11:02 pm

Interesting thing about these oversampling methods. Tor - do you know how to implement these shaping methods to not oversampled signals? And do you know other noise shaping methods and how to implement them?
Attachments
test-005-tests-002.fsm
(32.59 KiB) Downloaded 1278 times
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
tester
 
Posts: 1786
Joined: Wed Jan 18, 2012 10:52 pm
Location: Poland, internet

Re: In the mood 4 sharing. My 4 VST as OSM's 4 U :)

Postby tester » Wed Sep 11, 2013 11:44 pm

Oversample x4 inside. I must say that there are audible differences between OS4 and others, I hear them also on polyphase resampling.

Also found an interesting talk on dithering and some noise shaping:
http://synthmaker.co.uk/forum/viewtopic.php?f=4&t=6568
Attachments
test-filters-pack.fsm
(38.67 KiB) Downloaded 1230 times
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
tester
 
Posts: 1786
Joined: Wed Jan 18, 2012 10:52 pm
Location: Poland, internet

Re: In the mood 4 sharing. My 4 VST as OSM's 4 U :)

Postby tester » Wed Sep 11, 2013 11:57 pm

And one more thing. In peak filter, it seems that Q should be equal Q/4. Whatever comparisons I do with external filters - all SM/FS implementations of biquads have that difference in Q factor. Have no idea why.
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
tester
 
Posts: 1786
Joined: Wed Jan 18, 2012 10:52 pm
Location: Poland, internet

Re: In the mood 4 sharing. My 4 VST as OSM's 4 U :)

Postby tester » Thu Sep 12, 2013 10:29 am

I wonder how will sound 8x oversampled monster. :-)
I asume that the same type of cascading US/DS should follow?
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
tester
 
Posts: 1786
Joined: Wed Jan 18, 2012 10:52 pm
Location: Poland, internet

Re: In the mood 4 sharing. My 4 VST as OSM's 4 U :)

Postby tor » Thu Sep 12, 2013 11:50 am

I never noticed the Q factor you mention but I will check it out. One more thing your 'e' limiter can be optimized a little.

Code: Select all
e = ((b-d)>=0)&(b-d)+((b-d)<0)&1e-10;


Code: Select all
bd=b-d;
e = ((bd)>=0)&(bd)+((bd)<0)&1e-10;
tor
 
Posts: 114
Joined: Fri Sep 24, 2010 5:54 pm

Re: In the mood 4 sharing. My 4 VST as OSM's 4 U :)

Postby tester » Thu Sep 12, 2013 12:29 pm

Unoptimized version of 8x oversampled filters. Can someone tell if this is correct setup?

As for optimization - the up/downsamplers can be pushed through mono4 in a different way. Right now - the 2nd pass of filtering just goes through all, but the up/down sampling can be processed separately, thus - I guess - saving some CPU I guess. Need to check that.

Meanwhile I think I add 16x oversampled version, to allow full tests. :-)
Attachments
test-filters-pack-1-unoptimized.fsm
(51.25 KiB) Downloaded 1240 times
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
tester
 
Posts: 1786
Joined: Wed Jan 18, 2012 10:52 pm
Location: Poland, internet

Re: In the mood 4 sharing. My 4 VST as OSM's 4 U :)

Postby tor » Thu Sep 12, 2013 1:09 pm

looks all good to me. have not tested though.
tor
 
Posts: 114
Joined: Fri Sep 24, 2010 5:54 pm

Re: In the mood 4 sharing. My 4 VST as OSM's 4 U :)

Postby tor » Thu Sep 12, 2013 1:13 pm

Dozius made this one. Maybe used to save CPU :)
Attachments
Stereo Upsample-Dozius.fsm
(7.91 KiB) Downloaded 1243 times
tor
 
Posts: 114
Joined: Fri Sep 24, 2010 5:54 pm

Re: In the mood 4 sharing. My 4 VST as OSM's 4 U :)

Postby tester » Thu Sep 12, 2013 2:18 pm

...and how to use it correctly in OS higher than 2?
I mean - how to get these all A,B,C... nodes for filter?
And more important - what comes out of these nodes? (in terms of spectral range? some sort of splits of spectra?)
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
tester
 
Posts: 1786
Joined: Wed Jan 18, 2012 10:52 pm
Location: Poland, internet

Re: In the mood 4 sharing. My 4 VST as OSM's 4 U :)

Postby tor » Thu Sep 12, 2013 3:04 pm

There you have it ;)
Attachments
biquad-filters-pack-Optimized.fsm
(57.93 KiB) Downloaded 1267 times
tor
 
Posts: 114
Joined: Fri Sep 24, 2010 5:54 pm

PreviousNext

Return to User Examples

Who is online

Users browsing this forum: Google [Bot] and 49 guests