Search found 60 matches

by juha_tp
Sun May 26, 2024 4:58 pm
Forum: General
Topic: log10 lookup?
Replies: 20
Views: 549354

Re: log10 lookup?


...

For reference: running log10 a million times (1,000,000 times) takes 7 hundreds of a second (0.07s), running it 25 times over a second is unmeasurable.

Probably (depends on the compiler and compiler options FS uses) you'll get totally different measures if the input gets changed for each ...
by juha_tp
Sun May 26, 2024 10:12 am
Forum: General
Topic: log10 lookup?
Replies: 20
Views: 549354

Re: log10 lookup?


Nope... Wouldn't know how anyway :lol:
Do you mean something like using exp() style calcs and the mantissa stuff like for example MV did in his log math function ASM?

I use an almost normalized output from log10... around -0.15 to 1 (probably ended up using -0.15 as starting point because curve ...
by juha_tp
Sat May 25, 2024 9:03 pm
Forum: General
Topic: log10 lookup?
Replies: 20
Views: 549354

Re: log10 lookup?

R&R wrote: ...
Kinda feels wrong using log10's for a very rough visual representation only. Even if it's only in green and run at half framerate.
...
What ranges do you use with these log10's?
Have you tried if a fast approximation is suitable (enough accurate) to replace those functions?
by juha_tp
Fri Apr 05, 2024 8:26 am
Forum: DSP
Topic: Analog DB and digital DBfs
Replies: 2
Views: 80209

Re: Analog DB and digital DBfs

So i try to find a good value and a good match, how much analog DB correspond to digital DBfs..
The answer seams not so simple and could vary.. What did you think about this ??
By meter you linked; x ± 24 (depending on which way you want to convert it).
scales3.png
scales3.png (63.63 KiB) Viewed 80162 times
by juha_tp
Mon Feb 20, 2023 7:54 am
Forum: General
Topic: Private message notification mails from dsprobotics.com ?
Replies: 1
Views: 6820

Private message notification mails from dsprobotics.com ?

Lately I've got few private message notification mails from dsprobotics.com with login link. I've never click a link in email to login but log in as normally through a saved link and checking the private message folder shows empty box. Is private messaging service broken or are these post just ...
by juha_tp
Fri Feb 03, 2023 7:30 pm
Forum: General
Topic: Error when i try to create a vst or a .exe(standalone)
Replies: 5
Views: 11086

Re: Error when i try to create a vst or a .exe(standalone)

leandroseibel wrote: ...
Is a simple wave player with impulse response loader to make the Riaa REVERSE curve for cut or emboss vinyl disc's!
...
Hmm... why IR and not IIR?
Also, do you support all commonly used sample rates (CD to DSD) ?
by juha_tp
Sun Aug 28, 2022 9:55 am
Forum: DSP
Topic: shufps bug ? (And interpolation)
Replies: 10
Views: 27562

Re: shufps bug ? (And interpolation)

...
This is not an Hermite interpolation but a cubic/Catmull-Rom splines.
Will try the Hermite latter..

Depends on what you're after in this thread but IIRC, Catmull-Rom is widely used in DSP applications.
I did some 5-point comparisons with random y data:

m

BTW, there is a collection of ...
by juha_tp
Sun Feb 06, 2022 7:26 pm
Forum: General
Topic: less cpu hungry power approximation?
Replies: 6
Views: 14396

Re: less cpu hungry power approximation?

Hmm... how much faster approximation is depends on accuracy you need.

Is this assembler code FS compatible https://wurstcaptures.untergrund.net/as ... ricks.html ?
by juha_tp
Sun Aug 08, 2021 4:34 pm
Forum: General
Topic: Weird float problem
Replies: 10
Views: 25536

Re: Weird float problem

User wrote:I'm trying to reduce input noise by using an inverted signal with a value of 0.99999994. Problem is that the float primitive is rounding it to 1. Any ideas how to solve it ? Or why is it doing that rounding ?



Hmm... where do you put that value and where do you see it rounded?
by juha_tp
Mon Jun 21, 2021 8:01 pm
Forum: DSP
Topic: DSP for windows output
Replies: 1
Views: 12413

Re: DSP for windows output

Thiscan be done through VAC (virtual audio cable driver, VB-Audio's Voicemeeter as for an example) but, you also could use APO layer as like done in EqualizerAPO (partial support for VST effects,though, I have not tried if VSTi would work... ).