Location:
Search - peak
Search list
Description: peak模拟编程-peak Simulation Programming
Platform: |
Size: 809 |
Author: 曹卫忠 |
Hits:
Description: Peak-CAN控制器(PCI接口)的驱动程序,for linux,兼容SJA1000 CAN设备。
Platform: |
Size: 19611 |
Author: Turst |
Hits:
Description: Peak-system出品的Pcan适配卡
自带的vb上位机示例程序
可检测CAN总线网络中的数据流
Platform: |
Size: 39847 |
Author: 天好 |
Hits:
Description: peak模拟编程-peak Simulation Programming
Platform: |
Size: 1024 |
Author: 曹卫忠 |
Hits:
Description: A peak fitting program for time-series signals-A peak fitting program for time-series sig nals
Platform: |
Size: 18432 |
Author: 廖智茗 |
Hits:
Description: A fast customizable function for locating and measuring the peaks in noisy time-series signals. Adjustable parameters allow discrimination of "real" signal peaks from noise and background. Determines the position, height, and width of each peak by least-squares curve-fitting.-A fast customizable function for locating and measuring the peaks in noisy time-series si gnals. Adjustable parameters allow discrimin ation of the "real" signal peaks from noise and back ground. Determines the position, height, and width of each peak by least-squares curve-f itting.
Platform: |
Size: 8192 |
Author: 左贤君 |
Hits:
Description: Peak Signal to Noise Ratio
Platform: |
Size: 72704 |
Author: joe |
Hits:
Description: 这个程序是用格雷-RM编码法抑制峰均功率比的matlab仿真程序,对1000个OFDM符号进行统计然后表征算法对PAPR的改进程度,绝对可以运行-This procedure is used Gray- RM coding method for suppressing the peak to average power ratio of Matlab simulation program, 1,000 pairs of OFDM symbols statistics then PAPR characterization of the algorithm improvements, definitely can run
Platform: |
Size: 1024 |
Author: baoruihan |
Hits:
Description: 改进的SLM算法,用于降低OFDM系统的峰值平均功率比-Improved algorithms for OFDM system to reduce the peak-to-average power ratio
Platform: |
Size: 254976 |
Author: guoxu |
Hits:
Description: OFDM系统中用SLM算法降低系统的峰值平均功率比-SLM OFDM system using the algorithm to reduce peak-to-average power ratio
Platform: |
Size: 1024 |
Author: guoxu |
Hits:
Description: OFDM系统中用限幅法降低系统的峰值平均功率比-OFDM system limiting method used to reduce the peak-to-average power ratio
Platform: |
Size: 1024 |
Author: guoxu |
Hits:
Description: OFDM系统中用PTS算法降低系统的峰值平均功率比-OFDM system PTS algorithm used to reduce the peak-to-average power ratio
Platform: |
Size: 1024 |
Author: guoxu |
Hits:
Description: Peak-CAN控制器(PCI接口)的驱动程序,for linux,兼容SJA1000 CAN设备。-Peak-CAN controller (PCI interface) driver, for linux, compatible equipment SJA1000 CAN.
Platform: |
Size: 19456 |
Author: Turst |
Hits:
Description: 基于存在概率图的圆检测方法.提出了一种基于存在概率图的圆检测方法, 将图像边缘点共圆结构信息变换为圆存在概率图中的峰, 再通过峰值检测确定圆的参数。该方法能有效地检出边缘不清晰、不完整的圆形轮廓, 具有占用内存少, 阈值物理意义明确的特
点, 较好地解决了标准 HT 圆检测方法中占用内存空间大, 计算效率低的问题。实验结果表明圆存在概率图具有较强的稳定性和分辨能力.-Probability map based on the existence of circle detection method. Presents a probability map based on the existence of circle detection method to image edge points, a total of circular structure of the existence of information is transformed into a round map of the peak probability, and then through the peak detector to determine the parameters of a round. This method is effective in detecting the edge of unclear, incomplete circular profile, with less memory, the physical meaning of the threshold specific characteristics, a better solution to the standard circle detection method HT memory space, the computational efficiency of low- problems. The experimental results show that the existence of the probability circle map has strong stability and resolving power.
Platform: |
Size: 305152 |
Author: 蒋大为 |
Hits:
Description: Peak-system出品的Pcan适配卡
自带的vb上位机示例程序
可检测CAN总线网络中的数据流-Peak-system produced the PCAN adapter built-in PC vb sample program can be detected in the CAN bus network data streams
Platform: |
Size: 39936 |
Author: 天好 |
Hits:
Description: 经典的图像分割算法ostu,去两峰值之间的峰谷为阀值-Classical image segmentation algorithms ostu, to the peak and valley between two peaks as the threshold
Platform: |
Size: 1024 |
Author: 宋生 |
Hits:
Description: 两种阈值分割算法,一种是 ostu算法,另一种算法,对ostu算法进行改进,可以对双峰值图像分割,效果有很大改善
-Two kinds of threshold segmentation algorithm, one is ostu algorithm, another algorithm, the algorithm ostu can double-peak image segmentation, the effect of greatly improving the
Platform: |
Size: 4180992 |
Author: 徐月琴 |
Hits:
Description: 基于Verilog-HDL的转子振动噪声电压峰值检测,值得学习啊,-Verilog-HDL based on the rotor vibration noise voltage peak detector, it is worth learning ah,
Platform: |
Size: 2299904 |
Author: 王朱忠 |
Hits:
Description: %radon transform
clear all
%
N=800
n=1:N
fs=200
t=n/fs
x1=exp(j*2*pi*(5*t+0.5*5*t.^2))
x2=exp(j*2*pi*(5*t+0.5*15*t.^2))
x=x1+x2
%N=length(x)
% ambifunb(x )
%*****************************************RAT
naf=ambifunb(x)
htl(abs(naf))
% [wh,rho,theta]=htl(abs(naf))
colormap([0,0,0])
% xlabel( 极半径 )
% ylabel( 角度 )
%**************************************%找出峰值点的坐标,计算初始频率和调频斜率(正确)
%找出峰值点的坐标
b=max(max(wh))
[u,a]=find(wh>=0.8*b)
- Radon transformclear all N = 800 n = 1: N fs = 200 t = n/fs x1 = exp (j* 2* pi* (5* t+ 0.5* 5* t. ^ 2)) x2 = exp ( j* 2* pi* (5* t+ 0.5* 15* t. ^ 2)) x = x1+ x2 N = length (x) ambifunb (x)***************************************** RATnaf = ambifunb (x) htl (abs (naf)) [wh, rho, theta ] = htl (abs (naf)) colormap ([0,0,0]) xlabel (polar radius) ylabel (angle)************************************** to find the coordinates of the peak point, calculating the initial slope of the frequency and FM (right) find the peak point of the coordinates b = max (max ( wh)) [u, a] = find (wh
Platform: |
Size: 1024 |
Author: abcde |
Hits:
Description: 利用music算法进行谱峰搜索,对一模拟信号的空间谱的峰值进行搜索-spectral-peak-searching music matlab
Platform: |
Size: 1024 |
Author: vinghong |
Hits:
« 12
3
4
5
6
7
8
9
10
...
50
»