实指数信号x(n)=a的n次幂我要分享

Real exponential signal x (n) = the nth power of a

关注次数: 154

下载次数: 0

文件大小: 11.82 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:运用matlab求解x(n)=a 的n 次幂,其中a为实数,当a的绝对值小于1的时候,序列是收敛的,而当a的绝对值大于1的时候,序列是发散的,实指数信号的matlab实现为:n=n1:dt:n2;x=a.^n.比较不同的是指数信号。


English Description:

Matlab is used to solve the nth power of X (n) = a, where a is a real number. When the absolute value of a is less than 1, the sequence is convergent. When the absolute value of a is greater than 1, the sequence is divergent. The matlab implementation of real exponential signal is: n = N1: DT: N2; X = A. ^ n.


代码预览

相关推荐