代码搜索:Raspberry Pi
找到约 10,000 项符合「Raspberry Pi」的源代码
代码结果 10,000
www.eeworm.com/read/161900/10358175
m hrollfcoef.m
%
% hrollfcoef.m
%
% Generate coefficients of Nyquist filter
%
%programmed by Huangyong
%
function [xh]=hrollfcoef(irfn,ipoint,sr,alfs,ncc)
%************************* Variables ***********
www.eeworm.com/read/161900/10358186
m hrollfcoef.m
%
% hrollfcoef.m
%
% Generate coefficients of Nyquist filter
%
%programmed by Huangyong
%
function [xh]=hrollfcoef(irfn,ipoint,sr,alfs,ncc)
%************************* Variables ***********
www.eeworm.com/read/161899/10358210
m hrollfcoef.m
%
% hrollfcoef.m
%
% Generate coefficients of Nyquist filter
%
%programmed by Huangyong
%
function [xh]=hrollfcoef(irfn,ipoint,sr,alfs,ncc)
%************************* Variables ***********
www.eeworm.com/read/161899/10358241
m hrollfcoef.m
%
% hrollfcoef.m
%
% Generate coefficients of Nyquist filter
%
%programmed by Huangyong
%
function [xh]=hrollfcoef(irfn,ipoint,sr,alfs,ncc)
%************************* Variables ***********
www.eeworm.com/read/161899/10358257
m hrollfcoef.m
%
% hrollfcoef.m
%
% Generate coefficients of Nyquist filter
%
%programmed by Huangyong
%
function [xh]=hrollfcoef(irfn,ipoint,sr,alfs,ncc)
%************************* Variables ***********
www.eeworm.com/read/280026/10362913
mac c2cxrad2.mac
******************************************************************************
* FILE: c25cxrad2.mac --> macro file for radix 2 fft's based on 320c5x *
*
www.eeworm.com/read/161839/10366123
m xiaobo.m
function xiaobo
n=[1:50];
x=sin(pi/10*n+pi/3)+2*cos(pi/7*n);
w=randn(1,length(n));
y=x+w;
subplot(3,1,1);
plot(x);
subplot(3,1,2);
plot(y);
xd=wden(y,'minimaxi','s','one',5,'db3');
subplot(3
www.eeworm.com/read/161772/10375843
cs app.cs
// app.cs - A sample C# application
//-----------------------------------------------
using System;
class sample
{
public static void Main()
{
//Declare variables
www.eeworm.com/read/279909/10378325
txt 例9.1.txt
例9.1
#define PI 3.1415926
main()
{float l,s,r,v;
printf("input raDiuS∶");
scanf("%f",&r);
l=2.0*PI*r;
s=PI*r*r;
v=3.0/4*PI*r*r*r;
printf
www.eeworm.com/read/161748/10381676
m xf11.m
M=20;
alpha=(M-1)/2;
l=0:M-1;
wl=((2*pi)/M)*l;
Hrs=[1,1,1,zeros(1,15),1,1];
Hdr=[1,1,0,0];
wdl=[0,0.25,0.25,1];
k1=0:floor((M-1)/2);
k2=floor((M-1)/2)+1:M-1;
angH=[-alpha*(2*pi)/M*k1,alpha*(2