代码搜索:Simulink 开发教程

找到约 10,000 项符合「Simulink 开发教程」的源代码

代码结果 10,000
www.eeworm.com/read/426047/10291433

mdl buck_pcm_simulink.mdl

Model { Name "buck_PCM_simulink" Version 6.6 MdlSubVersion 0 GraphicalInterface { NumRootInports 2 Inport { Name "Vg(t)" } Inport { N
www.eeworm.com/read/426047/10291436

m buck_pcm_simulink_in.m

Vg=input('please give the input voltage Vg='); V=input('please give the output voltage V='); Io=input('please give the output current Io='); rg=input('please give the resistance of the input voltage s
www.eeworm.com/read/352340/10562616

m simulink_bsc_ber.m

clc; clear all; %理论BSC信道误码率 x=0:0.01:1;%BSC信道的误码率 y=x;%接收信号误码率 %设置调制信号的采样间隔 xSampleTime=1/100000; %设置仿真时间长度 xSimulationTime=10; %初始化种子 xInitialSeed=21; %x表示BSC信道的误比特率 x1=[0.01,0.02,0.03,0.
www.eeworm.com/read/352340/10562638

m simulink_bpsk_ber.m

clc; clear all; %设置调制信号的采样间隔 xSampleTime=1/100000; %设置仿真时间长度 xSimulationTime=5; %初始化种子 xInitialSeed=21; %x表示信噪比的取值范围 x=0:0.5:10; y1=x; for i=1:length(x) %信噪比依次取向量的值 xSNR=x(i); %执行仿真模型 s