Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
canghaiwuhen
OpenXG-RAN
Commits
e775d6a5
Commit
e775d6a5
authored
Jan 09, 2014
by
Florian Kaltenberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@4837
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
fa5c9544
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
targets/PROJECTS/LOCALIZATION/generation.m
targets/PROJECTS/LOCALIZATION/generation.m
+5
-5
No files found.
targets/PROJECTS/LOCALIZATION/generation.m
View file @
e775d6a5
addpath(
[getenv('OPENAIR1_DIR') '/SIMULATION/LTE_PHY/']
)
addpath(
[getenv('OPENAIR1_DIR') '/PHY/LTE_ESTIMATION/']
)
addpath(
[getenv('OPENAIR1_DIR') '/PHY/LTE_REFSIG/']
)
addpath(
[getenv('OPENAIR_TARGETS') '/ARCH/EXMIMO/USERSPACE/OCTAVE']
)
addpath(
'../../../openair1/SIMULATION/LTE_PHY/'
)
addpath(
'../../../openair1/PHY/LTE_ESTIMATION/'
)
addpath(
'../../../openair1/PHY/LTE_REFSIG/'
)
addpath(
'../../../targets/ARCH/EXMIMO/USERSPACE/OCTAVE'
)
nb_rb = 100;
num_carriers = 2048/100*nb_rb;
...
...
@@ -23,5 +23,5 @@ s(1:num_carriers+prefix_length) = pss0_up_cp;
plot(abs(s))
save(sprintf('ofdm_pilots_sync_%d.mat',num_carriers),'s','f','num_carriers','num_zeros','prefix_length','num_symbols_frame','preamble_length');
save(sprintf('ofdm_pilots_sync_%d.mat',num_carriers),'
-v7','
s','f','num_carriers','num_zeros','prefix_length','num_symbols_frame','preamble_length');
mat2wv(s, sprintf('ofdm_pilots_sync_%d.wv',num_carriers), 30.72e6/2048*num_carriers, 1)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment