-
signal-processing
MAP检测 MMSE检测 LS 等信号检测和估计算法实现(MAP MMSE LS LMS RLS winner LSE)
- 2012-04-10 19:09:45下载
- 积分:1
-
kfold
Create a Neural Network with matlab
- 2012-04-23 19:13:53下载
- 积分: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
-
iirh
说明: 利用IIR滤波器设计一个低通滤波器,能够分析到电力系统中的三次谐波,要求满足如下指标:截止频率150HZ,阻带衰减≥30db(IIR filter design using a low-pass filter, to analyze the power system in the third harmonic, the requirements to meet the following indicators: cut-off frequency 150HZ, stopband attenuation ≥ 30db)
- 2008-11-17 21:31:18下载
- 积分:1
-
6
说明: spectral efficiency distributed
MIMO
- 2015-01-21 18:32:18下载
- 积分:1
-
windrose
通过给定的风速数据,自动绘制相应的风玫瑰图。(Through the data from a given wind speed, the corresponding wind rose.
)
- 2013-12-13 14:58:55下载
- 积分:1
-
Moorer2
Moorer混响模型的matlab程序(Moorer reverb model matlab procedures)
- 2021-03-21 20:49:17下载
- 积分:1
-
CDMA_Simulation
This matlab file simulates CDMA system, Modulator and Demodulator modules are also available for download
- 2010-11-23 07:22:03下载
- 积分:1
-
CA
说明: this is a set power points about Computer_Architecture
- 2013-02-11 14:06:35下载
- 积分:1
-
Dynamic-Balance-of-Engine
Dynamic Engine Balancing
- 2012-10-19 21:31:24下载
- 积分:1