代码搜索:Sampling

找到约 3,969 项符合「Sampling」的源代码

代码结果 3,969
www.eeworm.com/read/378914/2679309

m p10_3.m

% Program P10_3 % Effect of Up-sampling in the Frequency Domain % Use fir2 to create a bandlimited input sequence freq = [0 0.45 0.5 1]; mag = [0 1 0 0]; x = fir2(99, freq, mag); % Evaluate and
www.eeworm.com/read/295657/8147811

m c10ex1.m

% Plots of errors in computing the DFT - Example 10-1 % clf T = input('Enter the time window width '); Tss = input('Enter the largest time sampling interval '); for k = 1:3 k_even = 2*k; k_odd = 2*k-1
www.eeworm.com/read/292248/8365584

m set_comm_ofdm_parameters.m

function sim=set_comm_parameters(sim); %set comm_parameters for a group of packets. sim.sampling_rate=192000; sim.carrier_freq=12000; sim.symbol_rate=4000; sim.bandwidth=6000; sim.packet_type='o
www.eeworm.com/read/292248/8365621

m set_comm_parameters.m

function sim=set_comm_parameters(sim); %set comm_parameters for a group of packets. sim.sampling_rate=192000; sim.carrier_freq=12000; sim.symbol_rate=2000; sim.bandwidth=6000; sim.blank_time=2
www.eeworm.com/read/160929/10470008

m p5_1.m

% Program P5_1 % Illustration of the Sampling Process % in the Time-Domain clf; t = 0:0.0005:1; f = 13; xa = cos(2*pi*f*t); subplot(2,1,1) plot(t,xa);grid xlabel('Time, msec');ylabel('Amplit
www.eeworm.com/read/439446/7708642

m p5_1.m

% Program P5_1 % Illustration of the Sampling Process % in the Time-Domain clf; t = 0:0.0005:1; f = 13; xa = cos(2*pi*f*t); subplot(2,1,1) plot(t,xa);grid xlabel('Time, msec');ylabel('Amplit
www.eeworm.com/read/488277/6491269

m p5_1.m

% Program P5_1 % Illustration of the Sampling Process % in the Time-Domain clf; t = 0:0.0005:1; f = 13; xa = cos(2*pi*f*t); subplot(2,1,1) plot(t,xa);grid xlabel('Time, msec');ylabel('Amplit
www.eeworm.com/read/403922/11503521

html function.imagick-getsamplingfactors.html

Gets the horizontal and vertical sampling factor
www.eeworm.com/read/341417/12084779

s dacout.s

;Filename: DacOut.s79 ;Part: ADuC7020,ADuC7024,ADuC7026. ;Created: 15/04/2004 ;Updated: 28/06/2005 ;Author: Eckart Hartmann. ;This file is in beta sampling. #include
www.eeworm.com/read/14306/327441

c volt_sample.c

void Vo_Sampling_Task(void) { #if OS_CRITICAL_METHOD== 3 OS_CPU_SR cpu_sr; #endif int Volt; for(;;) { Volt= Volt_Sample(); if(QueueWrite((void * ) Q u e u e B u f , Volt)==QUEUE_