采样后的信号调用laplace函数,报错未定义与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개)
카테고리
도움말 센터 및 File Exchange에서 描述性统计量에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!