模組:CGroup/Signals and Systems
外观
return {
-- 填写下面的两个参数
name = '信号与系统',
description = '与控制系统、信号相关的简繁转换',
content = {
{ type = 'text', text = [[
== 信号 ==
]] },
{ type = 'item', original = 'Analog', rule = 'zh-tw:類比; zh-cn:模拟; zh-hk:模擬;' },
{ type = 'item', original = 'Digital', rule = 'zh-tw:數位; zh-cn:数字; zh-hk:數碼;' },
},
{ type = 'text', text = [[
== 系统 ==
]] },
{ type = 'item', original = 'Impulse response', rule = 'zh-hans:冲激响应;zh-hant:脈衝響應;', description = '' },
}