Csound Csound-dev Csound-tekno Search About

[Csnd] size of table, part 2

Date2021-05-17 10:33
Fromtjingboem
Subject[Csnd] size of table, part 2
size of table is DFT size divided by 2. So if analysis with N=1024, use at table size of 512.
see https://csound.com/docs/manual/GEN43.html
size -- number of points in the table, power-of-two or power-of-two plus 1. GEN 43 does not make any distinction between these two sizes, but it requires the table to be at least the fftsize/2.

 So in my case:

The output is:
analysing 35280 sample frames (0.8 secs) from timepoint 1.0
frameSize=1024
 
the FrameSize =  1024 
so it takes only one Frame to fill the 35280 analysed samples.

It doesn't matter if i analyze .5 seconds or 3 seconds- only 1 Framesize is created, right?
In my case, only 1 photo of 1024 size is taken...and table size for GEN43 is thus 512 or 513...
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2021-05-17 10:40
FromVictor Lazzarini
SubjectRe: [Csnd] [EXTERNAL] [Csnd] size of table, part 2
yes, GEN43 reads the whole file and produces 1 DFT frame.
========================
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 17 May 2021, at 10:33, tjingboem  wrote:
> 
> WARNINGThis email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
> size of table is DFT size divided by 2. So if analysis with N=1024, use at table size of 512.
> see https://csound.com/docs/manual/GEN43.html
> size -- number of points in the table, power-of-two or power-of-two plus 1. GEN 43 does not make any distinction between these two sizes, but it requires the table to be at least the fftsize/2.
> 
>  So in my case:
> 
> The output is:
> analysing 35280 sample frames (0.8 secs) from timepoint 1.0
> frameSize=1024
>  
> the FrameSize =  1024 
> so it takes only one Frame to fill the 35280 analysed samples.
> 
> It doesn't matter if i analyze .5 seconds or 3 seconds- only 1 Framesize is created, right?
> In my case, only 1 photo of 1024 size is taken...and table size for GEN43 is thus 512 or 513...
> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here