代码搜索:ip核

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

代码结果 10,000
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/7292234

e ip修改器.e

www.eeworm.com/read/456377/7350191

h ip6_misc.h

/* * Copyright (c) 1993, 1994, 1997 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are
www.eeworm.com/read/456354/7351281

m ip_06_07.m

% MATLAB script for Illustrative Problem 7, Chapter 6. echo on N=31; T=1; alpha=1/4; n=-(N-1)/2:(N-1)/2; % The indices for g_T % The expression for g_T is obtained next for i=1:length(n), g_T(i)=0
www.eeworm.com/read/456354/7351282

m ip_06_06.m

% MATLAB script for Illustrative Problem 6, Chapter 6. echo on N=52; noise_var=0.25; sigma=sqrt(noise_var); % standard deviation of the noise for i=1:N, % generate data sequence if (rand
www.eeworm.com/read/456354/7351283

m ip_06_09.m

% MATLAB script for Illustrative Problem 9, Chapter 6. echo on d=[1 1 1 0 1 0 0 1 0 0 0 1]; p(1)=0; for i=1:length(d) p(i+1)=rem(p(i)+d(i),2); echo off ; end echo on ; a=2.*p-1; b(1)=0; dd(1)=0; f