代码搜索:Simulated
找到约 1,823 项符合「Simulated」的源代码
代码结果 1,823
www.eeworm.com/read/489084/6482578
m ip_07_08.m
% MATLAB script for Illustrative Problem 7.8.
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 ;
e
www.eeworm.com/read/489084/6482579
m ip_07_05.m
% MATLAB script for Illustrative Problem 7.5.
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 ;
e
www.eeworm.com/read/486068/6542909
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_
www.eeworm.com/read/481234/6645279
m 1.m
echo on
SNRindB1=0:1:12;
SNRindB2=0:0.1:12;
for i=1:length(SNRindB1),
% simulated error rate
smld_err_prb(i)=smldPe54(SNRindB1(i));
echo off;
end;
echo on;
for i=1:length(SNRindB2
www.eeworm.com/read/476907/6754269
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/158463/11613125
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/158463/11613189
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/342990/11985081
m qpsk_simulation.m
clear;
clf;
echo off
SNRindB1=0:2:10;
SNRindB2=0:0.1:10;
for i=1:length(SNRindB1)
[pb,ps]=cm_sm32(SNRindB1(i)); % simulated bit and symbol error rates
bit_err_prb(i)=pb;
symbol_
www.eeworm.com/read/252197/12293785
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/150043/12322897
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_