模組:CGroup/Signals and Systems
外观
本转换组针对信号与系统相关内容进行转换。本转换组常常结合Communication、Math、IT、Electronics使用,为避免在多学科中多次引入相同转换,增设此转换组。本转换组不应加入Communication、Math、IT、Electronics中特定学科的转换,只留存信号系统专门的转换。
![]() | 有機器人使用本模块
如欲移動、刪除或修改此模块而無法向下兼容,並會影響機器人運作,請先通知機器人操作者,謝謝您。相關的機器人:User:cewbot/log/20191129/configuration |
描述:信号与系统
数学基础
- 原文:Convolution;大陆:卷积;臺灣:摺積;当前显示为:卷积
- 原文:Fourier;大陆:傅里叶;臺灣:傅立葉;当前显示为:傅里叶
信号
- 原文:Analog;臺灣:類比;大陆:模拟;香港:模擬;当前显示为:模拟
- 原文:Digital;臺灣:數位;大陆:数字;香港:數碼;当前显示为:数字
系统
- 原文:Impulse response;简体:冲激响应;繁體:脈衝響應;当前显示为:冲激响应
- 原文:Settling time;大陆:稳定时间;臺灣:安定時間;当前显示为:稳定时间
- 原文:Settling time;大陆:调节时间;臺灣:整定時間;当前显示为:调节时间
- 原文:Time-invariant system;大陆:时不变系统;臺灣:非時變系統;当前显示为:时不变系统
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 = '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:非時變系統;' },
},
}