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
Search found 23 matches
- Sun Nov 05, 2017 2:01 am
- Forum: General
- Topic: Intresting article on porting to 64 bits.
- Replies: 0
- Views: 11231
- Sun Nov 05, 2017 2:00 am
- Forum: General
- Topic: I support 64Bit development
- Replies: 265
- Views: 2013385
Re: I support 64Bit development
Yes, I will support a paid venture for deving FS to 64 bits.
- Wed Jan 13, 2016 7:16 pm
- Forum: DSP
- Topic: Spectrum analyzer GUI
- Replies: 4
- Views: 26228
Re: Spectrum analyzer GUI
Hey this is great! One issue with my system is that it's response seems shifted too far to the left so even hi freqs are peaking to the left is there a way I can shift the spread to the right?
- Fri Apr 25, 2014 3:32 pm
- Forum: General
- Topic: a virus on your computer
- Replies: 4
- Views: 10694
Re: a virus on your computer
audiodg.exe 
- Sat Apr 19, 2014 4:46 pm
- Forum: General
- Topic: Need an analyzer and an oscope.
- Replies: 0
- Views: 8303
Need an analyzer and an oscope.
Does anybody have a analyzer and oscope. The one included in FS seems limited. Wondering if anybody could hook me up with a something that allows a little more control. Thanks.
- Wed Apr 16, 2014 3:13 am
- Forum: General
- Topic: how to do square root or x^2 in the dsp component.
- Replies: 2
- Views: 9381
Re: how to do square root or x^2 in the dsp component.
looks like I figured it out!
y = pow(x,2) where x = base and 2 is the exponent.
y = pow(x,2) where x = base and 2 is the exponent.
- Wed Apr 16, 2014 2:22 am
- Forum: General
- Topic: how to do square root or x^2 in the dsp component.
- Replies: 2
- Views: 9381
how to do square root or x^2 in the dsp component.
I've been trying to do a exponential calculation in the dsp command.
-It seems we have the exp(x) expression, but this doesn't seem to do what it should. (see attached)
-Normally on a calculator such as the TI-83 we can do 2^2= 4. Doing this in the DSP component the IDE will registers it as a ...
-It seems we have the exp(x) expression, but this doesn't seem to do what it should. (see attached)
-Normally on a calculator such as the TI-83 we can do 2^2= 4. Doing this in the DSP component the IDE will registers it as a ...
- Thu Mar 13, 2014 11:31 pm
- Forum: General
- Topic: Why is this not working?
- Replies: 5
- Views: 11947
Re: Why is this not working?
Nick, thank you very much man!
Would you happen to know where I could get a full list of expressions for the DSP component? The manual seems to only list a few of them.
Also I saw your web site you posted been meaning to check them out as soon as I get the time.
-Joe
Would you happen to know where I could get a full list of expressions for the DSP component? The manual seems to only list a few of them.
Also I saw your web site you posted been meaning to check them out as soon as I get the time.
-Joe
- Thu Mar 13, 2014 2:11 am
- Forum: General
- Topic: Why is this not working?
- Replies: 5
- Views: 11947
Why is this not working?
Hello, I'm trying to get this DSP code to route signals to two different outputs. It seems to work ok with a simple Boolean true/false control, but will not work when I tie my oscillator up to it. Please see my attached file.
- Fri Nov 08, 2013 2:47 pm
- Forum: General
- Topic: Wraping the signal.
- Replies: 2
- Views: 7577
Re: Wraping the signal.
Thank you Tro, I do get sound out of it and when I bring my osc to 1 I get distortion which I suppose should be the case. Correct? When plugging a scope into it I don't get an output reading.