Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to give 4 sequences 127 points each with point holding 4 bits?

Status
Not open for further replies.

neefa

Member level 1
Joined
Sep 13, 2006
Messages
39
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,541
hi frz,
to take FFT,i need to give 4 sequences each of 127 points with each point holding 4 bits.how to give the input?
some starting trouble to write in verilog...plz help.
thx.
 

verilog query

You could store the input data in a ROM (an initialized register array), and then build a counter that reads the ROM sequentially, and feeds the data into the FFT inputs. That would be synthesizable.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top