代码搜索:Raspberry Pi

找到约 10,000 项符合「Raspberry Pi」的源代码

代码结果 10,000
www.eeworm.com/read/187956/8585492

m sinc4.m

clear %初始相位为6/pi fc=100;%sin信号的频率 a=-0.02; b=0.02; dt=1/1000; t=a:dt:b; fc1=fc*2;%临界采样频率,即每个sin周期取样2个点 ts1=1/fc1;%临界采样的时间间隔 t1=a:ts1:b; x1=cos(2*pi*fc*t1+6/pi); y1=0; for i=1:length(x1
www.eeworm.com/read/187956/8585493

m sinhscy2.m

%对sin信号进行抽样得到的结论2 clc clear fc=1;%sin信号的频率 a=-4;%信号的起始时间 b=4;%信号的终止时间 ts=1/(32*fc);%为使信号能较平滑的画出,设置的采样时间间隔 fs=1/ts;%由上面的采样时间间隔得到的采样频率 t=a:ts:b; f=-fs/2+fs/length(t):fs/length(t):fs/2; %------
www.eeworm.com/read/187956/8585501

m sincy.m

%对sin信号进行抽样得到的结论1 clc clear fc=1;%sin信号的频率 a=-4;%信号的起始时间 b=4;%信号的终止时间 ts=1/(32*fc);%为使信号能较平滑的画出,设置的采样时间间隔 fs=1/ts;%由上面的采样时间间隔得到的采样频率 t=a:ts:b; f=-fs/2+fs/length(t):fs/length(t):fs/2; %------
www.eeworm.com/read/187956/8585506

m sincy2.m

%对sin信号进行抽样得到的结论2 clc clear fc=1;%sin信号的频率 a=-4;%信号的起始时间 b=4;%信号的终止时间 ts=1/(32*fc);%为使信号能较平滑的画出,设置的采样时间间隔 fs=1/ts;%由上面的采样时间间隔得到的采样频率 t=a:ts:b; f=-fs/2+fs/length(t):fs/length(t):fs/2; %------
www.eeworm.com/read/187956/8585529

m sincy.m

%对sin信号进行抽样得到的结论1 clc clear fc=1;%sin信号的频率 a=-4;%信号的起始时间 b=4;%信号的终止时间 ts=1/(32*fc);%为使信号能较平滑的画出,设置的采样时间间隔 fs=1/ts;%由上面的采样时间间隔得到的采样频率 t=a:ts:b; f=-fs/2+fs/length(t):fs/length(t):fs/2; %------
www.eeworm.com/read/187956/8585535

asv sincy.asv

%对sin信号进行抽样得到的结论1 clc clear fc=1;%sin信号的频率 a=-4;%信号的起始时间 b=4;%信号的终止时间 ts=1/(16*fc);%为使信号能较平滑的画出,设置的采样时间间隔 fs=1/ts;%由上面的采样时间间隔得到的采样频率 t=a:ts:b; f=-fs/2+fs/length(t):fs/length(t):fs/2; %------
www.eeworm.com/read/187956/8585551

m sinc3.m

clear %初始相位为3/pi fc=100;%sin信号的频率 a=-0.02; b=0.02; dt=1/1000; t=a:dt:b; fc1=fc*2;%临界采样频率,即每个sin周期取样2个点 ts1=1/fc1;%临界采样的时间间隔 t1=a:ts1:b; x1=cos(2*pi*fc*t1+3/pi); y1=0; for i=1:length(x1
www.eeworm.com/read/187956/8585555

m sinhscy1.m

%对sin信号进行抽样得到的结论1 clc clear fc=1;%sin信号的频率 a=-4;%信号的起始时间 b=4;%信号的终止时间 ts=1/(32*fc);%为使信号能较平滑的画出,设置的采样时间间隔 fs=1/ts;%由上面的采样时间间隔得到的采样频率 t=a:ts:b; f=-fs/2+fs/length(t):fs/length(t):fs/2; %------
www.eeworm.com/read/187956/8585633

m constel.m

function c=constel(x,fs,fb,fc); %Usage:ph=phdet(x,fs,fc); BBI 2000 if nargin
www.eeworm.com/read/288910/8594606

cpp main3_1b.cpp

// Section 7.3.1 // $ CC ptrswap.cpp main3_1b.cpp /* Before ptrswap(): pi: 10 pj: 20 After ptrswap(): pi: 20 pj: 10 */ #include using std::cout; using std::en