code of an ADC implementation woith matlab simulink

源代码在线查看: mod2.m

软件大小: 557 K
上传用户: kyzgq
关键词: implementation simulink matlab woith
下载地址: 免注册下载 普通下载 VIP

相关代码

				function mod = mod2()				% mod = mod2()				% Populate a structure describing the second-order modulator				A=[1 0; 1 1];				B=[1 -1; 1 -2];				C=[0 1];				D=[0 0];				ABCD=[A B; C D];				mod.ABCD=[A B; C D];				[mod.H mod.G] = calculateTF(mod.ABCD);							

相关资源