代码搜索:IP软核

找到约 10,000 项符合「IP软核」的源代码

代码结果 10,000
www.eeworm.com/read/463748/7176107

m ip_03_02.m

% MATLAB script for Illustrative Problem 3.2. % Matlab demonstration script for DSB-AM modulation. The message signal % is m(t)=sinc(100t). echo on t0=.2; % signal duration
www.eeworm.com/read/463748/7176112

m ip_03_11.m

% MATLAB script for Illustrative Problem 3.11. % Demonstration script for frequency modulation. The message signal % is m(t)=sinc(100t). echo on t0=.2; % signal dura
www.eeworm.com/read/463748/7176115

m ip_03_10.m

% MATLAB script for Illustrative Problem 3.10. % Demonstration script for frequency modulation. The message signal % is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3, and zero otherwise. echo on t0
www.eeworm.com/read/463748/7176117

m ip_03_09.m

% MATLAB script for Illustrative Problem 3.9. % Demonstration script for envelope detection. The message signal % is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3, and zero otherwise. echo on t0=.1
www.eeworm.com/read/463748/7176120

m ip_09_05.m

% MATLAB script for Illustrative Problem 9.5. echo on % First determine the maximal length shift-register sequences. % Assume the initial shift-register content as "00001". connections1=[1 0 1 0 0
www.eeworm.com/read/463748/7176124

m ip_09_06.m

% MATLAB script for Illustrative Problem 9.6. echo on rho_b1=0:5:35; % rho in dB for the simulated error rate rho_b2=0:0.1:35; % rho in dB for theoretical error rate computation
www.eeworm.com/read/463748/7176127

m ip_09_07.m

% MATLAB scripit for Illustrative Problem 9.7. echo on rho_b=0:2:24; % rho in dB for i=1:length(rho_b), smld_err_prb(i)=ss_Pe97(rho_b(i)); % simulated error rate e
www.eeworm.com/read/463748/7176129

m ip_09_04.m

% MATLAB script for Illustrative Problem 9.4. echo on Lc=20; % number of chips per bit A1=3; % amplitude of the first sinusoidal interference A2=7; % amplitude of the second sinu
www.eeworm.com/read/463665/7176993

sh ip2p.sh

#!/bin/sh if [ -f ../jre/bin/java ]; then JAVA="../jre/bin/java" else JAVA="java" fi $JAVA -classpath ../lib/jxta.jar:../lib/jxtacms.jar:../lib/jxtasecurity.jar:../lib/instantp2p.jar:../lib/
www.eeworm.com/read/463665/7176995

exe ip2p.exe