代码搜索:Raspberry Pi
找到约 10,000 项符合「Raspberry Pi」的源代码
代码结果 10,000
www.eeworm.com/read/398029/8009476
m makesig.m
function [x,N] = makesig(SigName,N)
% [x,N] = makesig(SigName,N) Creates artificial test signal identical to the
% standard test signals proposed and used by D. Donoho and I. Johnstone
% in Wa
www.eeworm.com/read/297039/8057860
m gaussn.m
function g = gaussn(f0,n)
% function gn = gaussn(f0,n) : generates the order n derivative of the
% gaussian window, centered at frequency f0
% The wavelet gn is real, but it is its analytic form
www.eeworm.com/read/297034/8058866
m gaussn.m
function g = gaussn(f0,n)
% function gn = gaussn(f0,n) : generates the order n derivative of the
% gaussian window, centered at frequency f0
% The wavelet gn is real, but it is its analytic form
www.eeworm.com/read/397183/8063752
m yg5.m
clear all;
clc;
x=0:pi;
y=1;
z=(4/pi)*sin(y)+sin(3*y)/3+sin(5*y)/5;
plot(y,z)
hold on
x=-pi:0;
y=-1;
z=(4/pi)*sin(y)+sin(3*y)/3+sin(5*y)/5;
%plot(x,y,'b');
plot(x)
www.eeworm.com/read/247181/12675814
m initl.m
function y = initL(x)
y = initialfield(x,3.0/2*pi,0.5*pi);
www.eeworm.com/read/247181/12675864
m initsq.m
function y = initSq(x)
y = initialfield(x,0.5*pi,0.0);
www.eeworm.com/read/333417/12683563
m gaussn.m
function g = gaussn(f0,n)
% function gn = gaussn(f0,n) : generates the order n derivative of the
% gaussian window, centered at frequency f0
% The wavelet gn is real, but it is its analytic form
www.eeworm.com/read/246806/12703589
m sinc.m
function y=sinc(x)
y=ones(size(x));
i=find(x);
y(i)=sin(pi*x(i))./(pi*x(i));
www.eeworm.com/read/145385/12729234
m ex5_1.m
x=0:pi/100:2*pi;
y=2*exp(-0.5*x).*cos(4*pi*x);
plot(x,y)
www.eeworm.com/read/144891/12764290
m ex5_1.m
x=0:pi/100:2*pi;
y=2*exp(-0.5*x).*cos(4*pi*x);
plot(x,y)