-
stft
关于短时傅里叶变换进行时间-频率分析的代码,用MATLAB编写的代码。(On short-time Fourier transform time- frequency analysis of the code, the code written in MATLAB.)
- 2016-12-06 11:59:49下载
- 积分:1
-
lms_sys_1
LMS算法的最简单模型,可以参考下。在噪声消除等主动噪声控制中有应用(The lms which is used in some signal procesing)
- 2010-01-25 16:23:57下载
- 积分:1
-
3x3-neighbor-pixel
Description
All the filters have needed neighbor data the current pixel in the image,here this function(res_window=cover_window(how many neighbor value for row ,how many neighbor value for column ,input image) produce the result( res_window(row,col,total size))
input
inp_img=2d data(row * col)
w=cover size
w=[3 3] = 3x3 cover pixel generation
output
o_img=result 3d
o_img(w(1),w(2),r*col)
if
inp_img=[1 2 3 4 5 6 ]
w=[3 3]
Soloution
it will construct new image
new_img=[0 0 0 0 0 0 1 2 3 0 0 4 5 6 0 0 0 0 0 0]
result
o_img(:,:,1)=[0 0 0 0 1 2 0 4 5]
o_img(:,:,2)=[0 0 0 1 2 3 4 5 6]
finally
o_img(1:3,1:3,6)
example
a=imread( pears.png )
b=rgb2gray(a)
c=cover_window( b,[3 3]) 3x3 window construction
- 2014-10-24 17:14:14下载
- 积分:1
-
shuzixinhao
数字信号处理的基本理论与方法,有助于初学者更好的学习!(Digital signal processing of the basic theories and methods to help beginners learn better!)
- 2011-11-19 16:49:11下载
- 积分:1
-
SignalDetection
说明: The LSTM-based neural network is trained for a single subcarrier, where the symbol error rate (SER) is calculated and compared with the least square (LS) and minimum mean square error (MMSE) estimations.
- 2020-01-02 12:22:05下载
- 积分:1
-
pso-pid
基于PSO算法的PID参数优化MATLAB模型(PID parameter improve based on pso)
- 2013-08-07 10:34:07下载
- 积分:1
-
source-code
图像的几何矫算法及其用MATLAB实现的代码,内容全面,包含图片(The geometry of the image by algorithm and MATLAB code, comprehensive, including pictures
)
- 2012-04-17 20:34:22下载
- 积分:1
-
10.1.1.119.7105
pv solar energy using matlab
- 2011-10-28 01:23:00下载
- 积分:1
-
Untitled5
令信号长度为N=256,用Levinson-Durbin迭代法解16阶AR模型的功率谱,程度可用(So that the signal of length N = 256, 16-step solution of the power spectrum of the AR model using Levinson-Durbin iterative method, the extent of the available)
- 2014-12-02 09:33:22下载
- 积分:1
-
demomodel
This demo explains the use of the advanced object oriented interface model. The model is the generic object which collects all relevant signals, parameters, options and functions related to an application of the LS-SVM. This interface is depreciated for the casional users because of the implicit nature: the distinction between in- and output vanishes. If one wants to use the full power of LS-SVMlab, one is recommended to go through this demo. The options can be divided in 5 classes, the general LS-SVM options the trainpoint administration, the options of the Conjugate Gradient algorithm the preprocess options and the encoding options. The demo shows how to control the preprocessing and the coding using the appropriate model. It is adviced to check carefully the model s options before starting the calculations.
- 2015-01-18 05:52:05下载
- 积分:1