digraph structs {
node [shape=plaintext]
rankdir=LR
edge [arrowsize=0.5]
fontname="times"
arm_mult_f321 [label=<
| ia |
arm_mult_f32 (CMSIS-DSP) |
o |
| ib |
|
>];
audioOverlap [label=<
>];
audioWin [label=<
>];
cfft [label=<
>];
icfft [label=<
>];
sink [label=<
>];
src [label=<
>];
toCmplx [label=<
>];
toReal [label=<
>];
src:i -> audioWin:i [label="f32(256)"
,headlabel=<>
,taillabel=<>]
audioWin:i -> arm_mult_f321:ia [label="f32(256)"
,headlabel=<>
,taillabel=<>]
arm_mult_f321:o -> toCmplx:i [label="f32(256)"
,headlabel=<>
,taillabel=<>]
toCmplx:i -> cfft:i [label="f32(512)"
,headlabel=<>
,taillabel=<>]
cfft:i -> icfft:i [label="f32(512)"
,headlabel=<>
,taillabel=<>]
icfft:i -> toReal:i [label="f32(512)"
,headlabel=<>
,taillabel=<>]
toReal:i -> audioOverlap:i [label="f32(256)"
,headlabel=<>
,taillabel=<>]
audioOverlap:i -> sink:i [label="f32(256)"
,headlabel=<>
,taillabel=<>]
HANN [label=<
>];
HANN:i -> arm_mult_f321:ib
}