Transfer function to a Difference equation

Thread Starter

naickej4

Joined Jul 12, 2015
206
Hi
Hi,

Oh that's too bad, not sure what would cause it not to be able to do simple math.

You can try this:
w=2.0*pi*1.0;

see if that helps. If not try this:
w=6.28318530718;


The idea when you get an error, if you want to try, it so change whatever the error is and see if you can get it to work. It's good to learn how to troubleshoot these things too.

I also read that you may have to include a file tgmath.h:
#include <tgmath.h>
Hi Sir. Thank you very much.
I will try that out and give you feedback a little later.
Thank you.
 
Top