フィルターのクリア

sampling rate in sawtooth

4 ビュー (過去 30 日間)
ahmad ramadan
ahmad ramadan 2018 年 10 月 23 日
回答済み: Othmane ELMOUATAMID 2018 年 10 月 23 日
how i can sample the code at rate 10,000 sample
% Program P1_4 % Generation of a sinusoidal sequence n = 0:40; f = 0.1; phase = 0; A = 1.5; arg = 2*pi*f*n - phase; x = A*cos(arg); clf; % Clear old graph stem(n,x); % Plot the generated sequence axis([0 40 -2 2]); grid; title('Sinusoidal Sequence'); xlabel('Time index n'); ylabel('Amplitude'); axis;

回答 (1 件)

Othmane ELMOUATAMID
Othmane ELMOUATAMID 2018 年 10 月 23 日
Hello Ahmad,
You might want to try with this function : resample.

カテゴリ

Help Center および File ExchangeMATLAB についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by