-
MATLAB
数字信号处理及其MATLAB实现书籍,基于matlab的信号时频分析仿真书籍(Digital signal processing and MATLAB realize books, matlab-based time-frequency analysis of simulation books)
- 2008-05-30 23:15:52下载
- 积分:1
-
waveletdenoising
这是一个小波去噪的程序,除了实现了最经典的图像去噪算法外,还使用了最新的带有方向性的小波,去噪效果非常好(This is a wavelet denoising procedure, in addition to realize the most classical image denoising algorithms, but also uses the latest with a directional wavelet, denoising effect is very good)
- 2007-07-18 09:21:47下载
- 积分:1
-
convolution
信息科学与通信工程中卷积码的MATLAB程序的编写(Information Science and Communication Engineering in the convolutional code written MATLAB program)
- 2010-12-10 19:07:43下载
- 积分:1
-
MatLabengineerMathApplication
说明: 关于工程数学应用 的,在Matlab环境下的一些实现(With regard to the application of engineering mathematics, in the Matlab environment to achieve some)
- 2008-11-02 18:53:36下载
- 积分:1
-
tp7-Tp-Filtros
Matlab Filter Implementation
In this section, we will implement (in matlab) the simplest lowpass filter
$displaystyle y(n) = x(n) + x(n-1), n=1,2,ldots,N $
(from Eq.$ ,$(1.1)). For the simplest lowpass filter, we had two program listings:
Fig.1.3 listed simplp for filtering one block of data, and
Fig.1.4 listed a main program for testing simplp.
In matlab, there is a built-in function called filter3.3 which will implement simplp as a special case. The syntax is
y = filter (B, A, x)
where
x is the input signal (a vector of any length),
y is the output signal (returned equal in length to x),
A is a vector of filter feedback coefficients, and
B is a vector of filter feedforward coefficients.
The filter function performs the following iteration over the elements of x to implement any causal, finite-order, linear, time-invariant digital filter:3.4
- 2012-06-05 21:52:24下载
- 积分:1
-
OFDMTxRx3
solution OFDM for MATLAB ver.3
- 2015-01-29 21:21:50下载
- 积分:1
-
Active-sonar-detection
主动声纳恒虚警检测,包括常见的几种恒虚警检测以及相应的融合检测(Active sonar constant false alarm detection, including several kinds of common constant false alarm detection and the corresponding integration testing)
- 2021-01-13 17:08:47下载
- 积分:1
-
wola
matlab code for wola filter bank
- 2020-09-28 14:57:45下载
- 积分:1
-
FFT
求取正弦信号的幅频谱图、均方根谱、功率谱、对数谱等(To strike the amplitude of the sinusoidal signal frequency spectrum, the rms spectrum, power spectrum, the number of spectral)
- 2012-08-20 13:35:13下载
- 积分:1
-
Machine-Learning-a-Image-Processing
这是我另一个同学的关于图像处理与机器学习的作业,对四组图像提取特征值,进行分类识别。LIBSVM.文件里包含代码,及一些参数调试。(This is another of my classmates on image processing and machine learning operations on four sets of image feature extraction values for classification. LIBSVM. File contains the code, and some parameters debugging.)
- 2020-07-04 09:00:02下载
- 积分:1