easy, I do at least know that much about what squaring is ;)
2017-03-23 19:27 GMT-03:00 Christof Ressi :
>
> F(1) (= the sum after a full period) is 0.5. That's the reason why the
> Hanning window in this case is twice as large to bring the sum to 1.
> weighting a constant(!) signal with such a H
this one is it:
https://www.youtube.com/watch?v=J_4zr0Qk6o0
"just a single pd patch"
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management ->
https://lists.puredata.info/listinfo/pd-list
> sorry, I guess I didn't get most of what you said :/ kinda over my head...
no worries. just an awkward attempt from my side to explain code with words :-D.
> actually, also, the envelope is applied to the squares of the amplitudes...
> and this gets me completely lost now on what it means m
On Thu, Mar 23, 2017 at 4:11 PM, Alexandre Torres Porres
wrote:
> actually, also, the envelope is applied to the squares of the
> amplitudes... and this gets me completely lost now on what it means
> mathematically
>
>
It means that negative signals will count the same as positive ones.
Martin
_
Oh, did i say the interface was a web gui ? OS-agnostic ?
Le 23 mars 2017 21:18:33 GMT+01:00, Baptiste Chatel
a écrit :
>I bought a MOTU Ultralite AVB with my Asus n550jv with a double boot
>W10/ubuntu. The ultralite avb is awesome. USB2, Class-compliant, adat
>i/o, internal mixer, EQ, gates, co
I bought a MOTU Ultralite AVB with my Asus n550jv with a double boot
W10/ubuntu. The ultralite avb is awesome. USB2, Class-compliant, adat i/o,
internal mixer, EQ, gates, compressors, aux, routing, presets everywhere. Audio
over IP if you're keen to in motu's avb stuff and/or newer macs. Oh, and
actually, also, the envelope is applied to the squares of the amplitudes...
and this gets me completely lost now on what it means mathematically
2017-03-23 17:00 GMT-03:00 Alexandre Torres Porres :
>
>
> 2017-03-23 16:53 GMT-03:00 Alexandre Torres Porres :
>
>>
>>
>> 2017-03-23 16:45 GMT-03:00 Al
2017-03-23 16:53 GMT-03:00 Alexandre Torres Porres :
>
>
> 2017-03-23 16:45 GMT-03:00 Alexandre Torres Porres :
>
>>
>> and as I see it, it's just applying a hanning envelope into the input and
>> NOTHING more, right?
>>
>
> the hanning envelope itself actually goes from 0 to "2" and not from 0 to
2017-03-23 16:45 GMT-03:00 Alexandre Torres Porres :
>
> and as I see it, it's just applying a hanning envelope into the input and
> NOTHING more, right?
>
the hanning envelope itself actually goes from 0 to "2" and not from 0 to
1, so I assume the compensation is done right there...
sorry, I guess I didn't get most of what you said :/ kinda over my head...
2017-03-23 15:06 GMT-03:00 Christof Ressi :
> > (and feel like the overlap affects only the output rate)
>
> Exactly! That's what i meant.
>
> > 2017-03-23 10:59
>
> > Gesendet: Donnerstag, 23. März 2017 um 15:12 Uhr
> > V
2017-03-23 6:54 GMT-03:00 Orm Finnendahl
>
> In the object's new method, the object allocates a buffer ("buf") and
> writes the Hanning function with RMS compensation (the two nested
> divisions by npoints) into it.
>
ok, I get "buf" is a hann window with very small values (which depend on
npoints
> (and feel like the overlap affects only the output rate)
Exactly! That's what i meant.
> 2017-03-23 10:59
> Gesendet: Donnerstag, 23. März 2017 um 15:12 Uhr
> Von: "Alexandre Torres Porres"
> An: "Christof Ressi"
> Cc: "pd-list@lists.iem.at"
> Betreff: Re: Re: [PD] how does env~ work?
>
>
If I were in your situation, I’d stick with a Thinkpad. They are expensive, but
IMHO worth the price as they are rugged, reliable, and repairable. In general,
Linux distress run well on their hardware. Another good option is a Panasonic
Toughbook which are admittedly bulkier and expensive but yo
> Hi Jonathan,
> Sorry for the delay, the plutil manpage for 10.8.5 says about format
> for the '-convert' flag:
> fmt is one of: xml1, for version 1 of the XML plist format
> binary1, for version 1 of the binary plist format
> json, for the JSON format
> Among the additional options is:
> -r
Am Donnerstag, den 23. März 2017 um 10:59:16 Uhr (-0300) schrieb Alexandre
Torres Porres:
>
> the input is a sinusoid
That's the problem: If the size of the analysis window is sufficiently
large compared to the frequency of a static sinusoid You can't really
expect any difference in the rms value
I do realize the windowing makes the result more accurate and stable,
somehow... (and feel like the overlap affects only the output rate)
2017-03-23 10:59 GMT-03:00 Alexandre Torres Porres :
>
>
> 2017-03-23 10:58 GMT-03:00 Alexandre Torres Porres :
>
>> how does overlap affect the rms value? If
Le 23/03/2017 à 09:24, IOhannes m zmoelnig a écrit :
> On 2017-03-22 16:55, Jack wrote:
>> Le 22/03/2017 à 16:41, Christof Ressi a écrit :
>>> does it *really* have to be faster than 40ms? what are you trying to do? do
>>> you *need* the output in 0 logical time? depending on the situation you
>>
2017-03-23 10:58 GMT-03:00 Alexandre Torres Porres :
> how does overlap affect the rms value? If I use an overlap of 32 I see no
> difference, except the output rate.
>
this is comparing an overlap of 32 to an overlap of "1" (no overlaps), and
a window size of 8192 (256 being the hop size) - the
how does overlap affect the rms value? If I use an overlap of 32 I see no
difference, except the output rate.
2017-03-23 8:07 GMT-03:00 Christof Ressi :
> some additions:
>
> the object maintains a summing buffer where it writes the current sum of
> the different analysis windows (the number of w
some additions:
the object maintains a summing buffer where it writes the current sum of the
different analysis windows (the number of windows depends on the hop size),
starting with the most recent one.
what happens in the loop is that it takes n input samples, squares them,
multiplies it wi
João Pais writes:
>
> I would be looking for a similar setup:
> - a robust laptop where to run w10. The less weight the better, even
> if it sacrifices some performance.
I'm a Linux user, but I've been using a Dell XPS 15 9550. The form
factor is nice, it's relatively thin and light. I'd say my
Am Donnerstag, den 23. März 2017 um 01:34:58 Uhr (-0300) schrieb
Alexandre Torres Porres:
> howdy, help file says "The analysis is "Hanning" (raised cosine) windowed."
>
> how does that work? I tried looking at the code and got no clue...
In the object's new method, the object allocates a buffer
Hi João,
Am Donnerstag, den 23. März 2017 um 08:51:36 Uhr (+0100) schrieb João
Pais:
> I would be looking for a similar setup:
> - a robust laptop where to run w10. The less weight the better, even if it
> sacrifices some performance.
I'm on a ThinkPad T460s and it's well worth it.
> - which aud
On 2017-03-22 16:55, Jack wrote:
> Le 22/03/2017 à 16:41, Christof Ressi a écrit :
>> does it *really* have to be faster than 40ms? what are you trying to do? do
>> you *need* the output in 0 logical time? depending on the situation you
>> might want to spread the computation across multiple audi
Dear list,
I'm looking to buy new laptop and a matching audio interface for daily use
+ audio performance/programming (not video). I would be interested to know
what are the current trends nowadays, and what experiences you have.
My current setup is:
- windows 10 (won't change)
- Lenovo X61s (I'm
Hi Jonathan,
Sorry for the delay, the plutil manpage for 10.8.5 says about format
for the '-convert' flag:
fmt is one of: xml1, for version 1 of the XML plist format
binary1, for version 1 of the binary plist format
json, for the JSON format
Among the additional options is:
-r For JSon, add w
26 matches
Mail list logo