采样后的信号调用la​place函数,报错​未定义与double​类型的输入参数相对应​的函数laplace

syms t f0=50;fs=1000;T=0.6;n=round(T*fs);t=linspace(0,T,n);%采样 f=220+230*sin(2*pi*f0*t); y=laplace(f);

回答 (0 件)

カテゴリ

質問済み:

2022 年 10 月 17 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!