ruwan2
Member level 5
- Joined
- Nov 29, 2011
- Messages
- 90
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,286
- Activity points
- 2,141
Hi,
I find a SDD21 model:
https://www.ieee802.org/3/ap/public/feb06/goergen_01_0206.pdf
b1 = 2.00e-5;
b2 = 1.10e-10;
b3 = 3.20e-20;
b4 = -1.20e-30;
f = [50:15000];
SDD21 = -20*(log10(exp(1)))*((b1*sqrt(f) + b2*f + b3*f.^2 + b4*f.^3));
but I cannot get the exact attenuation curve. The above formula does not have the vertical axis (it is in range [0 -0.03]).
What is wrong?
Thanks
I find a SDD21 model:
https://www.ieee802.org/3/ap/public/feb06/goergen_01_0206.pdf
b1 = 2.00e-5;
b2 = 1.10e-10;
b3 = 3.20e-20;
b4 = -1.20e-30;
f = [50:15000];
SDD21 = -20*(log10(exp(1)))*((b1*sqrt(f) + b2*f + b3*f.^2 + b4*f.^3));
but I cannot get the exact attenuation curve. The above formula does not have the vertical axis (it is in range [0 -0.03]).
What is wrong?
Thanks