Code covered by the BSD License  

Highlights from
Compare with hand coding and auto code generation of HDL

image thumbnail
from Compare with hand coding and auto code generation of HDL by Akemi
You can confirm difference betwwen hand writing code and auto generation code.

ParameterOfDDS.m
% Parameter of DDS Demo 
% Akemi Tanaka

%% dlύXO
BitRate = 1;
ChipRate = 16;
Polynomial = [1 1 0 0 0 0 0 1];
PolynomialInit = [1 1 1 1 1 1 1];

%% dlύX
% BitRate = 1;
% ChipRate = 32;
% Polynomial = [1 0 1 0 0 1 1 0 0 0 0 0 0 0 0 1];
% PolynomialInit = [1 1 0 1 0 0 1 0 1 0 1 0 0 1 1];

Contact us