-
MatLabbooks
个人找的一个电子书,主要介绍matlab的入门知识,讲解很详细,有例证,个人觉得很好用!(Books about matlab!)
- 2009-12-06 19:44:05下载
- 积分:1
-
untitledd
pcm编码器,加入信道,产生干扰,pcm解码。采用13折线
(PCM CODE AND DECODE
)
- 2021-01-01 13:58:58下载
- 积分:1
-
Adaptive-Digital-Filters
The main idea behind this book, and the incentive for writing it, is that strong connections exist between adaptive filtering and signal analysis, to the extent that it is not realistic—at least from an engineering point of view—to separate them. In order to understand adaptive filters well enough to design them properly and apply them successfully, a certain amount of knowledge of the analysis of the signals involved is indispensable. Conversely, several major analysis techniques become really efficient and useful in products only when they are designed and implemented in an adaptive fashion. This book is dedicated to the intricate relationships between these two areas. Moreover, this approach can lead to new ideas and new techniques in either field.
- 2013-11-23 12:32:06下载
- 积分:1
-
meanshift
此代码旨在实现meanshift算法,能对图像灰度值进行聚类。(This code is designed to achieve meanshift algorithm can cluster the image gray value)
- 2013-12-25 18:46:14下载
- 积分:1
-
Demo_CS_IHT
压缩感知经典算法IHT算法源码,不需经过任何修改,可直接运行(Compression sensing classical algorithm IHT algorithm source code)
- 2012-02-18 12:10:03下载
- 积分:1
-
79123354curvelet
wavelet transform matlab code
- 2016-06-04 21:09:47下载
- 积分:1
-
10GNRZ_optimization
vpi photonics file 10 G NRZ optimization
- 2018-01-24 18:53:44下载
- 积分:1
-
radon_ambiguity
%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)
- 2008-05-06 21:56:10下载
- 积分:1
-
cannydetect
用matlab图像处理工具箱进行canny边缘检测(Matlab image processing toolbox with canny edge detection)
- 2010-01-19 18:18:12下载
- 积分:1
-
GUIku
simple coding for dwt dct svd matlab
- 2013-07-09 01:35:10下载
- 积分:1