- 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 (
您可能关注的文档
最近下载
- 厦门市同安区事业单位招聘考试题目及答案2025.docx VIP
- 公示A646-0059宗地光明新区观光站综合体项目pdf - 重庆市环境保护.PDF
- 草坪学 全套课件.ppt VIP
- 物理-河南普通高中青桐鸣大联考2024-2025学年2025届高三年级上学期1月期末考试试题和答案.docx VIP
- 弱电工程入侵报警系统(含紧急求助)设计方案全.docx VIP
- 《化学催化催化剂》课件.ppt VIP
- 金相检验二级试题.pdf VIP
- 未遂事故管理制度.docx VIP
- 安徽医科大学2021年春季学期护理专业《健康评估》期末考试试卷.docx VIP
- NB_T 20436-2017压水堆核电厂水化学控制.pdf
原创力文档

文档评论(0)