脉搏信号处理y105(国外英文资料).docVIP

  • 5
  • 0
  • 约8.41万字
  • 约 21页
  • 2017-05-27 发布于河南
  • 举报
脉搏信号处理y105(国外英文资料)

脉搏信号处理y105(国外英文资料) Digital signal processing integrated training book Topic: time domain and frequency domain analysis of pulse signal interphase sequence College: electrical engineering and information engineering college Class: electronic information science and technology (1) class Name: ma yanxia Student number:On July 15, 2011 directory The basic idea of a pulse signal processing... 1. The two signals pretreat... ... 2 The time domain of the pulse signal... ... 5 The pulse signal frequency domain analysis... ... 8 The list of programs......... ... 9 Learn to experience...... ... 23 Refer to the literature......... ... 24 5 program listing % load the sampling data; Y = [y10, y11, y13, y15] For t = 000; The range of % time domain; Figure (1); Subplot (2,1,1); Y = - y; The plot (t, y); The grid on; Title ( pulse ); Xlabel ( time/ms); Ylabel ( relative amplitude ); % intercepts integer multiples Data1 = min (y (1:50)); Data2 = min (y (5000:5500)); For I = 1:500 If y (I) = = data1 M1 = I; The end The end For j = 5000:5000 If y (j) = = data2 M2 = j; The end The end MB = m2 - m1; Y = y (m1, m2); T = 1: MB + 1; Subplot (2,1,2); The plot (t, y); Title ( pulse ); Xlabel ( time/ms); Ylabel ( relative amplitude ); The grid on; The original pulse signal and the signal after the integer is extracted are shown below Figure 1 The % band pass filter, which is the operator frequency, the baseline drift and the electromotor disturbance. Figure (2); Fs = 1500; % sampling frequency; Wp = [0.9, 30] / (fs / 2); % set the passband cut-off frequency; Ws = [0.1, 200] / (fs / 2); % set stop band off frequency; The rp = 0.5; % pass-band ripple coefficient; Rs = 40; % resistance band ripple factor; [N] = buttord (wp, ws, rp, rs); [num, den] = butter (N, wc); % filter numerator and denominator; [H]. Subplot (2,1,1); Plot (fs * W/(2 * PI), abs (H)); Title ( butterworth bandpass filter frequency response ); Xlabel ( frequency/Hz ); Ylabel ( amplitude ); The grid on; Y1 = filtfilt (

文档评论(0)

1亿VIP精品文档

相关文档