-
Thank you for providing such a good framework. However, I have a question: does it support displaying decibels?
-
Hi @MarcusDenker!
I'm trying to implement the decibel unit.
This is based on the watt but without a "linear" conversion. The conversion from db to w is
```st
10 raisedTo: (db-30 / 10)
```
…
-
-
I don't understand how the dB unit works. It doesn't produce the right result
for voltage ratios:
```
>>> float((2*V / (1*V))/dB)
3.0102999566398116
```
It seems to be a power ratio only? So `3*dB…
-
Let's use this issue to coordinate the statistics / math notebooks as part of the fundamentals. We can move these out to a separate repo later if that makes more sense organization-wise.
Below are …
-
**Describe the project you are working on:**
It's not really relevant to this general usability improvement suggestion.
**Describe the problem or limitation you are having in your project:**
It's…
-
### Feature Description
Problem: My Macbook only has 256GB SSD as I am not willing to pay the absurd upcharge for a bigger SSD
So I have to save space
Recording WAV takes a lot of space
So when I …
-
In the class SX126X, 'setTCXO' is called after 'config' for both 'begin' and 'beginFSK'. 'config' runs the calibration command. The TCXO needs to be configured before calibration is run. so currently …
-
**Disclaimer:**
- [x] I have checked for a similar issue, and I am sure it hasn't been reported before.
**Description:**
People with limited hearing usually get audiograms showing the minimum lo…
-
Hi,
I've found a simple way to objectively measure bleed and fullness in context of music source separation that I think could be useful as I haven't seen any existing objective metric doing this, …