fullseye

synthesize_speed_ramp — ACOUSTICS synthesis op

使い方

A run-up: components locked to shaft order, optionally one fixed in Hz.

Order tracking has no meaning at constant speed, so its ground truth needs a signal whose shaft rate moves. Here the shaft rate ramps linearly from rpm_start to rpm_end and each component’s instantaneous phase is 2 pi * order * revolutions(t) — so it is locked to the shaft exactly, by construction, and its order is known to machine precision.

resonance_hz adds one component at a fixed frequency instead. That is the discriminating case: after angular resampling an order stays put and a resonance smears, which is the whole diagnostic value of the transform.

Returns a dict, because a speed record without its speed profile is not analysable: signal (the waveform), rpm (per-sample shaft rate), revolutions (cumulative, per-sample), rate, duration, orders, total_revolutions, resonance_hz, and max_component_hz.

Raises ValueError: non-real / string / bool scalars, non-positive rate / duration / rpm_start / rpm_end, an empty or non-finite orders, an amplitudes of the wrong length, a length over :data:MAX_SAMPLES, and any component reaching Nyquist at the fastest point of the ramp — checked at max(rpm), not at the mean, because a ramp that is legal on average can alias at its top end and produce a perfectly plausible spectrum.

詳しい使い方ガイド

参考(サンプルデータ・文献)

実行できる例(この op を実際に呼ぶ検証済みサンプル)

型が繋がる次の op(table を入力に取れる)

istft

同カテゴリ(synthesis)

synthesize_bearing_signal


Provenance: acoustics.py — ACOUSTICS operator registry. この per-op ノートは tools/opdocs.py md が自動生成(手編集しない)。

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