代码搜索:Simulated
找到约 1,823 项符合「Simulated」的源代码
代码结果 1,823
www.eeworm.com/read/414455/11111258
m ip_07_08.m
% MATLAB script for Illustrative Problem 7.8.
clear
echo on
SNRindB1=0:2:15;
SNRindB2=0:0.1:15;
for i=1:length(SNRindB1),
smld_err_prb(i)=cm_sm52(SNRindB1(i)); % simulated error rate
echo o
www.eeworm.com/read/268231/11149068
m ip_07_08.m
% MATLAB script for Illustrative Problem 8, Chapter 7.
echo on
SNRindB1=0:2:15;
SNRindB2=0:0.1:15;
for i=1:length(SNRindB1),
smld_err_prb(i)=cm_sm52(SNRindB1(i)); % simulated error rate
echo off ;
www.eeworm.com/read/268231/11149070
m ip_07_05.m
% MATLAB script for Illustrative Problem 5, Chapter 7.
echo on
SNRindB1=0:2:12;
SNRindB2=0:0.1:12;
for i=1:length(SNRindB1),
smld_err_prb(i)=cm_sm34(SNRindB1(i)); % simulated error rate
echo off ;
www.eeworm.com/read/147096/12584894
m ip_07_08.m
% MATLAB script for Illustrative Problem 8, Chapter 7.
echo on
SNRindB1=0:2:15;
SNRindB2=0:0.1:15;
for i=1:length(SNRindB1),
smld_err_prb(i)=cm_sm52(SNRindB1(i)); % simulated error rate
end;
www.eeworm.com/read/147096/12584920
m ip_07_05.m
% MATLAB script for Illustrative Problem 5, Chapter 7.
echo on
SNRindB1=0:2:12;
SNRindB2=0:0.1:12;
for i=1:length(SNRindB1),
smld_err_prb(i)=cm_sm34(SNRindB1(i)); % simulated error rate
end;
www.eeworm.com/read/300562/13905823
m ip_07_08.m
% MATLAB script for Illustrative Problem 8, Chapter 7.
echo on
SNRindB1=0:2:15;
SNRindB2=0:0.1:15;
for i=1:length(SNRindB1),
smld_err_prb(i)=cm_sm52(SNRindB1(i)); % simulated error rate
echo off ;
www.eeworm.com/read/300562/13905870
m ip_07_05.m
% MATLAB script for Illustrative Problem 5, Chapter 7.
echo on
SNRindB1=0:2:12;
SNRindB2=0:0.1:12;
for i=1:length(SNRindB1),
smld_err_prb(i)=cm_sm34(SNRindB1(i)); % simulated error rate
echo off ;
www.eeworm.com/read/300086/13936784
m ip_07_08.m
% MATLAB script for Illustrative Problem 8, Chapter 7.
echo on
SNRindB1=0:2:15;
SNRindB2=0:0.1:15;
for i=1:length(SNRindB1),
smld_err_prb(i)=cm_sm52(SNRindB1(i)); % simulated error rate
end;
www.eeworm.com/read/300086/13936828
m ip_07_05.m
% MATLAB script for Illustrative Problem 5, Chapter 7.
echo on
SNRindB1=0:2:12;
SNRindB2=0:0.1:12;
for i=1:length(SNRindB1),
smld_err_prb(i)=cm_sm34(SNRindB1(i)); % simulated error rate
end;
www.eeworm.com/read/134575/13981525
vhd xs40.vhd
-- simulated xs40
library ieee;
use ieee.std_logic_1164.all;
entity xs40tb is end entity xs40tb;
architecture a1 of xs40tb is
constant tclk: time:= 100 nS;
signal reset: std_ulogic;
signal clk: std_