跳转到内容

模組:CGroup/Signals and Systems

维基百科,自由的百科全书

这是本页的一个历史版本,由Alexander Misel留言 | 贡献2015年12月30日 (三) 04:31编辑。这可能和当前版本存在着巨大的差异。

return {
	
-- 填写下面的两个参数
name = 'Signals and Systems',
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:脈衝響應;'},

},
}