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
promise
OpenXG-RAN
Commits
6572bfe1
Commit
6572bfe1
authored
Mar 19, 2014
by
Florian Kaltenberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@5203
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
ea25bf95
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
targets/PROJECTS/CORRIDOR/generation_ca.m
targets/PROJECTS/CORRIDOR/generation_ca.m
+4
-1
No files found.
targets/PROJECTS/CORRIDOR/generation_ca.m
View file @
6572bfe1
...
...
@@ -85,4 +85,7 @@ plot(linspace(-sample_rate/2,sample_rate/2,length(s)),20*log10(abs(fftshift(fft(
%% save for later use (channel estimation and transmission with the SMBV)
save
(
'ofdm_pilots_sync_30MHz.mat'
,
'-v7'
,
's1'
,
's2'
,
's3'
,
'f1'
,
'f2'
,
'f3'
,
'num_carriers'
,
'num_zeros'
,
'prefix_length'
,
'num_symbols_frame'
,
'preamble_length'
);
mat2wv
(
s
(
1
,:),
'ofdm_pilots_sync_30MHz.wv'
,
sample_rate
,
1
);
s_all
=
sum
(
s
,
1
);
s_all
(
1
:
5120
)
=
s
(
1
,
1
:
5120
);
mat2wv
(
s_all
,
'ofdm_pilots_sync_30MHz.wv'
,
sample_rate
,
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