MATLAB Central
    Log In
  1. Create Account
  2. Log In
  1. File Exchange
  2. Answers
  3. Newsgroup
  4. Link Exchange
  5. Blogs
  6. Trendy
  7. Cody
  8. Contest
  9. MathWorks.com
Download All

No BSD License  

Highlights from
Home Networking Basis

  • [A1,B1,C1,D1,Dn1]=sblockclc(a... Parallel matrix calculation
  • [a,b,c,d]=blockabcd(r1,r2,r3,...
  • [a,b,c,d]=splitio(f,z0);
  • [a,b,c,d]=splitoo(f,z1);
  • [aa,ba,ca,da,adn]=sablockclc(...
  • [ab,bb,cb,db,bdn]=sbblockclc(...
  • [ht,h]=abcd2hcx(a,b,c,d);
  • [r,l,g,c]=RLGCExpQ22(f);
  • b=p2bin(p,n,bpr);
  • b=p2bin8(p,n,bpr);
  • p=b2pw(b,n,ppr);
  • p=b2pw8(b,n,ppr);
  • CEBusPL.m
  • CRC.m
  • Cap100baset2.m
  • Cap100baset4.m
  • Cap100basetx.m
  • Caphomepna2.m
  • Cat3channel.m
  • Cbkn.m
  • Chancap.m
  • Cnext.m
  • Coaxmod.m
  • Gfilt.m
  • PLCapcity.m
  • PLNmodel.m
  • PLRandom.m
  • Perror.m
  • RAAloha.m
  • RAEther.m
  • RASlotAloha.m
  • Radiobase.m
  • Radiomodel.m
  • ReflectC.m
  • Sstrength.m
  • T2mask.m
  • T4mask.m
  • TXmask.m
  • arc4.m
  • cc64.m
  • chmodel.m
  • concoder.m
  • crc16.m
  • fwt.m
  • fwtcc.m
  • gpoly.m
  • hcs.m
  • homepna2.m
  • loadt2ch.m
  • modelabcd.m
  • psds.m
  • rscoder.m
  • rsdecoder.m
  • rsprp.m
  • schannel.m
  • schannel2.m
  • scrambsync.m
  • scrstcat5.m
  • sqnqf7.m
  • vdecoder.m
  • DSSS
  • FHSS
  • hbaset2
  • hbaset4
  • hbasetx
  • hrdsss
  • ofdm
  • tenbaset
  • View all files
from Home Networking Basis by Walter Chen
M-files for chapters 2-10 and Simulink models for Ethernet and Wireless Ethernet.

[r,l,g,c]=RLGCExpQ22(f);
function [r,l,g,c]=RLGCExpQ22(f);
r0c=252.5;
ac=0.2643;
l0=763.2e-6;
linf=575.7e-6;
fm=386e3;
b=0.794;
g0=26.7e-9;
ge=0.8805;
cinf=44.1e-9;
c0=75.1e-9;
ce=0.245;
r=sqrt(sqrt(r0c^4+ac.*f.^2));
l=(l0+linf*(f./fm).^b)./(1+(f./fm).^b);
g=g0.*f.^ge;
c=cinf+c0.*f.^(-ce);

Contact us at files@mathworks.com

 
  • © 1994-2012 The MathWorks, Inc.
  • Site Help
  • Patents
  • Trademarks
  • Privacy Policy
  • Preventing Piracy
  • Terms of Use
  • RSS
  • Facebook
  • Twitter
  • Featured MathWorks.com Topics:
  • New Products
  • Support
  • Documentation
  • Training
  • Webinars
  • Newsletters
  • MATLAB Trials
  • Careers