• 大小: 159KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-03
  • 语言: Matlab
  • 标签: 射频  Matlab  光盘  

资源简介

本书分析了普通低频电路和元件当工作频率升高到射频波段(通常指30 MHz ~ 4 GHz)时所遇到的困难和解决办法,并重点讨论了TEM(横电磁)波的传输特性及用微带线制成的各种射频器件的原理和方法。利用MATLAB数学工具软件,开发了相当数量的与本书所包含的内容和课题有关的模拟或解题软件供使用。

资源截图

代码片段和文件信息

% 1. copy all files into separate directory
% 2. Run MATLAB
% 3. In command prompt type in cd ‘the_name_of_installation_directory‘
%    where the_name_of_installation_directory is a full path to teh installation directory
%    for example if files were copied to the directory ‘rf_book‘ on drive c then
%    one should type in cd ‘c:\rf_book‘
% 4. From MATLAB command line run set_path
% 5. In the main menue of the command window go to file/set path...
% 6. In the path browser go to file\save path
% 7. now all paths are setup and you can run examples from the command line

root_dir=pwd;
path(root_dirpath);

for i=1:10
   current_dir=strcat(root_dir‘\ch‘num2str(i‘%02.f‘));
   path(current_dirpath);
end;

tools_dir=strcat(root_dir‘\tools‘);
path(tools_dirpath);

c

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1214  1999-09-20 06:33  RFCircuitDesign:TheoryandPractice\ch01\ex1_3.m

     文件       1415  1999-09-20 06:36  RFCircuitDesign:TheoryandPractice\ch01\ex1_4.m

     文件       1579  1999-09-20 06:39  RFCircuitDesign:TheoryandPractice\ch01\ex1_5.m

     文件       1181  1999-09-20 06:44  RFCircuitDesign:TheoryandPractice\ch01\fig1_4.m

     文件       1565  1999-09-20 07:02  RFCircuitDesign:TheoryandPractice\ch01\fig1_5b.m

     文件       1141  1999-09-20 07:10  RFCircuitDesign:TheoryandPractice\ch02\ex2_1.m

     文件        927  1999-09-20 07:14  RFCircuitDesign:TheoryandPractice\ch02\ex2_6.m

     文件        924  1999-09-20 07:16  RFCircuitDesign:TheoryandPractice\ch02\ex2_7.m

     文件       1542  1999-09-20 07:20  RFCircuitDesign:TheoryandPractice\ch02\ex2_8.m

     文件       2024  1999-09-20 07:25  RFCircuitDesign:TheoryandPractice\ch02\fig2_20.m

     文件       1787  1999-09-20 07:38  RFCircuitDesign:TheoryandPractice\ch02\fig2_22.m

     文件        877  1999-09-20 07:41  RFCircuitDesign:TheoryandPractice\ch02\fig2_28.m

     文件        911  1999-09-28 08:20  RFCircuitDesign:TheoryandPractice\ch03\ex3_1.m

     文件       1093  1999-09-28 08:23  RFCircuitDesign:TheoryandPractice\ch03\ex3_4.m

     文件       1012  1999-09-28 08:26  RFCircuitDesign:TheoryandPractice\ch03\fig3_13.m

     文件       1011  1999-09-28 08:29  RFCircuitDesign:TheoryandPractice\ch03\fig3_14.m

     文件       1000  1999-10-01 20:45  RFCircuitDesign:TheoryandPractice\ch03\fig3_15.m

     文件       1008  1999-10-01 20:46  RFCircuitDesign:TheoryandPractice\ch03\fig3_16.m

     文件       2330  1999-09-28 08:34  RFCircuitDesign:TheoryandPractice\ch03\fig3_18.m

     文件       1174  1999-10-01 20:49  RFCircuitDesign:TheoryandPractice\ch03\fig3_9.m

     文件       2470  1999-10-06 07:32  RFCircuitDesign:TheoryandPractice\ch04\fig4_13.m

     文件        196  1999-09-18 17:38  RFCircuitDesign:TheoryandPractice\ch04\special_multiply.m

     文件       1238  1999-10-06 07:34  RFCircuitDesign:TheoryandPractice\ch05\ex5_1.m

     文件       1327  1999-10-06 07:35  RFCircuitDesign:TheoryandPractice\ch05\ex5_2.m

     文件       1577  1999-10-06 07:37  RFCircuitDesign:TheoryandPractice\ch05\ex5_3.m

     文件       1399  1999-10-06 07:39  RFCircuitDesign:TheoryandPractice\ch05\ex5_4.m

     文件      26215  1999-10-04 17:08  RFCircuitDesign:TheoryandPractice\ch05\ex7_1.eps

     文件       1227  1999-10-06 07:46  RFCircuitDesign:TheoryandPractice\ch05\fig5_12.m

     文件        966  1999-10-06 07:48  RFCircuitDesign:TheoryandPractice\ch05\fig5_16.m

     文件        830  1999-10-06 07:49  RFCircuitDesign:TheoryandPractice\ch05\fig5_18.m

............此处省略146个文件信息

评论

共有 条评论