跳转到内容

模組:CGroup/Signals and Systems

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

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

return {
	
-- 填写下面的两个参数
name = 'Signals and Systems',
description = '信号与系统',
content = {
	
{ type = 'text', text = [[
== 数学基础 ==
]] },
{ type = 'item', original = 'Convolution', rule = 'zh-cn:卷积;zh-tw:摺積;' },
{ type = 'item', original = 'Fourier', rule = 'zh-cn:傅里叶;zh-tw:傅立葉;' },

{ 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 = 'item', original = 'Sampling', rule = 'zh-hans:采样; zh-hant:取樣;' },
	
{ type = 'text', text = [[
== 系统 ==
]] },
{ type = 'item', original = 'Impulse response', rule = 'zh-hans:冲激响应;zh-hant:脈衝響應;'},
{ type = 'item', original = 'Settling time', rule = 'zh-cn:稳定时间; zh-tw:安定時間;' },
{ type = 'item', original = 'Settling time', rule = 'zh-cn:调节时间; zh-tw:整定時間;' },
{ type = 'item', original = 'Time-invariant system', rule = 'zh-cn:时不变系统;zh-tw:非時變系統;' },

},
}