⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 testblock.kat

📁 用matlab做的Frequency domain INterferomEter Simulation SoftwarE,在国外网站下的,还在研究中,不会用,有会用的回复我
💻 KAT
字号:
#-----------------------------------------------------------------------# cavity1.kat , example file for kat 0.99# # adf@mpq.mpg.de  07.02.2005# # Simple cavity example from the standard example file,#爃ere used for demonstrating the Matlab Client-Sever mode# of finesse. Start with # kat --server 11000 cavity1.kat##-----------------------------------------------------------------------# The interferometer :#						     # Fabry-Perot Cavity                                    #                                                        #             m1                               m2        #            .-.                               .-.      #            | |      . . . . . . . . . .      | |        # --->   n1  | |  n2  .      s1         .  n3  | |  n4 ---->#            | |      . . . . . . . . . .      | |        #            | |                               | |        #            `-'                               `-'        #----------------------------------------------------------------------%%% FTblock cavitym m1 0.9 0.1 0 n1 n2               # mirror m1 with R=0.9, T=0.1, phi=0s s1 1200 n2 n3                    # space  s1 with L=1200m m2 0.8 0.2 0 n3 n4               # mirror m2 with R=0.8, T=0.2, phi=0%%% FTend%%% FTblock laserl i1 1 0 n1                        # input light i1 with amp=1, f=0%%% FTend%%% FTblock maxtemmaxtem 2gauss g1 m1 n2 0.2 1%%% FTend%%% FTblock detectionpd tr n4                        # amplitude detector ad1 with f=0set pdout tr abs%%% FTend%%% FTblock xaxis# dummy xaxis command, will not be executed but# needs to be present for the pre-processing of the filexaxis m1 phi lin 1 2 10func test1 = 1 + $x1func test2 = 1 + $mx2%%% FTend#debug

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -