代码搜索:PCB信号完整性分析
找到约 10,000 项符合「PCB信号完整性分析」的源代码
代码结果 10,000
www.eeworm.com/read/343709/11933299
pdf 信号分析与处理_matlab.pdf
www.eeworm.com/read/255576/12073068
pdf 信号分析与处理_matlab.pdf
www.eeworm.com/read/6901/105318
ppt 02-1.信号分析基础.ppt
www.eeworm.com/read/37289/900949
m 语音信号的时域分析.m
clear all;close all;clc;
Fs=8000;%采样率8000Hz
y=wavrecord(3*Fs,Fs,'single');%录音时长3秒,16位量化
wavplay(y,Fs);
figure(1);plot(y);
title('语音波形');
figure(2);
F1=enframe(y,200);
eng=sum(F1.^2);
subplo
www.eeworm.com/read/33777/1038179
pdf usb2.0信号分析技巧.pdf
www.eeworm.com/read/247795/12618218
pdf 小波分析与信号处理.pdf
www.eeworm.com/read/5089/43995
avi 7-8 信号完整性规则信号上升沿最大过冲.avi
www.eeworm.com/read/5089/44004
avi 7-7 信号完整性规则信号下降沿最大过冲.avi
www.eeworm.com/read/453699/7414022
txt read me.txt
1.bianhuan.m文件,是实现FFT变换的子函数。调用形式为y=bianhuan(xr,n);其中,xr为要进行傅立叶变换的采样信号为输入,y为输出,n为信号xr的长度。
2.juanji.m文件,是进行圆周卷积的子函数。调用形式为y=juanji(h,x1,M);其中,h和x1为输入,h为滤波器系数,x1为输入采样信号,输出为y,M为输入信号x1的长度。
3.chouqu.m文件,是实 ...