已知一个k=1, m=1的弹簧振子输入为sinx上的离散点,对应输出一组数据,如何根据输入输出画出bode图
直接画图就是了
numerator = 1; denominator = [1,0,1]; sys = tf(numerator,denominator); bode(sys)