【ocean】测试phaseDeg,phaseDegUnwrapped和phaseMargin

  • 对二级运放进行测试
    -101.35,78.01,78.01
   GBW = gainBwProd((VF("/Vout2") / VF("/Vin")))
   PHASE = phaseDegUnwrapped((VF("/Vout2") / VF("/Vin")))
   plot( PHASE ?expr '( "PHASE" ) ) 
   PHASEdeg = phaseDeg((VF("/Vout2") / VF("/Vin")))
   plot( PHASEdeg ?expr '( "PHASEdeg" ) )    


   phase_GBW = value(PHASE GBW)
   PHASEdeg_GBW = value(PHASEdeg, GBW)
   PHASEmargin = phaseMargin((VF("/Vout2") / VF("/Vin")))
   printf("%5.2f,%5.2f,%5.2f\n", PHASEmargin,PHASEdeg_GBW,phase_GBW )

在这里插入图片描述

  • ocean文档里的解释,phase类似于phaseDegUnwrapped
    The phase command is similar to the phaseDegUnwrapped command and returns the
    unwrapped phase in degrees.
  • phasemargin测试loop gain

在这里插入图片描述

相关推荐

  1. Facebook Research 的 Ocean 框架用于ARCV的C++库

    2024-06-07 02:18:02       25 阅读
  2. 单元测试集成测试

    2024-06-07 02:18:02       29 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-06-07 02:18:02       98 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-06-07 02:18:02       106 阅读
  3. 在Django里面运行非项目文件

    2024-06-07 02:18:02       87 阅读
  4. Python语言-面向对象

    2024-06-07 02:18:02       96 阅读

热门阅读

  1. Docker面试整理-Docker与虚拟机的区别是什么?

    2024-06-07 02:18:02       34 阅读
  2. Configure Google Chrome Settings with Group Policy

    2024-06-07 02:18:02       28 阅读
  3. Unity3D DOTS JobSystem物理引擎的使用详解

    2024-06-07 02:18:02       28 阅读
  4. HOW - Lodash 使用指南和源码学习

    2024-06-07 02:18:02       32 阅读
  5. Python3 笔记:abs() 和 fabs()

    2024-06-07 02:18:02       30 阅读
  6. Kotlin 特色 sealed 关键字

    2024-06-07 02:18:02       29 阅读
  7. Kotlin 中,扩展函数(Extension Functions)

    2024-06-07 02:18:02       31 阅读
  8. docker安装mysql8和mysql5.7

    2024-06-07 02:18:02       33 阅读
  9. 问题:对象流仅读取一个对象

    2024-06-07 02:18:02       25 阅读
  10. Puppeteer用途

    2024-06-07 02:18:02       30 阅读
  11. perl: URI::rtsp 是用来处理RTSP协议的的URI的模块。

    2024-06-07 02:18:02       27 阅读