Arrows (Re: [Haskell-cafe] Sample rate inference)

2004-11-11 Thread Koji Nakahara
On Fri, 12 Nov 2004 01:10:06 +0900 Koji Nakahara <[EMAIL PROTECTED]> wrote: > On Thu, 11 Nov 2004 10:49:13 +0100 (MEZ) > Henning Thielemann <[EMAIL PROTECTED]> wrote: > > > The computation sample rate should be propagated through the network as > > follows: > > If in a component of equal sampl

Re: [Haskell-cafe] Sample rate inference

2004-11-11 Thread Jeremy Shaw
Hello, This sounds vaguely like the encryption modulus problem dealt with in this paper: http://www.eecs.harvard.edu/~ccshan/prepose/prepose.pdf "Function Pearl: Implicit Configurations -- or, Type Classes Reflect the Values of Types". Though, I have not thought about it too hard... Jeremy Sha

Re: [Haskell-cafe] Sample rate inference

2004-11-11 Thread Glynn Clements
Henning Thielemann wrote: > > > The computation sample rate should be propagated through the network as > > > follows: > > > If in a component of equal sample rate some processors have the same > > > fixed sample rate, all uncertain processors must adapt that. > > > If some processors have

Re: [Haskell-cafe] Sample rate inference

2004-11-11 Thread Keith Wansbrough
Koji Nakahara <[EMAIL PROTECTED]> wrote: > On Thu, 11 Nov 2004 10:49:13 +0100 (MEZ) > Henning Thielemann <[EMAIL PROTECTED]> wrote: > > > The computation sample rate should be propagated through the network as > > follows: > > If in a component of equal sample rate some processors have the sam

Re: [Haskell-cafe] Sample rate inference

2004-11-11 Thread Koji Nakahara
On Thu, 11 Nov 2004 10:49:13 +0100 (MEZ) Henning Thielemann <[EMAIL PROTECTED]> wrote: > The computation sample rate should be propagated through the network as > follows: > If in a component of equal sample rate some processors have the same > fixed sample rate, all uncertain processors must a

Re: [Haskell-cafe] Sample rate inference

2004-11-11 Thread Henning Thielemann
On Thu, 11 Nov 2004, Andreas Bauer wrote: > On Thu, Nov 11, 2004 at 10:49:13AM +0100, Henning Thielemann wrote: > > > The computation sample rate should be propagated through the network as > > follows: > > If in a component of equal sample rate some processors have the same > > fixed sample

Re: [Haskell-cafe] Sample rate inference

2004-11-11 Thread Andreas Bauer
On Thu, Nov 11, 2004 at 10:49:13AM +0100, Henning Thielemann wrote: > The computation sample rate should be propagated through the network as > follows: > If in a component of equal sample rate some processors have the same > fixed sample rate, all uncertain processors must adapt that. > If

Re: [Haskell-cafe] Sample rate inference

2004-11-11 Thread Henning Thielemann
On Thu, 11 Nov 2004, Glynn Clements wrote: > > The computation sample rate should be propagated through the network as > > follows: > > If in a component of equal sample rate some processors have the same > > fixed sample rate, all uncertain processors must adapt that. > > If some processor

Re: [Haskell-cafe] Sample rate inference

2004-11-11 Thread Glynn Clements
Henning Thielemann wrote: > I want to connect several functions for signal processing. The typical > case is that in a network of signal processor there are parts that are > already discretized such as sampled sounds, and there are processors with > no particular sample rate such as amplifiers.

[Haskell-cafe] Sample rate inference

2004-11-11 Thread Henning Thielemann
I want to connect several functions for signal processing. The typical case is that in a network of signal processor there are parts that are already discretized such as sampled sounds, and there are processors with no particular sample rate such as amplifiers. But when it comes to computation ea