フィルターのクリア

How to generate a signal with logarithmic increasing amplitude and a constant frequency?

1 回表示 (過去 30 日間)
Hello everyone,
Im trying to generate a signal with an logarithmic increasing amplitude and constant frequency.
I also need to write a code for another signal with changing both (amplitude and frequency), but i think it will be easy after i know how to do the first one.
Regards,
Ali

採用された回答

David Hill
David Hill 2022 年 2 月 15 日
t=0:0.001:1;
f=60;
y=log(t+1).*sin(2*pi*f*t);
plot(t,y)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSmoothing and Denoising についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by