代码搜索:IP软核
找到约 10,000 项符合「IP软核」的源代码
代码结果 10,000
www.eeworm.com/read/462318/7202843
m ip_07_12.m
% MATLAB script for Illustrative Problem 12, Chapter 7.
echo on
alpha=0.4;
T=1/4800;
t=[-3*T:1.001*T/100:3*T];
x=sinc(t./T).*(cos(pi*alpha*t./T)./(1-4*alpha^2*t.^2/T^2));
pause % Press any key t
www.eeworm.com/read/459907/7263201
m ip_01_01.m
% MATLAB script for Illustrative Problem 1, Chapter 1.
n=[-20:1:20];
x=abs(sinc(n/2));
stem(n,x);
www.eeworm.com/read/459907/7263203
m ip_01_05.m
% MATLAB script for Illustrative Problem 5.1.
df=0.01;
fs=10;
ts=1/fs;
t=[-5:ts:5];
x1=zeros(size(t));
x1(41:51)=t(41:51)+1;
x1(52:61)=ones(size(x1(52:61)));
x2=zeros(size(t));
x2(51:71)=x1(
www.eeworm.com/read/459907/7263204
m ip_01_02.m
% MATLAB script for Illustrative Problem 2, Chapter 1.
echo on
fnct='lambda';
a=-4;
b=4;
n=24;
tol=0.1;
xx=fseries(fnct,a,b,n,tol);
xx1=xx(n+1:-1:2);
xx1=[conj(xx1),xx];
absxx1=abs(xx1);
www.eeworm.com/read/459848/7264089
m ip_04_09.m
% MATLAB script for Illustrative Problem 4.9.
echo on
t=[0:0.01:10];
a=sin(t);
[sqnr8,aquan8,code8]=u_pcm(a,8);
[sqnr16,aquan16,code16]=u_pcm(a,16);
pause % Press a key to see the SQNR for N = 8
www.eeworm.com/read/459848/7264091
m ip_04_11.m
% ip_04_11.m for spar
ip_04_10;
[Y,I]=sort(a);
plot(Y,a_quan(I))
www.eeworm.com/read/459848/7264092
m ip_04_10.m
% MATLAB script for Illustrative Problem 4.10.
echo on
a=randn(1,500);
n=64;
[sqnr,a_quan,code]=u_pcm(a,64);
pause % Press a key to see the SQNR.
sqnr
pause % Press a key to see the first fiv
www.eeworm.com/read/458654/7292157
e ip在线查询系统.e
www.eeworm.com/read/458654/7292234
e ip修改器.e
www.eeworm.com/read/458223/7301684