DiscreteChirpZTransform
DiscreteChirpZTransform[list]
给出 list 的 chirp Z 变换.
DiscreteChirpZTransform[list,n]
返回长度为 n 的 chirp Z 变换.
DiscreteChirpZTransform[list,n,w]
在由 w 定义的复数 平面上使用螺旋形路径.
DiscreteChirpZTransform[list,n,w,a]
将 a 作为复数初始点使用.
DiscreteChirpZTransform[list,{n1,n2,…},{w1,w2,…},{a1,a2,…}]
给出多维 chirp Z 变换.
更多信息
- chirp Z 变换是在形式为 的 平面上沿着螺旋路径计算有限时间序列的列表 Z 变换. 设置 DiscreteChirpZTransform[list,n,w,a] 下,在点 (其中,整数 从 0 到 )上计算 Z 变换.
- DiscreteChirpZTransform[list] 等价于 DiscreteChirpZTransform[list,Length[list]].
- DiscreteChirpZTransform[list,n] 等价于DiscreteChirpZTransform[list,n,Exp[2π /n],1].
- DiscreteChirpZTransform[list] 等价于 Fourier[list,FourierParameters->{1,-1}]. »
范例
打开所有单元关闭所有单元属性和关系 (4)
DiscreteChirpZTransform[list] 等价于 Fourier[list,FourierParameters->{1,-1}]:
DiscreteChirpZTransform[list,n] 等价于 Fourier[PadRight[list,n],FourierParameters->{1,-1}]:
DiscreteChirpZTransform[list,n] 等价于在由 (其中,k 从 0 到 n-1)定义的圆形路径上计算 list 的 Z 变换:
DiscreteChirpZTransform[list,n,w,a] 等价于在由 (其中,k 从 0 到 n-1)定义的螺旋路径上计算列表的 Z 变换:
DiscreteChirpZTransform 比起 Z 变换的显式采样更快:
文本
Wolfram Research (2012),DiscreteChirpZTransform,Wolfram 语言函数,https://reference.wolfram.com/language/ref/DiscreteChirpZTransform.html.
CMS
Wolfram 语言. 2012. "DiscreteChirpZTransform." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/DiscreteChirpZTransform.html.
APA
Wolfram 语言. (2012). DiscreteChirpZTransform. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/DiscreteChirpZTransform.html 年