代码搜索:IP软核
找到约 10,000 项符合「IP软核」的源代码
代码结果 10,000
www.eeworm.com/read/331935/12796745
cfg ip2dn.cfg
-$A8
-$B-
-$C+
-$D+
-$E-
-$F-
-$G+
-$H+
-$I+
-$J+
-$K-
-$L+
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$YD
-$Z1
-cg
-AWinTypes=Windows;WinProcs=Windows;Dbi
www.eeworm.com/read/331935/12796748
dof ip2dn.dof
[FileVersion]
Version=7.0
[Compiler]
A=8
B=0
C=1
D=1
E=0
F=0
G=1
H=1
I=1
J=1
K=0
L=1
M=0
N=1
O=1
P=1
Q=0
R=0
S=0
T=0
U=0
V=1
W=0
X=1
Y=1
Z=1
ShowHints=1
ShowWarnings=1
www.eeworm.com/read/331935/12796754
res ip2dn.res
www.eeworm.com/read/331935/12796759
dpr ip2dn.dpr
program IP2DN;
uses
Forms,
Unit1 in 'Unit1.pas' {Form1},
Unit2 in 'Unit2.pas';
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Ru
www.eeworm.com/read/244937/12830575
m ip_02_03.m
% MATLAB script for Illustrative Problem 2.3.
clear
echo on
rho=0.95;
X0=0;
N=1000;
X=gaus_mar(X0,rho,N);
M=50;
Rx=rx_est(X,M);
%
www.eeworm.com/read/244937/12830587
m ip_08_01.m
% MATLAB script for Illustrative Problem 8.1.
clear
echo on
gamma_db=[-20:0.1:20];
gamma=10.^(gamma_db./10);
p_error=q(sqrt(2.*gamma));
capacity=1.-entropy2(p_error);
pause % Press a key to se
www.eeworm.com/read/244937/12830590
m ip_07_03.m
% MATLAB script for Illustrative Problem 7.3.
clear
echo on
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 rat
www.eeworm.com/read/244937/12830603
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/244937/12830614
m ip_02_02.m
% MATLAB script for Illustrative Problem 2.2.
clear
echo on
mx=[0 0]';
Cx=[1 1/2;1/2 1];
x=multi_gp(mx,Cx);
% Computation of the pdf of (x1,x2) follows.
delta=0.3;
x1=-3:delta:3;
x2=-3:delt