跳转到内容

模組:CGroup/Signals and Systems

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

这是本页的一个历史版本,由Alexander Misel留言 | 贡献2016年8月5日 (五) 09:27编辑。这可能和当前版本存在着巨大的差异。

return {
	
-- 填写下面的两个参数
name = 'Signals and Systems',
description = '信号与系统',
content = {
	
{ type = 'text', text = [[
== 数学基础 ==
]] },
{ type = 'item', original = 'transform', rule = 'zh-hans:变换; zh-hant:轉換;' },
{ type = 'item', original = 'Convolution', rule = 'zh-cn:卷积;zh-tw:摺積;' },
{ type = 'item', original = 'Fourier', rule = 'zh:傅里叶;zh-hans:傅里叶;zh-hk:傅利葉;zh-tw:傅立葉;' },
{ type = 'item', original = 'Moving average', rule = 'zh-cn:移动平均; zh-tw:滑動平均;' },
{ type = 'item', original = 'Circular convolution', rule = 'zh:圓周摺積;zh-hans:循环卷积;zh-hant:圓周摺積;' },

{ 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 = 'information', rule = 'zh-cn:信息; zh-tw:資訊;' },
{ type = 'item', original = 'Sampling', rule = 'zh-hans:采样; zh-hant:取樣;' },
{ type = 'item', original = 'Signal', rule = 'zh:信號;zh-tw:訊號;zh-cn:信号;' },
	
{ type = 'text', text = [[
== 系统 ==
]] },
{ type = 'item', original = 'Impulse response', rule = 'zh-hans:冲激响应;zh-hant:脈衝響應;'},
{ type = 'item', original = 'Impulse invariance', 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', rule = 'zh-cn:时不变;zh-tw:非時變;' },
{ type = 'item', original = 'Feedback', rule = '回授=>zh-cn:反馈;' },
{ type = 'item', original = 'Open loop', rule = 'zh-hans:开环;zh-hant:開迴路;' },
{ type = 'item', original = 'Close loop', rule = 'zh-hans:闭环;zh-hant:閉迴路;' },
{ type = 'item', original = 'Overshoot', rule = 'zh-cn:过冲;zh-tw:過衝;' },

},
}