how to sample sine wave into RAM ?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Henry Buck
il 26 Feb 2016
Risposto: Andreas Goser
il 26 Feb 2016
Hi,
Iwant to sample a sine wave into Single Port RAM or Dual Port RAM but I got a error message:
" Data type mismatch. Input port 1 of 'Timing_control/Single Port RAM/Signal Specification' expects a signal of data type 'ufix2'. However, it is driven by a signal of data type 'double'. Component: Simulink | Category: Block error "
Can anyone know how todo it correctly,
Thanks, henrey
0 Commenti
Risposta accettata
Andreas Goser
il 26 Feb 2016
That sounds like you would have a (default) Simulink signal type of double and feed it into a block inport that expects a Fixed Point data type. I suggest looking up the documentation of that block.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Sources in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!