Why does Sine block in Simulink require Fixed Point Designer? error when using block
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Jorge
el 19 de Oct. de 2022
Respondida: Piyush Dubey
el 5 de Sept. de 2023
I get the following error:
when I try to use the sine block in Simulink. Why do I need Fixed-point designer to have this block output a value given a phase? Is there another way I can do this in my simulation?
Thanks,
Jorge
0 comentarios
Respuesta aceptada
Piyush Dubey
el 5 de Sept. de 2023
Hi Jorge,
I understand that you are having trouble while running your simulation that comprises of a sine block and you are looking for a possible workaround to run your simulation.
In the scenario stated by you, there exists an issue with the licensing of “Fixed-Point Designer”. In MATLAB versions prior to ‘R2012b’, there were two distinct products for handling fixed-point operations. ‘The Fixed-Point Toolbox’ was responsible for fixed-point operations within MATLAB, while the ‘Simulink Fixed Point toolbox’ focused on fixed-point operations within Simulink. It seems the license to access the “Simulink Fixed-Point Designer” is not present.
Please refer to the following MATLAB Answer’s threads for more information on similar cases:
Implementation of sine wave that does not use the fixed-point lookup table can be a possible workaround. There exists ‘Sine wave’ Simulink block that can serve the purpose. It generates sine wave using simulation time as time source.
Please refer to the following MathWorks documentation link for more information on “Sine wave”:
Hope this helps.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Fixed Point en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!