Hi all,
May I know how do we plot gain vs frequency instead of gain vs deg?
Octave only has gain vs deg.
How do i plot gain vs frequency?
Moderator: thorsten
How do i plot gain vs frequency?
- Attachments
-
GridArrayAntenna_28GHz.m
- (9.97 KiB) Downloaded 246 times
-
- Gain.PNG (41.29 KiB) Viewed 3901 times
Re: How do i plot gain vs frequency?
Well first you need to record either in time-domain or at all frequencies of interest (both may require a lot of disk space).
And then calculate the nf2ff for all frequencies (may take a while).
Then you have all the data to plot pretty much everything you want over frequency...
regards
Thorsten
And then calculate the nf2ff for all frequencies (may take a while).
Then you have all the data to plot pretty much everything you want over frequency...
regards
Thorsten
Re: How do i plot gain vs frequency?
May I know how do I go about doing this?