ex2_1.mdl
来自「线性调频信号通过匹配滤波器的程序 还有一些simulink仿真模型」· MDL 代码 · 共 214 行
MDL
214 行
Model { Name "ch3_b" Version 2.09 SimParamPage Solver SampleTimeColors off InvariantConstants off WideVectorLines off ShowLineWidths off PaperOrientation landscape PaperType usletter PaperUnits inches StartTime "0.0" StopTime "1" Solver ode45 RelTol "1e-3" AbsTol "1e-6" Refine "1" MaxStep "auto" InitialStep "auto" FixedStep "auto" MaxOrder 5 OutputOption RefineOutputTimes OutputTimes "[]" LoadExternalInput off ExternalInput "[t, u]" SaveTime on TimeSaveName "tout" SaveState off StateSaveName "xout" SaveOutput on OutputSaveName "yout" LoadInitialState off InitialState "xInitial" SaveFinalState off FinalStateName "xFinal" LimitMaxRows off MaxRows "1000" Decimation "1" AlgebraicLoopMsg warning MinStepSizeMsg warning UnconnectedInputMsg warning UnconnectedOutputMsg warning UnconnectedLineMsg warning ConsistencyChecking off ZeroCross on SimulationMode normal RTWSystemTargetFile "grt.tlc" RTWInlineParameters off RTWRetainRTWFile off RTWTemplateMakefile "grt_vc.tmf" RTWMakeCommand "make_rtw" RTWGenerateCodeOnly off ExtModeMexFile "ext_comm" ExtModeBatchMode off BlockDefaults { Orientation right ForegroundColor black BackgroundColor white DropShadow off NamePlacement normal FontName "Helvetica" FontSize 10 FontWeight normal FontAngle normal ShowName on } AnnotationDefaults { HorizontalAlignment center VerticalAlignment middle ForegroundColor black BackgroundColor white DropShadow off FontName "Helvetica" FontSize 10 FontWeight normal FontAngle normal } LineDefaults { FontName "Helvetica" FontSize 9 FontWeight normal FontAngle normal } System { Name "ch3_b" Location [495, 40, 782, 309] Open on ScreenColor white Block { BlockType Gain Name "Gain" Position [80, 15, 110, 45] Orientation left Gain ".5" } Block { BlockType Gain Name "Gain1" Position [120, 125, 150, 155] Orientation left Gain "1" } Block { BlockType Integrator Name "Integrator" Ports [1, 1, 0, 0, 0] Position [150, 70, 180, 100] ExternalReset none InitialConditionSource internal InitialCondition "100" LimitOutput off UpperSaturationLimit "inf" LowerSaturationLimit "-inf" ShowSaturationPort off ShowStatePort off AbsoluteTolerance "auto" } Block { BlockType Product Name "Product" Ports [2, 1, 0, 0, 0] Position [145, 12, 175, 43] Orientation left Inputs "2" } Block { BlockType Scope Name "Scope" Ports [1, 0, 0, 0, 0] Position [215, 70, 245, 100] Floating off Location [194, 439, 518, 678] Open off Grid on TickLabels on ZoomMode on TimeRange "1 " YMin "0 " YMax "100 " SaveToWorkspace off SaveName "ScopeData" LimitMaxRows on MaxRows "5000" Decimation "1" SampleInput off SampleTime "0" } Block { BlockType Sum Name "Sum" Ports [2, 1, 0, 0, 0] Position [85, 67, 115, 98] Inputs "-+" } Line { SrcBlock "Sum" SrcPort 1 DstBlock "Integrator" DstPort 1 } Line { SrcBlock "Gain1" SrcPort 1 Points [-55, 0; 0, -50] DstBlock "Sum" DstPort 2 } Line { SrcBlock "Gain" SrcPort 1 Points [-15, 0; 0, 45] DstBlock "Sum" DstPort 1 } Line { SrcBlock "Product" SrcPort 1 DstBlock "Gain" DstPort 1 } Line { SrcBlock "Integrator" SrcPort 1 Points [10, 0] Branch { Points [0, 55] DstBlock "Gain1" DstPort 1 } Branch { Labels [1, 0] Points [0, -50] Branch { DstBlock "Product" DstPort 2 } Branch { Points [0, -15] DstBlock "Product" DstPort 1 } } Branch { DstBlock "Scope" DstPort 1 } } Annotation { Position [142, 205] Text "Bacteria Growth Model" } }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?