pairs_to_signal — REPRCONV pairs op

Data kinds: pairssignal

Call: import reprconv; reprconv.pairs_to_signal(pairs) (or opsreprconv.get("pairs_to_signal"))

Usage

Pairs `(N,2) → the dependent variable as a signal (N,). The second exit from pairs`.

> The detailed description below is the original text — the summary and the headings are translated.

列 1(y)だけを取り出す。`funct_1d_to_pairs` が (x, y) を並べた

(N,2) を返すので、その逆向きにあたる —— x が等間隔ならば

`signal -> pairs -> signal` は bit 一致する。等間隔でない x を持つ対を

通すと、x の情報が黙って落ちる(`signal` は添字が等間隔だという前提の型)。

だから :func:pairs_to_table が `x_uniform` を必ず一緒に出す。

Args:

pairs: (N, 2) または 2 本の等長 1-D のタプル。

Returns:

(N,) float64。

Raises:

ValueError: 形状不正 / 非有限。

References (sample data, literature)

• Sample-data catalog (download URLs / licences) — 2-D uses skimage.data (BSD/public domain) plus synthetic images; 3-D lists download URLs for real data sources (Stanford, PDS, …).

• Operator provenance and references — the sources of the research/methods this op family came from.

• The canonical algorithm (author, year) and its uses are named in the family usage guide above.

Runnable examples (verified samples that actually call this op)

representation_conversionpy -3.11 examples/representation_conversion.py

representation_roundtrippy -3.11 examples/representation_roundtrip.py

Ops the type connects to (they accept signal as input)

Same category (pairs)

pairs_to_image2d · pairs_to_table


*Provenance: reprconv.py — REPRCONV operator registry. This per-op note is generated by tools/opdocs.py md (do not hand-edit).*

© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.