how to calculate the coherence bandwidth
4 views (last 30 days)
Show older comments
I need to calculate the coherence bandwidth of the channel which the Frequency Correlation Function FCF is defined by :

here is my code
% code
H=[501,24]; % 24 measured transfer function
for i = 1:n
r(:,i) = xcorr(H(:,m));
R(i)=max(r(i))
B=min(r/R);
end
0 Comments
Answers (0)
See Also
Categories
Find more on Elementary Math in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!