Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Александр Мудрик
WiFi_Homework_Mod_1
Commits
0ebc4e32
Commit
0ebc4e32
authored
6 months ago
by
Александр Мудрик
Browse files
Options
Download
Patches
Plain Diff
Delete interleaving.m
parent
12739209
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
interleaving.m
+0
-14
interleaving.m
with
0 additions
and
14 deletions
+0
-14
interleaving.m
deleted
100644 → 0
+
0
−
14
View file @
12739209
inp=1:104;
temp=zeros(8,13);
count=1;
for i=1:size(temp,1)
for j=1:size(temp,2)
temp(i,j)=inp(count);
count=count+1;
end
end
temp(inp)
a=reshape(inp,13,8)'
b = a(inp);
b = reshape(b, 8, 13)'
b(1:size(b,1)*(size(b,2)))
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets