代码搜索:Raspberry Pi
找到约 10,000 项符合「Raspberry Pi」的源代码
代码结果 10,000
www.eeworm.com/read/330869/12863382
m chirplets.m
function x = chirplets(N, P)
% chirplets -- make a signal that is a sum of chirplets
%
% Usage
% x = chirplets(N, P)
%
% Inputs
% N length of signal
% P matrix of parameters [amp tim
www.eeworm.com/read/330869/12863526
m chirplets.m
function x = chirplets(N, P)
% chirplets -- make a signal that is a sum of chirplets
%
% Usage
% x = chirplets(N, P)
%
% Inputs
% N length of signal
% P matrix of parameters [amp tim
www.eeworm.com/read/143520/12868529
m exm060251_1.m
t=2*pi*(0:20)/20;y=cos(t).*exp(-0.4*t);
stem(t,y,'g');hold on;stairs(t,y,'r');hold off
www.eeworm.com/read/143457/12874582
cpp p1-14.cpp
#include
const double PI=3.1416; //声明常量(const变量)PI为3.1416
main()
{
//声明3个变量
double r=3,l,s;
//计算圆的周长
l=2*PI*r;
cout
www.eeworm.com/read/143457/12874671
cpp p1-4.cpp
##include //包含iostream.h头文件
void main()
{
//输出字符常量、变量和字符串
char c1='A';
cout
www.eeworm.com/read/330618/12878644
txt 新建 文本文档 (3).txt
the data of signal
clear;
format long;
c=3*10.^8;
L=6;
sam=128*4;
N=128*4;
f0=0.175;
lamta=c/f0;
len=lamta/2;
P1=20*pi/180;
snr=-5;
Amp=sqrt(2*10^(snr/10));
sig=Amp.*fmlin(N,0.1,0.25);
www.eeworm.com/read/244143/12883756
cpp decisionmakingx.cpp
// DecisionMakingx.cpp: implementation of the CDecisionMakingx class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "DecisionMakingx.h"
www.eeworm.com/read/143275/12886969
c 1cpdv.c
#include "math.h"
void cpdv(pr,pi,m,qr,qi,n,sr,si,k,rr,ri,l)
int m,n,k,l;
double pr[],pi[],qr[],qi[],sr[],si[],rr[],ri[];
{ int i,j,mm,ll;
double a,b,c,d,u,v;
void cmul(doubl
www.eeworm.com/read/143247/12887782
m space_tempral.m
clear
clc
%%%%%%%%%%%%input%%%%%%%%%%%%%
N=10;%number of elements
M=128;%snapshots
hr=20;%radar height
ht=400;%target height
d=0.5;%space in lambda unit
snr=30;%信噪比
p=0.9;%反射系数
f=500;%多普勒频率
www.eeworm.com/read/143244/12887803
m mmusic_new.m
clear;
clc;
%%%%%%%%%%%%input%%%%%%%%%%%%
arg=[1.11,-1.17];d=1/2;
N=20;K=100;c=3*10^8;
ps = 0.9607; c = 3*10^8;f = 6*10^9;
lamda = c/f;
vv = 1.2190e-004;
ff = 2*pi*vv*10^3/lamda;
snr = 5;