搜索资源列表
psd
- 计算ARMA(p,q)模型的功率谱密度。 形参说明: b——双精度实型一维数组,长度为(q+1),存放ARMA(p,q)模型的滑动平均系数。 a——双精度实型一维数组,长度为(p+1),存放ARMA(p,q)模型的自回归系数。 q——整型变量,ARMA(p,q)模型的滑动平均阶数。 p——整型变量,ARMA(p,q)模型的自回归阶数。 sigma2——双精度实型变量,ARMA(p,q)模型白噪声激励的方差。 fs——双精度实型变量,采样频率(Hz)。
MFandMPF.rar
- 计算肌电信号积分肌电值,均方根值,中值频率,平均功率频率,IEMG EMG calculated value, RMS value, median frequency, mean power frequency
Periodogram-powe
- 平均周期图法和平滑平均周期图法估计功率谱 从经典功率谱估计周期图法原理入手,从理论上分析了其存在的局限性,借助Welch算法对其进行修正。依靠Matlab强大的数值分析和信号处理能力进行实验!! 用周期图法和welch法分别估计了一下信号的功率谱密度。采样频率200Hz,时间序列长度2048,FFT数据点数2048。其中welch法使用hanning窗,窗口长度600.-Average periodogram and periodogram smoothing method to est
bandwidth_centerfreqence
- 求一定带宽内所有信号的带宽,中心频率,平均功率-resove the bandwidth and power
emg_para
- 生物肌电信号的频域参数:平均功率频率和中值频率-Biological EMG signals frequency-domain parameters: mean power frequency and median frequency
IEEE802.11-model
- 用Matlab仿真实现了IEEE802.11信道模型,仿真图中显示了平均信道功率和信道频率响应。-Matlab simulation of IEEE 802.11 channel model, simulation graph shows the average channel power and channel frequency response.
m
- 关于如何实现计算平均功率频率(MPF)的功能的函数-A function of how to calculate the mean power frequency (MPF) function
mean-power-frequency
- 将信号(本程序原本用于处理肌电信号)进行放大、滤波等处理后,在用本程序求取该段信号的平均功率频率(内附可用于测试的肌电信号数据)。-The signal (the Program for processing original EMG) amplification, filtering and other processing, using the procedures for obtaining the average power of the frequency of the signal
MPF
- 关于肌电信号,计算平均功率频率(MPF)的功能(about EMG, calculate the mean power frequency (MPF))
a
- 对肌电信号计算积分肌电值+均方根值+中值频率+平均功率频率(Computation of Integral EMG+RMS+Median Frequency+Average Power Frequency for EMG Signals)