-
OFDM
ofdm的matlab实现,包括bpsk
fft(ofdm of matlab realization ,inlude
bpsk fft)
- 2009-06-02 10:50:42下载
- 积分:1
-
dimension
维娜滤波器的设计matlab代码以及仿真(The design of Sabina filter dimension
)
- 2011-05-26 11:58:06下载
- 积分: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
-
97288420simulink
采用simulink搭建的BPSK调制解调模块(Simulink built using BPSK modulation and demodulation modules)
- 2009-05-05 18:18:30下载
- 积分:1
-
jiyu78780
基于Hilbert包络解调及倒谱分析法,在LabVIEW平台开发的齿轮箱故障诊断程序(Based on Hilbert envelope demodulation and cepstrum analysis, the gearbox fault diagnosis program developed on the LabVIEW platform)
- 2017-07-01 10:14:24下载
- 积分:1
-
duoyuanduomubiao-matlab
多元变量多目标遗传算法的实际应用,例子可以正常运行。(Multivariate multi-objective genetic algorithms practical application examples can operate normally.)
- 2016-03-09 17:38:24下载
- 积分:1
-
LDPC Turbo_matlab
LDPC码与TURBO码的matlab仿真程序(The MATLAB simulation program of LDPC code and TURBO code)
- 2018-07-23 23:38:45下载
- 积分:1
-
KrivenkoFilter
Krivenko filter bank for glucose purposes
- 2013-11-19 22:31:31下载
- 积分:1
-
bsg
bsg.c - block layer implementation of the sg v4 interface.
- 2015-03-13 10:16:57下载
- 积分:1
-
filter
运用MATLAB制作高通、低通等各种滤波器,实现变声系统。(Making use of MATLAB to create high pass, low pass and other filters,to achieve the goal of changing the sound .
)
- 2010-12-13 21:12:15下载
- 积分:1