-
matlab6x
matlab6.x图像处理书籍
仅供参考
MATLAB
图像处理(matlab6.x MATLAB image processing image processing books for reference only)
- 2010-05-08 11:34:25下载
- 积分:1
-
power_sixpulses
power_sixpulses.rar,功率电子领域matlab仿真文件,已经验证过,程序运行正常(power_sixpulses.rar,Power electronics field matlab simulation file, has already been
verified, the normal operating procedures)
- 2013-07-14 12:36:25下载
- 积分:1
-
HHT
这是我上传的两篇关于HHT应用和HHT局限性的文章,上传出来大家一起看看啊(This is my upload HHT about two applications and the limitations of article HHT, upload them to see if everybody ah)
- 2009-03-13 16:57:30下载
- 积分:1
-
ssc32-matlab
control SSC32 servo controller
- 2008-01-18 22:46:30下载
- 积分:1
-
MATLABbookProgram
这是书名为《MATLAB程序设计教程》的书中的例题及部分练习的程序源代码。(This is the title of "MATLAB Design Guide," the book and some examples of the practice of program source code.)
- 2007-04-14 10:01:07下载
- 积分:1
-
LSB_Watermarking
Demo to watermark an image by hiding another image in a certain bit plane
- 2014-12-13 02:29:51下载
- 积分:1
-
production
生产信息与生产运营相关的热用户信息是各级决策者进行生产决策的两个关键因素。生产信息的及时、准确地获取和分析,能够及时掌握生产运营状况,在保证用户满意度的情况下,进行合理决策,来控制生产运营成本,提高公司整体效益信息处理是一个完整的概念。
(Production of information and manufacturing operations related to the heat user information is the decision-making at all levels of decision-makers to produce two key factors. Production information in a timely and accurate acquisition and analysis, and timely information on production and operation status, to ensure customer satisfaction in the circumstances, the rational decision-making, to control the production and operation costs and improve the overall efficiency of information processing company is a complete concept.)
- 2009-11-30 10:06:57下载
- 积分:1
-
xiaotaobaobaomatlabgerenzhizuo
这个是本人自己做的一个matlab程序,希望大家可以能用到,2.4.6....32变为灰度(this is the doing of a Matlab procedures in the hope that we can use to be, 2.4.6 .... 32 into gray)
- 2007-04-20 19:46:57下载
- 积分:1
-
MatchFilterLFM
高分辨率雷达 距离向压缩算法滤波器设计 三种方法 全面设计(clc
clear all
close all
2013年9月28日
---------------参数----------
Tr=42e-6
fs=9.5e6
K=0.7e11
Nfft=2048
-------------匹配滤波 时域生成--------------
t=(-Tr/2+1/fs:1/fs:Tr/2-1/fs)
w = kaiser(length(t),2.5)
w=w
w = ones(1,length(t))
ht1=w.*exp(-1i*pi*K*t.^2)
ht2=w.*exp(1i*pi*K*t.^2)
hf1=fft(ht1,Nfft)
hf2=fft(ht2,Nfft)
figure
subplot(211)
plot(abs(hf1))
title( 匹配滤波器1 幅频响应 )
subplot(212)
plot(phase(hf1))
title( 匹配滤波器1 相位 )
figure
subplot(211)
plot(abs(hf2))
title( 匹配滤波器2 幅频响应 )
)
- 2013-10-12 22:32:06下载
- 积分:1
-
csdp6.1.0winp4
一个求解半正定规划的数值算法包,包括 C 语言实现的源代码和 MATLAB 的调用接口。这是目前项目发布的最新版本 6.1.0。(Copyright 1997-2010, Brian Borchers. This copy of CSDP is made
available under the Common Public License. See LICENSE for the
details of the CPL.
CSDP is a software package for solving semidefinite programming
problems. The algorithm is a predictor-corrector version of the
primal-dual barrier method of Helmberg, Rendl, Vanderbei, and
Wolkowicz.
This file includes binary code for SDP for Windows.
doc documentation.
matlab MATLAB/Octave routines for interfacing to CSDP.
bin The binary code.
Contact/Support:
If you are having trouble running the code, see the doc directory
first. The project s website can be found at
https://projects.coin-or.org/Csdp/
The project s maintainer can be reached by email at borchers@nmt.edu. Please
email bug reports and feature requests.
)
- 2010-07-20 14:23:52下载
- 积分:1