-
fa_constrained_demo
Firefly Algorithm for nonlinear constrained optimization
- 2011-05-08 02:18:10下载
- 积分:1
-
EEG-analysis-and-application
《脑电信号分析方法及其应用》书中示例程序,书的附录中有该程序列表(EEG analysis method and its application(the book program))
- 2013-07-31 16:43:14下载
- 积分:1
-
BLOCK-TRUCATION-CODING_IMAGECOMPRESSION
the matlab code for block truncation code
- 2014-12-20 20:30:14下载
- 积分:1
-
fourieroptics
傅里叶光学仿真,可模拟各种平顶高斯光束并对其参数进行设置。(Fourier optics simulation, can simulate a variety of flattened Gaussian beam and its parameters.)
- 2013-12-27 02:04:07下载
- 积分:1
-
JPEG_BaseLine_Encoder
The JPEG compression scheme is divided into the following stages:
1. Transform the image into an optimal color space.
2. Adjust Aspect Ratio 16:9
3. Digitization Scheme 4:2:0.
4. Apply a Discrete Cosine Transform (DCT) to blocks of pixels, thus removing redundant image data.
5. Quantize each block of DCT coefficients using weighting functions optimized for the human eye.
6. Encode the resulting coefficients (image data) using a Huffman variable word-length algorithm to remove redundancies in the coefficients.
7. Byte Stuffing.
8. Header JFIF
9. JPG Data Store
- 2013-05-04 23:30:46下载
- 积分:1
-
segyread
在MATLAB中将seg-y格式的读入,并可以进行SEG-Y与asc2的转换以及加地震道头等操作(Seg-y in the MATLAB format will be read, and can SEG-Y and asc2 the conversion and operation of additional seismic top)
- 2020-10-03 10:57:40下载
- 积分:1
-
rls-algorithm
RLS波束形成代码,供大家参考学习,关于阵列信号处理的内容。(RLS beamforming code, for your reference learning, about the content of the array signal processing.)
- 2014-11-13 20:38:10下载
- 积分:1
-
weisuijijiaozhi
这是一个通信中交织器的程序 自己用过了还可以使用 通过将图像中的集中错误分散化来实现的(this is a program about Intertexture implement)
- 2009-04-11 15:09:41下载
- 积分:1
-
MTLAb-gui
建立了一个包含弹簧的系统的SIMULINK模型,为了直观的表达设计结果,设计了GUI界面(SIMULINK model of a spring system, designed GUI interface designed for intuitive expression of results,)
- 2013-01-04 20:38:10下载
- 积分: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