Clear Filters
Clear Filters

delay of a signal

1 view (last 30 days)
Mohammadmahdi Sayadi
Mohammadmahdi Sayadi on 31 Mar 2020
Edited: Mohammadmahdi Sayadi on 31 Mar 2020
hi all
i try to find a part of signal in the main signal using FFT for exmaple
offset_time = 2048;
y = -2*randi([0,1],9000,1) + 1;
x = y(offset_time:offset_time + 100);
if NFFT is less than of offset_time how can i do this?
in my code NFFT is equal to 1024;

Answers (0)

Categories

Find more on Fourier Analysis and Filtering in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!