代码搜索:Raspberry Pi
找到约 10,000 项符合「Raspberry Pi」的源代码
代码结果 10,000
www.eeworm.com/read/346461/11743004
asv lowpass_p354.asv
%clear;close all;
wp=0.8*pi;%passband end
ws=0.88*pi;
%wc=(wp+ws)/2;
width=ws-wp;%width of the transition band
N=ceil(6.6*pi/width);
if (rem(N,2))==0
N=N+1;
end
Nw=N;%Legnth of the
www.eeworm.com/read/345802/11791475
c example_281x_fft.c
/*
;**************************************************************
;* 北京达盛科技有限公司
;* 研 发 部
;*
;* http://www.techshine.com
;****************************
www.eeworm.com/read/156528/11794879
m based_nag.m
function [y,PI] = based_nag()
%
%A natural gradient-based Algorithm for Blind Source Separation
%copyright 2005.4.14
%author:lucky zhang
%used to separate audio signal
%usage:[y,PI]=based_neg(x
www.eeworm.com/read/156528/11795355
m gui_txt.m
function GUI_txt()
%
%
%
t=0:0.01:8*pi;
n=sin(t);
plot(n);
www.eeworm.com/read/258975/11829553
c a.c
#include
#include
void kbfft(pr,pi,n,k,fr,fi,l,il)
int n,k,l,il;
double pr[],pi[],fr[],fi[];
{int it,m,is,i,j,nv,l0;
double p,q,s,vr,vi,poddr,poddi;
for(it=0;it
www.eeworm.com/read/257997/11896948
m usm.m
a=5*(10^(-7));
b=2.5*(10^(-7));
c=5*(10^(-8));
l=0.039;
w=42500*2*pi;
u=0.15;
Em=3*(10^10);
www.eeworm.com/read/257588/11920118
m ex5_4.m
x=0:pi/100:2*pi;
y1=0.2*exp(-0.5*x).*cos(4*pi*x);
y2=2*exp(-0.5*x).*cos(pi*x);
plotyy(x,y1,x,y2);