-
abc
全书包含 390多个计算范例。所有算例的程序是可靠、完整的。读者可以在自己的 MATLAB环境中
完全准确地重现本书所提供的算例结果。算例的举一反三,将使读者很快掌握要领,从模仿走向灵活应用(The book contains over 390 examples of the calculation. All examples of the program is reliable and complete. Readers in their own MATLAB environment, completely and accurately reproduce the book provided by the numerical results. Example of the lesson should be learned, will enable readers to quickly grasp the essentials, from imitation toward flexible application of)
- 2009-09-29 22:00:33下载
- 积分:1
-
cvmodelimagesegment
说明: 在matlab中运用cv模型来进行图像的分割处理,供大家参考!(Cv in the model to use matlab for image segmentation processing, for your reference!)
- 2009-07-27 18:52:38下载
- 积分:1
-
image_compression_final(jpeg)
JPEG图像压缩和解压MATLAB程序,使用了DCT2、线性量化编码、zigzag变换和游程编码理论(JPEG image compression and decompression MATLAB procedures, using DCT2, linear quantization coding, zigzag transform and run-length coding theory)
- 2009-03-24 10:11:15下载
- 积分: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
-
2016-Toet-AGF
Toet2016年在peer.J上发表的交替引导滤波论文的代码和图像,Alternating guided image filtering(Alternating guided image filtering)
- 2016-11-08 22:09:21下载
- 积分:1
-
MATLAB_programming_statistical_description_and_ana
MATLAB程序设计数据统计描述和分析MATLAB programming statistical description and analysis of data(MATLAB programming statistical description and analysis of MATLAB programming statistical description and analysis of data)
- 2010-08-02 13:48:41下载
- 积分:1
-
lcr
LCR calculates Level Crossing Rate, that is a number
of crossings (in the positive direction) of an input vector through a given threshold vector.
- 2021-04-19 16:28:51下载
- 积分:1
-
ofdm
very uesful program about ofdm
- 2011-05-08 09:55:12下载
- 积分:1
-
moonaction
一种 月球定轨的想法 给出了 月球所受所有力的分析 同时可以依此给飞行器定轨(Analysis of a lunar orbit determination gives the idea of all the forces of the moon suffered so to aircraft while Orbit)
- 2014-12-21 19:44:01下载
- 积分:1
-
mohusuanfadelunwen
关于模糊控制与卡尔曼滤波结合的相关论文,包括模糊控制,模糊pid等等(Kalman filter on the combination of fuzzy control and the related papers, including fuzzy control, fuzzy pid, etc.)
- 2010-03-04 19:38:37下载
- 积分:1