Apply a digital filter (direct form II transposed): Difference between revisions

m
→‎{{header|Phix}}: Fix comment: Perl 6 --> Raku
m (→‎{{header|Perl}}: Fix link: Perl 6 --> Raku)
m (→‎{{header|Phix}}: Fix comment: Perl 6 --> Raku)
Line 893:
=={{header|Phix}}==
{{trans|Julia}}
Note however that the a[j]* starts from index 2, unlike Julia/C/Perl6Raku/Rust/Sidef/zkl,
but the same as C++/C#/D/Java/Kotlin - and it does not seem to make any difference...
<lang Phix>function direct_form_II_transposed_filter(sequence a, b, signal)
2,392

edits