-
PhysioNet_ECG_Exporter
MIT心电数据库读取程序 MIT的格式不能直接在MATLAB上使用 通过此程序转换成能直接应用在MATLAB上的格式()
- 2007-09-21 10:03:59下载
- 积分:1
-
output_of_DCT_in_image_fusion
u can calculate DCT
clc
inp = imread( Im1.jpg )
inp1 = imread( Im2.jpg )
A = double(inp(:,:,1))
B = double(inp1(:,:,1))
A1=double(blkproc(A,[8 8], dct2 ))
B1=double(blkproc(B,[8 8], dct2 ))
[r,c] = size(A1)
r1 = []
for i=1:r
for j=1:c
if A1(i,j) > B1(i,j)
r1(i,j)=A1(i,j)
else
r1(i,j)=B1(i,j)
end
end
end
r1= double(r1(:,:,1))
C=blkproc(r1,[8 8], idct2 )
round(C)
C1=idct2(r1)
figure
imshow(uint8(C))
figure
imshow(uint8(C1))
imwrite(uint8(C), dct8x8min.jpg )
- 2011-01-09 23:26:05下载
- 积分:1
-
fdtd2
说明: 带挡板的二维平行板传输线FDTD仿真,使用高斯激励(FDTD Simulation of Gaussian Excited 2D Parallel Plate Transmission Line)
- 2020-05-12 22:59:29下载
- 积分:1
-
MATLAB-time-frequency-analysis
MATLAB时频分析技术及其应用.3~15章内容(MATLAB time-frequency analysis technology and its application.)
- 2013-02-18 23:44:35下载
- 积分:1
-
StockMarketGroupFinalSoftware-
股票分析、预测MATLAB程序,网上淘到的一个历程,希望对精于M编程的股民有所帮助。(Stock analysis, forecasting MATLAB program, a process of scouring the Internet to hope for skilled investors M programming help.)
- 2014-12-22 17:19:23下载
- 积分:1
-
Two-dimensional-code
二维码的MATLAB仿真程序,能够很好地帮助大家(Two-dimensional code MATLAB simulation program can be a good help everyone)
- 2015-04-03 09:31:23下载
- 积分:1
-
my-matlab_LMS
Matlab code for adaptive filter this folder contains two functions and main programs
- 2013-11-30 20:15:58下载
- 积分:1
-
svm
svm支持向量机训练数据并试验、数据采集方法为主元分析法(svm matlab)
- 2013-04-27 12:24:59下载
- 积分:1
-
xiezhenzi
用bvp4c计算谐振子能级,要求至少计算出两个能级(Bvp4c calculated using harmonic oscillator energy levels, calculated at least two levels)
- 2009-05-29 13:39:52下载
- 积分:1
-
MATLAB-baseddigitalsignal-BandTransmissionSystemSi
SIMULINK是 MATLAB 中动态系统建模、仿真和分析的一个集成环境 , 文中按照仿真过程基本步骤用 MATLAB 的仿真工具 SIMULINK实现了数字信号基带传输系统的仿真过程 , 对系统性能进行了分析(MATLAB SIMULINK is dynamic system modeling, simulation and analysis of an integrated environment, Simulation of the text in accordance with the basic process steps using MATLAB Simulink simulation tool to achieve a digital signal- Band Transmission System Simulation of the process, the system performance analysis)
- 2007-05-24 13:26:46下载
- 积分:1