R
rajivn786
Guest
Hallo, Kan iemand mij vertellen hoe dit fn plot met behulp van MATLAB Tb sinc ^ 2 (ftb) sin ^ 2 (pi.f.Tb)
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
% Creëer een tijd vector t = 1: 0,1: 10;% Maak een signaal y = Tb * sinc (f * Tb) ^ 2 * sin2 (pi * f * Tb) ^ 2;% Plot plot (t, y)