代码搜索:12位采样

找到约 5,644 项符合「12位采样」的源代码

代码结果 5,644
www.eeworm.com/read/231913/14216403

c sam.c

///////////////////////////////////////////////////////////////////////////////////////// //该段程序为抽样程序,模拟函数为y=4sinx,采样时间限定在一个周期内,t为采样时间间隔,可以 //根据需要修改,程序中采用了0.5s。采样点的采样值依次存放在数组a『50』中,最后的输出没有全 //部输出数组
www.eeworm.com/read/135236/13949105

asv test_16qam.asv

global dt t f df N T close all clear Eb_N0 Pe N=2^10; %采样点数 L=32; %每码元的采样点数 M=N/L %码元数 Rb=2; %码速率是2Mb/s Ts=1/Rb; %码元间隔 dt=Ts/L; %时域采样间隔 df=1/(N*dt) %频域采样间隔 T=N*dt
www.eeworm.com/read/135236/13949120

asv pushbutton100.asv

clear global dt t f df N T close all clear Eb_N0 Pe N=2^10; %采样点数 L=32; %每码元的采样点数 M=N/L %码元数 Rb=2; %码速率是2Mb/s Ts=1/Rb; %码元间隔 dt=Ts/L; %时域采样间隔 df=1/(N*dt) %频域采样间隔
www.eeworm.com/read/135236/13949143

asv popupmenu100.asv

clear global dt t f df N T close all clear Eb_N0 Pe N=2^10; %采样点数 L=32; %每码元的采样点数 M=N/L %码元数 Rb=2; %码速率是2Mb/s Ts=1/Rb; %码元间隔 dt=Ts/L; %时域采样间隔 df=1/(N*dt) %频域采样间隔
www.eeworm.com/read/135236/13949176

m pushbutton100.m

clear global dt t f df N T close all clear Eb_N0 Pe N=2^15; %采样点数 L=32; %每码元的采样点数 M=N/L %码元数 Rb=2; %码速率是2Mb/s Ts=1/Rb; %码元间隔 dt=Ts/L; %时域采样间隔 df=1/(N*dt) %频域采样间隔
www.eeworm.com/read/135236/13949191

m test_16qam.m

global dt t f df N T close all clear Eb_N0 Pe N=2^10; %采样点数 L=32; %每码元的采样点数 M=N/L %码元数 Rb=2; %码速率是2Mb/s Ts=1/Rb; %码元间隔 dt=Ts/L; %时域采样间隔 df=1/(N*dt) %频域采样间隔 T=N*dt
www.eeworm.com/read/173741/9637485

m sitrun.m

function [sys0,sys1]=SITrun(mode) clc; ts=0.001; %数据采样周期 N=1000; %数据采样点数 if mode==0 load SIdata.mat
www.eeworm.com/read/391780/8377221

m ms2r4.m

f=200;Um=1;nt=2; %输入信号频率、振幅和显示周期个数 Fs=4000;N=Fs/f; %采样频率,求采样点数N T=1/f; %T为信号的周期 dt=T/N; %采样时间间隔 n=0:nt*N-1;