Feeds
已回答
How to do a phase shift of a signal
clc; clear all; close all; IF=10e6; FS=100e6; TS=1/FS; L=256; n=1:L; t0=0.1*(TS);%% shifted by 0.1 times of sample time ...
How to do a phase shift of a signal
clc; clear all; close all; IF=10e6; FS=100e6; TS=1/FS; L=256; n=1:L; t0=0.1*(TS);%% shifted by 0.1 times of sample time ...
7 years 前 | 0