Files
admin/db/migrations/x8_rca_output_specs.sql
T
2026-08-10 14:56:44 +08:00

10 lines
656 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-- 产品详情(product_id=1)参数区块「RCA 输出音频特性」参数项
-- 区块:www_section_blocks.id=28spec_table),分组已预建:gid=4
INSERT INTO www_spec_items (spec_group_id, name_zh, name_en, value_zh, value_en, sort_order) VALUES
(4, '信噪比', 'SNR', '≥124.5dB', '≥124.5dB', 0),
(4, '总谐波失真', 'THD+N', '<−120dB @不加权', '< -120dB @ unweighted', 1),
(4, '声道分离度', 'Crosstalk', '≥125dB (1kHz@100kΩ)', '≥125dB (1kHz@100kΩ)', 2),
(4, '底噪', 'Noise Floor', '1.3uVrms', '< 1.3uVrms', 3),
(4, '线路输出电平', 'Output Level', '2.1Vrms (1kHz@100kΩ)', '2.1Vrms (1kHz@100kΩ)', 4);