搜索资源列表
Houghmatlab
- 包括进行标准Hough变换,检测Hough变换中的n个峰值,并提取峰值直线像素点,绘制直线等
Single_Carrier_FDMA(SC-FDMA)matlab
- Single Carrier FDMA又称SC-FDMA或者DFT-Spread-OFDM是3GPP LTE最新提出的适用于上行传输的一种新方案。相对于OFDMA(主要用于下行),其最大的优势在于低峰值平均功率比(即PAPR)。本程序包括OFDMA,SC-FDE(单载波频域均衡)以及SC-FDMA程序,接收端采用经典的ZF和MMSE检测算法,程序短小精悍,相当经典,方便该领域的人学习与研究。
Matlab峰值检测
- 提取数据的峰值,进行数据处理
Hough变换直线检测
- 直线Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,检测峰值。这里基于伪方向的直线提取算法。只对具有相同伪方向的边缘点对采样减小了采样空间,提高了精度。
ECGFiltering.rar
- 用于心电信号滤波,峰值检测,相位检测中值检测,For ECG filtering, peak detection, phase detection value Detected
matlab.rar
- 峰值检测,用于图像处理中的峰值检测!程序能够自动找到峰值的位置!,Peak detection, image processing for peak detection! Program can automatically find the location of the peak!
fpeak
- 检测出波形的峰值,并且输出其在图像上的相关坐标-The peak detected waveform and the output of its associated coordinates on the image
HHT-emd
- 希尔伯特黄变换的matalb实现程序,包括emd分解、峰值检测等小程序,可用于模态参数估计。-Hilbert Huang Transform matalb implementation procedures, including emd decomposition, a small peak detection procedure can be used for modal parameter estimation.
respirationdetect
- 对呼吸信号进行检测的MATLAB程序,输入采集到的呼吸电信号,输出呼吸信号的峰值。-The respiratory signal detection MATLAB program, enter the collection to the respiratory signal, the output signal peak breath.
peak_detect
- 自己写的检测音频峰值包络的程序,需要的可以看一下-Write your own audio peak envelope detection process, the need to look at
LVMck
- Matlab源码:关于心电信号的周期峰值检测算法-Matlab source: on the ECG cycle peak detection algorithm
pd_ca
- 峰值检测和ca—cfar相结合的检测器的matlab仿真-Peak detection and ca-cfar combined detector matlab simulation
QTDETECTION
- 有效地检测T波的起点终点及峰值点位置计算了QT间期-Detect T the starting point of the wave and the peak position Calculated the period between QT
fig1_12
- 对三种不同数值的RCS,SNR相对检测距离的仿真以及对三种不同数值的雷达峰值功率,SNR相对检测距离的仿真-radar SNR RCS
zero_crossing_detection
- 超声波流量计过零检测程序。通过找超声波信号的峰值和波形个数来确定到达时间。-It s a ultrasonic flowmeter zero-crossing detection program.To Find the peak of the ultrasonic signal and waveform numbers to determine the arrival time.
MATLAB.zip
- Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。例如,图1(a)中的九条线段对应于如图1(b)所示的其Hough参数空间的九个累加器峰值。图1(b)中,Hough参数空间的横纵坐标分别为直线极坐标方程:ρ=x×cos(θ) + y×sin(θ) 的两个参数ρ和θ。九个峰值的ρ和θ值唯一的确定其对应线段所在直线的两个参数。并且线段的长度决定坐标(ρ,θ)处的
rssi
- 基于matlab的峰值检测算法,具有较为直观地意义,系数可以根据实际需要进行调节-Matlab-based peak detection algorithm, with a more intuitive sense, the coefficients can be adjusted according to actual needs
peakdetect_ECG_v4
- ECG心电图 峰值检测 Inputs ecg : raw ecg vector fs : sampling frequency view : display span of the signal e.g. 8 seconds (8 seconds is the default) Outputs indexes and amplitudes of R_i, R_amp, etc heart_rate computed heart rate bu
peak_searching
- MATLAB从光谱仪生成的excel读取数据,并将根据读取的数据绘图,然后进行多峰值检测,将检测的峰值生成excel-peak searching
findpeaks
- matlab的findpeaks的源码,绝对正确。用于峰值检测,很有用,调用很方便 -Matlab findpeaks the source code, absolutely correct. Used for peak detection, very useful, very convenient to call