This website works better with JavaScript.
Explore
Help
Sign In
5g-team
/
srsRAN_4G
mirror of
https://github.com/pvnis/srsRAN_4G.git
Watch
2
Star
0
Fork
You've already forked srsRAN_4G
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
f3b87ca955
fix-cqi
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'f3b87ca955'
${ noResults }
srsRAN_4G
/
matlab
/
sync
/
find_pss_ac.m
8 lines
102 B
Matlab
Raw
Blame
History
function
fs
=
find_pss_ac
(
x
)
w2
=
xcorr
(
x
,
x
)
;
[
m
,
fs
]
=
max
(
abs
(
w2
)
)
;
fs
=
fs
-
1920
;
end
Reference in New Issue
View Git Blame
Copy Permalink