Y
yasser_shoukry
Guest
Are orice organism cunosc aici un algoritm eficient pentru calcularea Sin & Cos operaţiuni matematice. Mulţumesc în avans.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
biblioteca ieee; ieee.std_logic_1164.all de utilizare; ieee.std_logic_unsigned.all de utilizare; sine_cos entitate este port (clk: in std_logic; resetare: in std_logic RO: in std_logic; sine: din std_logic_vector (7 downto 0); cos out: std_logic_vector (7 downto 0)); sine_cos finali; behave_sine_cos de arhitectură ale sine_cos este semnalul sine_r, cos_r: std_logic_vector (7 downto 0); semnal si, co: std_logic_vector (7 downto 0); Begin - behave_sine_cos si