Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Erik Strand
pit
Commits
034fe1b5
Commit
034fe1b5
authored
6 years ago
by
Erik Strand
Browse files
Options
Downloads
Patches
Plain Diff
Answer most of 15.4
parent
1a1c4c73
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
_psets/12.md
+14
-0
14 additions, 0 deletions
_psets/12.md
with
14 additions
and
0 deletions
_psets/12.md
+
14
−
0
View file @
034fe1b5
...
@@ -179,12 +179,26 @@ corrupted by additive uncorrelated white noise.
...
@@ -179,12 +179,26 @@ corrupted by additive uncorrelated white noise.
{:.question}
{:.question}
For an order 4 maximal LFSR work out the bit sequence.
For an order 4 maximal LFSR work out the bit sequence.
Table (13.1) indicates that a maximal LFSR of order 4 is $$x_n = x_{n-1} + x_{n-4}$$. The bit
sequence has to repeat in a cycle of length $$2^4 - 1 = 15$$. The bits are 1, 1, 1, 1, 0, 1, 0, 1,
1, 0, 0, 1, 0, 0, 0.
### (b)
### (b)
{:.question}
{:.question}
If an LFSR has a chip rate of 1GHz, how long must it be for the time between repeats to be the age
If an LFSR has a chip rate of 1GHz, how long must it be for the time between repeats to be the age
of the universe?
of the universe?
The age of the universe is 13.7 billion years, which is about $$
\n
um{43e16}$$ seconds.
$$
\b
egin{align
*
}
(2^N - 1)
\c
dot 10^{-9}
\s
i{s} =
\n
um{43e16}
\s
i{s}
\\
(2^N - 1) =
\n
um{43e25}
N = 88.5
\e
nd{align
*
}
$$
### (c)
### (c)
{:.question}
{:.question}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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