登录
首页 » matlab » PLL_system_cal&jitter_cal

PLL_system_cal&jitter_cal

于 2019-04-25 发布
0 174
下载积分: 1 下载次数: 5

代码说明:

说明:  计算PLL环路的传递函数,环路带宽,相位裕度等参数; 根据相位噪声大致估算对应的输出信号的jitter(calculate the transformer function, bandwidth, phase margin .etc; and calculate the jitter from phase noise;)

文件列表:

PLL_system_v2.m, 1691 , 2018-09-15
jitter_to_pn_cal.m, 282 , 2018-11-02

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • code assigmenrt anwser
    说明:  machine learning assignment
    2020-06-24 21:40:01下载
    积分:1
  • 高高飞翔希望享受好的程序
    loat hope enjoy good program
    2022-01-31 17:27:25下载
    积分:1
  • type3windturbine
    这是双馈风力发电机的次同步振荡模型,可以验证诱因,抑制方法等。(This is the subsynchronous oscillation model of the doubly fed wind generator, which can verify the inducement, the suppression method and so on.)
    2021-03-07 23:49:29下载
    积分:1
  • 95302921xitongjianmo
    雷达系统的模拟仿真对雷达的研究和发展有很重要的意义,这里提供了几个简单的模型
    2009-03-31 12:48:40下载
    积分:1
  • S变换
    简单的s变换matlab计算程序,用于初学者简单学习s变换(Simple S transform matlab computing program for beginners to learn S transform)
    2020-07-01 22:20:01下载
    积分:1
  • visual basic编程实现曲柄摇杆机构设计
    visual basic编程实现曲柄摇杆机构设计-visual basic programming design of crank-rocker mechanism
    2022-09-09 19:55:03下载
    积分:1
  • CoStream 无缓存 Pipe Stream
    翻译 maninwest@Codeforge 作者:Sergey Nozhenko@CodeProject介绍:CoStream 是的 PipeStream 无缓存替代选择。背景在生产者/消费者模式下,如果我们知道一个消费者确定要读取stream 读到结束或者如果不能读到结束就处理,那么同步stream 就不需要维护自己的内部缓存,完全依赖于 Read 方法调用者的缓存。在Read 方法中,CoStream 保存到目标缓存的引用并等待,直至完成。而 write 方法从源缓存中复制数据到目标缓存,会给读取者发送信号缓存已准备就绪或者需要等待期 Read 调用(如果来源缓存中有未消耗的数据剩下或者返回到Writer 调用者)。使用代码CoStream 不能在单个话题中使用。应该至少有两个,读取和写入话题。两者都需要关闭(或处理)stream,一边对方可以继续到结束。测试程序在  XmlDocument 中加载了一些 xml 文件。然后将其写入到 CoStream 的实例Static CoStream costream = new TestCoStream(); static string outpath; static void Main(string[] args) { // ... XmlDocument doc = new XmlDocument(); doc.Load(args[0]); outpath = args[1]; var reading_thread = new Thread(ReaderBody); reading_thread.Start(); using (var pipe = XmlWriter.Create(costream, new XmlWriterSettings { CloseOutput = true })) doc.Save(pipe); reading_thre
    2022-03-17 17:34:17下载
    积分:1
  • ruanqidong
    自己建的三相异步电机软启动模型,亲测可用(The soft start model of the three phase asynchronous motor is built by oneself, which can be measured and available.)
    2018-03-14 09:36:41下载
    积分:1
  • xinhaofenxuan
    说明:  通过聚类实现信号分选、采用脉冲重复间隔的方法。(Signal sorting by clustering the method of pulse repetition interval is adopted.)
    2020-02-17 17:39:45下载
    积分:1
  • 雷达系统仿真matlab代码
    该程序完成16个脉冲信号的脉压、动目标显示/动目标检测(MTI/MTD)(The program completes pulse pressure and moving target display / moving target detection of 16 pulse signals (MTI/MTD).)
    2021-04-13 17:38:56下载
    积分:1
  • 696518资源总数
  • 105547会员总数
  • 4今日下载