필터 지우기
필터 지우기

Signal Generation with Fixed Frequency and Frequency Deviation

조회 수: 1 (최근 30일)
Suleman ZP
Suleman ZP 2016년 12월 23일
Hi Experts. I want to generate a signal with fixed frequency but with delta_f < 0.25% or delta_f < 8MHz. I can generate simple signal but have no idea about frequency deviation.
Code so far.
Fs = 13 * 1.6e9; %13 for real time sampling
T = 1e-3;
F = 2e9;
t=0:1/(Fs):T-1/(Fs);
s1=sin(2*pi*F*t);
after this i will down sample it to Fs = 1.6e9. Also if T is more then 1ms it will make the MATLAB unresponsive because of too much samples.
Please guide or share a code related to the frequency deviation in fixed frequency. Thank you.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Signal Generation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by