Tuesday, September 1, 2020

Message Box

Have something to discuss? Drop it here.

Friday, October 9, 2015

Elon Musk - Things you do

... If you only do things, that are certain to succeed then you only gonna be doing very obvious things ...

Saturday, April 2, 2011

TI-89 - Error: Memory

If you are using TI-89 Titanium calculator and see message "Error: Memory" when trying to solve some equations or integrals that could be you are giving the input sentence wrong - for example missing '*' character between the elements, like:

Instead of using z(10-2)=25 try z*(10-2)=25.

Monday, November 8, 2010

How to set font size in Matlab figure - it is easy

figure(1)
plot(freq, V, 'linewidth', [2])
set(gca,'fontsize',[14])
xlabel('Frequency [GHz]')
ylabel('Voltage [V]')

Keep forgetting this again and again.
Now will have it always available here.

Wednesday, October 6, 2010

Balanis - Antenna 3rd Edition - Problem 2.11

a) Do = 4; in dB :: Do = 6.0206 dB
HPBW(θ) = 120o, HPBW(φ) = 120o

b) Do = 5.093; in dB :: Do = 7.0697 dB
HPBW(θ) = 120o, HPBW(φ) = 90o

c) Do = 6; in dB :: Do = 7.7815dB
HPBW(θ) = 120o, HPBW(φ) = 74.93o

d) Do = 4.7124; in dB :: Do = 6.7324 dB
HPBW(θ) = 90o, HPBW(φ) = 120o

e) Do = 6; in dB :: Do = 7.7815 dB
HPBW(θ) = 90o, HPBW(φ) = 90o

f) Do = 7.0686; in dB :: Do = 8.4933 dB
HPBW(θ) = 90o, HPBW(φ) = 74.93o

How to calculate Half Power Beamwidth

4 Steps procedure:

        1) Normalize U

        2) Find θMAX

        3) Set U = 0.5, solve for θ

        4) Substract 3) from 2) and multiply by 2

Balanis - Antenna 3rd Edition - Problem 2.4

a) HPBW = 2.09 rad

b) HPBW = 1.57 rad

c) HPBW = 1.047 rad

d) HPBW = 0.785 rad

e) HPBW = 0.698 rad

f) HPBW = 0.523 rad
Search & Win