I have two TDF modules param_gen and func. The function of param_gen is to write combination of amplitude and frequency values to its output port and func module reads those values and generate sine wave according to the characteristics read. My goal is to generate sine waves from the combination of amplitude and frequency values inserted.
But the problem I'm facing is signal generated are no longer sine waves because of changing amplitude and frequency values. I tried capturing those signals using longer timestep so that they atleast look sine waves but that does not help. I'm pasting t