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.

Matlab hamming to vhdl 8-bit

Status
Not open for further replies.

OS_cilloscope

Newbie level 1
Joined
Nov 21, 2014
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
6
I am going to use 128 point hamming window to be implemented in Vhdl. In matlab, I obtained the values of the hamming window as:

h = hamming(128);

But, what Matlab gave me is varying values in the range 0 and 1. How can I convert these values into 8-bit to use them in vhdl?
 

You will need to use fixed point - by default matlab uses floating point.
in fixed point you can easily represent whatever number you want in VHDL.
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top