|
|
Pseudorandom Noise Generator....
I m generating a PN Sequence in which for sake of simplicity i m
taking three flip flops for 3 bit sequence...and the design is such
that.....q(1) gets input from q(0)....q(2) gets input from q(1)....and
q(0) gets input from the xor output of q(1) and q(2)....now the
problem is that...i want to store the output of q(2) upto 7
cycles...so that i can get a 7-bit sequence....which is a PN
Sequence....please help me...i need a VHDL code for this.....
|
|
0
|
|
|
|
Reply
|
comp
|
3/16/2009 11:46:18 AM |
|
In comp.lang.vhdl,
comp.lang.vhdl <kunal_65@yahoo.co.in> wrote:
> I m generating a PN Sequence in which for sake of simplicity i m
> taking three flip flops for 3 bit sequence...and the design is such
> that.....q(1) gets input from q(0)....q(2) gets input from q(1)....and
> q(0) gets input from the xor output of q(1) and q(2)....now the
> problem is that...i want to store the output of q(2) upto 7
> cycles...so that i can get a 7-bit sequence....which is a PN
> Sequence....please help me...i need a VHDL code for this.....
So you need VHDL code for a 7-bit shift register? Shouldn't be hard to
find with a search engine. And there seems to be something wrong with
your keyboard: It generates some extra punctuation at (pseudo?) random
intervals.
--
Stef (remove caps, dashes and .invalid from e-mail address to reply by mail)
The Moral Majority is neither.
|
|
0
|
|
|
|
Reply
|
Stef
|
3/16/2009 12:52:54 PM
|
|
On Mon, 16 Mar 2009 13:52:54 +0100, Stef
<stef33d@yahooI-N-V-A-L-I-D.com.invalid> wrote:
>In comp.lang.vhdl,
>comp.lang.vhdl <kunal_65@yahoo.co.in> wrote:
>> I m generating a PN Sequence in which for sake of simplicity i m
>> taking three flip flops for 3 bit sequence...and the design is such
>> that.....q(1) gets input from q(0)....q(2) gets input from q(1)....and
>> q(0) gets input from the xor output of q(1) and q(2)....now the
>> problem is that...i want to store the output of q(2) upto 7
>> cycles...so that i can get a 7-bit sequence....which is a PN
>> Sequence....please help me...i need a VHDL code for this.....
>
>So you need VHDL code for a 7-bit shift register?
Only 4, I think. He has three of the bits already in
his PRBS :-) So that makes the problem 43% easier.
--
Jonathan Bromley, Consultant
DOULOS - Developing Design Know-how
VHDL * Verilog * SystemC * e * Perl * Tcl/Tk * Project Services
Doulos Ltd., 22 Market Place, Ringwood, BH24 1AW, UK
jonathan.bromley@MYCOMPANY.com
http://www.MYCOMPANY.com
The contents of this message may contain personal views which
are not the views of Doulos Ltd., unless specifically stated.
|
|
0
|
|
|
|
Reply
|
Jonathan
|
3/16/2009 10:22:59 PM
|
|
|
2 Replies
255 Views
(page loaded in 0.062 seconds)
Similiar Articles: Pseudorandom Noise Generator.... - comp.lang.vhdlI m generating a PN Sequence in which for sake of simplicity i m taking three flip flops for 3 bit sequence...and the design is such that.....q(1) get... PN sequence generator - comp.soft-sys.matlabPseudorandom Noise Generator.... - comp.lang.vhdl I m generating a PN Sequence in which for sake of simplicity i m taking three flip flops for 3 bit sequence...and the ... Poisson Noise Generation - comp.soft-sys.matlabPseudorandom Noise Generator.... - comp.lang.vhdl Poisson Noise Generation - comp.soft-sys.matlab Pseudorandom Noise Generator.... - comp.lang.vhdl Poisson Noise ... Random map generation - comp.graphics.api.openglFirst I suggest you to read a bit on the topic of "pseudo random generators" and "pseudo noise generators" (what you want is more a sort of noise, than randomnes, but the ... Random Real Number/Float Value GeneratorI - comp.lang.java ...Pseudorandom Noise Generator.... - comp.lang.vhdl Random Real Number/Float Value GeneratorI - comp.lang.java ... Truly random or pseudo-random? Generate noise model[Please help] - comp.soft-sys.matlab ...Pseudorandom Noise Generator.... - comp.lang.vhdl randn function - comp.soft-sys.matlab Generate noise model[Please help] - comp.soft-sys ... randn - Normally distributed ... uniform random variable - comp.soft-sys.matlabPseudorandom Noise Generator.... - comp.lang.vhdl... dsp related question :) I need to generate noise with ... ... But I'd really like to have a generator so I can ... Generating a `random' number between 0 and 1 with a higher ...Pseudorandom Noise Generator.... - comp.lang.vhdl Generating a `random' number between 0 and 1 with a higher ... Numbers, Probability, Perlin Noise | daniel ... need a help in vhdl code developing - comp.lang.vhdlPN sequence generator - comp.soft-sys.matlab need a help in vhdl code developing - comp.lang.vhdl Pseudorandom Noise Generator ... bit sequence....which is a PN Sequence ... Random number in Fortran 90/95 - comp.lang.fortranYou can use RANDOM_SEED to get different pseudo-random numbers ... It seems, though, that since the standard specifies pseudo-random that a hardware noise source generator ... Pseudorandom noise - Wikipedia, the free encyclopediaIn cryptography, pseudo random noise (PRN) is a signal similar to noise which ... Pseudo random number generator; Pseudo randomness; White noise; References Pseudorandom number generator - Wikipedia, the free encyclopediaA pseudorandom number generator (PRNG), also known as a deterministic random bit generator (DRBG), is an algorithm for generating a sequence of numbers that ... 7/24/2012 3:46:06 PM
|
|
|
|
|
|
|
|
|