?? dsdemo8.m
字號:
% Demonstrate the designLCBP functionclc;fprintf(1,'\t\t\t Continuous-Time LC Modulator Design\n\n');%WARNING: designLCBP is very ill-behaved due to deficiencies% in MATLAB's constr() and minimax(). These functions frequently% take a viable set of parameters as a starting point and turn% them into an unstable modulator. I should provide a more robust% implementation...echo on;n = 3;OSR = 64;opt = 2;Hinf = 1.7;f0 = 1/16;t = [0.5 1];form = 'FB';dbg = 1;[param H L0 ABCD] = designLCBP(n,OSR,opt,Hinf,f0,t,form,[],dbg);echo off;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -