代码搜索结果
找到约 36,166 项符合
Raspberry Pi 的代码
liti25.m
ezplot('cos(x)',[0,pi])
myfunction.m
function myvalue=myfunction(x)
myvalue=abs((1-x)*x^2*sin(200*pi*x));
gonglvpu.m
function gonglvpu
x=0:0.01:5;
y=sin(x*pi);
y=y./(pi*x);
y(1)=1;
snrzgonglv=y.*y;
snrzgonglv=snrzgonglv/4;
plot(x,snrzgonglv)
plot_polar_mvdr.m
function plot_polar_mvdr(name)
eval(['load ' name]);
% test vectors for spatially sampled response
W_H = conj(W(Ndata, :));
st = -1 : 0.025 : 1;
st_angle=-pi/2:0.0392:pi/2;
est
norm.m
function [norm]=norm(x)
norm=1/sqrt(2*pi)*int((e.^((-(t.^2))/2),t,-inf,x);
c2_9_1.c
#define N 512
#define pi 3.14159
int sin_tab[512];
void main( )
{
int i;
for(i=0;i
exp_out.c
#include
void main ()
{
float pi = 3.14159;
float radius = 2.0031;
printf("The circle's area is %e\n", 2 * pi * radius);
printf("The circle's area is %E\n", 2 * pi * r
show_tan.c
#include
#include
void main(void)
{
double pi = 3.14159265;
printf("Tangent of pi is %f\n", tan(pi));
printf("Tangent of pi/4 is %f\n", tan(pi / 4.0));
}
矩阵转换.c
void trans(int *p,int n)
{
int i,j,temp;
int *pi,*pj;
for(i=0;i
chafen1.m
clc;
clear all;
PI=3.14159;
Fs=1;
w=randn(1,256);
a=1;
b=[1,-0.1,0.09,0.648];
x=filter(b,a,w);
t=1:1:256;%256个时间点
figure(5),
plot(t,x);
x1=2*sin(2*PI*0.1*t);
x2=8*sin(2*PI*0.25*t);
x3=8*sin(2*PI*0.