ArrayArrayArrayArrayArrayArrayArray
BrainModularBrainModular Users Forum2020-08-21T11:43:41+02:00https://brainmodular.com/forums/app.php/feed/topic/67202020-08-21T11:43:41+02:002020-08-21T11:43:41+02:00https://brainmodular.com/forums/viewtopic.php?t=6720&p=42849#p42849have a look at my module "store array 512x2048" in the oli_lab pack/datalab/array it provides what you need to store array from an FFT then to retrive stored arrays and do morphing.
see also the example included in the pack.
cheers
Statistics: Posted by oli_lab — 21 Aug 2020, 11:43
Hi, I wanted to record the different bins for a spectral freeze effect. I wanted to do some translations and rec a small window to read in random orders added with a small amount of noise on each real bin. That's why I wanted to use some arrays for the maths.
There's example patch in the library called 'Spectral Average', perhaps that's what you're looking for.
]]>2020-07-19T12:30:19+02:002020-07-19T12:30:19+02:00https://brainmodular.com/forums/viewtopic.php?t=6720&p=42761#p42761Be carefull with FFT manipulations, it could be very expensive in CPU consumption. You'll had to trigg your calculations with the bins size.
Statistics: Posted by SylvainT — 19 Jul 2020, 12:30
]]>2020-07-19T11:21:14+02:002020-07-19T11:21:14+02:00https://brainmodular.com/forums/viewtopic.php?t=6720&p=42759#p42759I wanted to record the different bins for a spectral freeze effect. I wanted to do some translations and rec a small window to read in random orders added with a small amount of noise on each real bin. That's why I wanted to use some arrays for the maths.
]]>2020-07-19T02:03:09+02:002020-07-19T02:03:09+02:00https://brainmodular.com/forums/viewtopic.php?t=6720&p=42755#p42755Statistics: Posted by x.iso — 19 Jul 2020, 02:03
]]>
2020-07-18T00:23:28+02:002020-07-18T00:23:28+02:00https://brainmodular.com/forums/viewtopic.php?t=6720&p=42749#p42749 The FFT forward output is an array, so impossible to record with a sampler, and for sure you'll be limited to the usine bloc size for the window size of your FFT. It will be difficult to record FFT, so many bins to rec, you'll need huge arrays. Why dont you use a sampler recorder before the FFT manipulation.
Sylvain
Statistics: Posted by SylvainT — 18 Jul 2020, 00:23
]]>2020-07-17T09:15:22+02:002020-07-17T09:15:22+02:00https://brainmodular.com/forums/viewtopic.php?t=6720&p=42742#p42742 I would like to know how would you proceed to record and playback an array of values ? The goal is to do some spectral transforms on audio flow with FFT.
I tried to record the output of [FFT forward] into a stereo [Audio Sampler Recorder] (one chan for real part and other one for imaginary) but it's not really efficient and I'm limited to the usine bloc size for the window size of my FFT. I'm also not sure about how the conversion works between real values and dB inside the recorder.
]]>BrainModularBrainModular Users Forum2020-08-21T11:43:41+02:00https://brainmodular.com/forums/app.php/feed/topic/67202020-08-21T11:43:41+02:002020-08-21T11:43:41+02:00https://brainmodular.com/forums/viewtopic.php?t=6720&p=42849#p42849have a look at my module "store array 512x2048" in the oli_lab pack/datalab/array it provides what you need to store array from an FFT then to retrive stored arrays and do morphing.
see also the example included in the pack.
cheers
Statistics: Posted by oli_lab — 21 Aug 2020, 11:43
Hi, I wanted to record the different bins for a spectral freeze effect. I wanted to do some translations and rec a small window to read in random orders added with a small amount of noise on each real bin. That's why I wanted to use some arrays for the maths.
There's example patch in the library called 'Spectral Average', perhaps that's what you're looking for.
]]>2020-07-19T12:30:19+02:002020-07-19T12:30:19+02:00https://brainmodular.com/forums/viewtopic.php?t=6720&p=42761#p42761Be carefull with FFT manipulations, it could be very expensive in CPU consumption. You'll had to trigg your calculations with the bins size.
Statistics: Posted by SylvainT — 19 Jul 2020, 12:30
]]>2020-07-19T11:21:14+02:002020-07-19T11:21:14+02:00https://brainmodular.com/forums/viewtopic.php?t=6720&p=42759#p42759I wanted to record the different bins for a spectral freeze effect. I wanted to do some translations and rec a small window to read in random orders added with a small amount of noise on each real bin. That's why I wanted to use some arrays for the maths.
]]>2020-07-19T02:03:09+02:002020-07-19T02:03:09+02:00https://brainmodular.com/forums/viewtopic.php?t=6720&p=42755#p42755Statistics: Posted by x.iso — 19 Jul 2020, 02:03
]]>2020-07-18T00:23:28+02:002020-07-18T00:23:28+02:00https://brainmodular.com/forums/viewtopic.php?t=6720&p=42749#p42749 The FFT forward output is an array, so impossible to record with a sampler, and for sure you'll be limited to the usine bloc size for the window size of your FFT. It will be difficult to record FFT, so many bins to rec, you'll need huge arrays. Why dont you use a sampler recorder before the FFT manipulation.
Sylvain
Statistics: Posted by SylvainT — 18 Jul 2020, 00:23
]]>2020-07-17T09:15:22+02:002020-07-17T09:15:22+02:00https://brainmodular.com/forums/viewtopic.php?t=6720&p=42742#p42742 I would like to know how would you proceed to record and playback an array of values ? The goal is to do some spectral transforms on audio flow with FFT.
I tried to record the output of [FFT forward] into a stereo [Audio Sampler Recorder] (one chan for real part and other one for imaginary) but it's not really efficient and I'm limited to the usine bloc size for the window size of my FFT. I'm also not sure about how the conversion works between real values and dB inside the recorder.