Signal Generation with Fixed Frequency and Frequency Deviation
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Waveform Generation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!