-
I have noticed in the various releases (now in 1.9.0) that the quad drifts back and to the right. I had seem this before upgrading and it took awhole lot of trim to get it to stay still. Even after …
-
add
- parameter to select DCT type III (used by htk) or DCT type II (use in Slaney's). Currently in essentia we have type II . Note that in librosa they use type III by default.
- paramter for op…
-
@mrjbq7, @erg, @bjourne,
I am starting a new project based on Factor. Skov is a visual (or graphical) programming system where programs are represented by graphs. It can be thought of as a visual Lis…
-
As I say above, I use Ubuntu Linux. Let me explain just a few things here. I have a decent machine (Lenovo Yoga 3 14" with an i5 and 8GB RAM) and it can play MC with decent framerates (40-60 fps). How…
-
is an algorithm on its own. We should be able to template a general routine to evaluate all orthogonal polynomials. Chebfun's [clenshaw algorithm](https://github.com/chebfun/chebfun/blob/development/@…
-
``` c
typedef unsigned long u64;
typedef __uint128_t u128;
u64 f(u64 x, u64 y) {
u128 mul = (u128)x * (u128)y;
mul += 1UL > 64;
}
```
This produces efficient code that cannot be written in R…
-
bc.. Recently I've seen that we can't rely on term rewriting facilities
currently implemented in SymPy (I mean expand(), combine() and ratsimp()
functions). At first we should consider ubiquitous expa…
-
Found in code for `Jamoma::Sample`:
```
//TODO: Add some additional fill() options -- e.g. filling with a sine function, sinc function, etc.
//These can emulate options found here:
//https://github.c…
-
bc.. Implement integration of polynomials, and some simple funtions. This should
be easy.
The general algorithm is described in: http://sympy.googlecode.com/svn/trunk/doc/issac98.pdf But this is pro…
-
Hello again,
I'm having a problem since the last few days. Let's say I have a really simple code:
``` python
import numpy as np
np.
```
After some time processing for the autocompletion the next me…