我的新博客
摘要: 在MATLAB下仿真程序 1 %Simple PLL m-file demonstration 2 3 %This m-file demonstrates a PLL which tracks and demodulates an FM carrier. 4 clear all; 5 close all; 6 f=1000;%Carrier frequency 7 fs=100000;%Sample frequency 8 N=5000;%Number of samples 9 Ts=1/fs;10 t=(0:Ts:(N*Ts)- Ts);11 %Create the messag... 阅读全文
posted @ 2013-11-26 00:25 Leon#0534 阅读(1601) 评论(0) 推荐(2) 编辑

我的新博客

专注天线学习,欢迎交流 yangli0534@gmail.com - 创建于 2010年

我永远是茫茫EE领域的一名小学生。