i want to add 2 signals with different freq.
3 ビュー (過去 30 日間)
古いコメントを表示
i have this SCREW (t)=A0*cos(PHI0*t)+A1*cos(PHI1*t)+A2*cos(PHI2*t)+A3*cos(PHI3*t); the result always A0*cos(PHI0*t) only if i go like this SCREW (t)=A1*cos(PHI1*t)+A2*cos(PHI2*t)+A3*cos(PHI3*t); the result will be A1*cos(PHI1*t)
why cant get the addition of these signals in my matlab code?
3 件のコメント
KSSV
2016 年 11 月 29 日
YOu have to mention f0,f1,f2,f3,fs,A0,A1,A2,A3 values. Then we can comment why your code is not running.
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!