-
djhsajdh
Gauss 消元法 — 不选主元 Gauss 消元法 — 列选主元. 插值法 lagrange .cpp
插值法 lagrange .cpp 二分法.txt
二分法和简单迭代法以及埃特金.txt
复化辛卜生公式.txt快速弦截法 gauss-seidel选代.txt牛顿迭代法.txt(Gauss elimination method- do not choose the principal component Gauss elimination method- principal component out how. Interpolation lagrange. Cpp interpolation lagrange. Cpp dichotomy. Txt dichotomy and a simple iterative method, and Aitken. Txt Fu Xin Bo' s formula of . txt fast chord intercept method gauss-seidel iteration. txt Newton iterative method. txt)
- 2010-01-06 17:11:35下载
- 积分: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
-
Beamforing
常规波束形成算法 直线阵波束形成 适合初学者(Conventional beamforming algorithms linear array beamforming for beginners)
- 2020-11-22 16:19:34下载
- 积分:1
-
Compression-perception-theory-
压缩感知理论及其研究进展,文综述了cs理论框架及关键技术问题,并着重介绍了信号稀疏变换、观测矩阵设计和重构算法三个方面的最新进展,是一篇综述。(Compression perception theory and research progress, cs paper reviews the theoretical framework and key technical issues and focuses on the latest developments signal sparse transform observation matrix design and reconstruction algorithms in three aspects, is a review.)
- 2013-12-28 09:13:27下载
- 积分:1
-
guangfuMPPT
基于simulink powersystem元件库提供的光伏电池模型建立了扰动观测法的最大功率跟踪控制模型(MPPT),仿真模型能够很好的追踪最大功率点(Based on the photovoltaic cell model provided by Simulink powersystem component library, the maximum power tracking control model (MPPT) of disturbance observation method is established. The simulation model can well track the maximum power point)
- 2017-08-15 14:28:15下载
- 积分:1
-
erode_dilate
matlab数学形态学处理里面,一维信号的膨胀腐蚀等没有现成的公式,编程为解决一维信号的处理问题。(-inside matlab mathematical morphology, the expansion of one-dimensional signal no ready formula for corrosion, programming to address the problem of one-dimensional signal processing.)
- 2013-03-09 17:29:26下载
- 积分:1
-
baoluozz
对肌电信号中的有用信号的提取,将无用信号幅度变为0.(Useful for EMG signal extraction in the unwanted signal amplitude becomes 0.)
- 2013-10-16 19:48:45下载
- 积分:1
-
calculaAutocaras
AUTOCARAS EIGENFACES MATLAB
- 2013-05-19 01:51:14下载
- 积分:1
-
Mapping-General-Elastic-Coefficient
基于映射广义弹性系数的电网静态稳定快速评估判据(Rapid Quantitative Method for Power System Static Stability Assessment Based on
Mapping General Elastic Coefficient)
- 2016-11-04 20:16:14下载
- 积分:1
-
format_burst
这是gsm系统中无线帧成型matlab仿真程序,上传给大家学习和参考。(This is a system of wireless frame molding gsm matlab simulation program, upload for everyone to study and reference.)
- 2010-05-05 20:46:31下载
- 积分:1