Multiplikation auf FPGA - Druckversion +- LabVIEWForum.de (https://www.labviewforum.de) +-- Forum: LabVIEW (/Forum-LabVIEW) +--- Forum: LabVIEW Module (/Forum-LabVIEW-Module) +---- Forum: LabVIEW FPGA (/Forum-LabVIEW-FPGA) +---- Thema: Multiplikation auf FPGA (/Thread-Multiplikation-auf-FPGA) |
Multiplikation auf FPGA - cardio - 25.08.2011 13:49 Hallo, ich möchte ein dezimalzahl(z.B. 0.825) und integer zahl(z.B 342) auf FPGA multiplizieren? Wie kann ich es realisieren? Soll ich erst in binär format umwandeln? gruß RE: Multiplikation auf FPGA - jg - 25.08.2011 13:56 Auf FPGA-Ebene kannst du nur mit Integer oder mit Fixed-Point Zahlen arbeiten. Also Integer in Fixed-Point umwandeln und dann multiplizieren. Gruß, Jens P.S.: Bitte in Zukunft ein wenig mehr auf deine Schreibweise achten. (Fast) alles klein geschrieben, das ist gegen die LVF-Regeln. |