File: mtx_fft.md

package info (click to toggle)
pd-iemmatrix 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 4,576 kB
  • sloc: ansic: 15,440; makefile: 291; sh: 169
file content (20 lines) | stat: -rw-r--r-- 301 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
title: mtx_fft
description: complex-valued FFT of each matrix row
categories:
- object
pdcategory: Digital Fourier Transformation
see_also:
- mtx_ifft
- mtx_rfft
- mtx_rifft
inlets:
  1st:
  - type: matrix
    description: ...
outlets:
  1st:
  - type: matrix
    description: ...
draft: true
---