Group Abstract Group Abstract

Message Boards Message Boards

How to find the frequency value from Bode plot for a corresponding Gain

Posted 3 years ago
2 Replies
Posted 3 years ago

You can solve for it using FindRoot:

In[3]:= FindRoot[Abs[TFalpha1[I f]] == .54, {f, 10000}]

Out[3]= {f -> 23219.9}
POSTED BY: David Keith

Thank you so much. Regards, Koushik

Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard