-
DNA_FourierPowerSpectrum
采用傅立叶功率谱群聚类DNA序列的Matlab程序(Cluster DNA sequences using Fourier power spectrum)
- 2015-06-07 16:23:04下载
- 积分:1
-
tank_control
Dynamic and control of a Tank using the genetic algorithm
- 2014-12-15 03:27:16下载
- 积分: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
-
cosine_rolloff_timedomain
余弦滚降时域波形与fft频域的仿真与作图。(Cosine roll-off time domain and frequency domain simulation.)
- 2013-04-23 23:29:48下载
- 积分:1
-
simulink-for-beginner-ppt-mfiles
说明: simulink工具箱的入门PPT讲解,有附带m文件,强烈推荐(simulink toolbox PPT talks, with m files are strongly recommended)
- 2010-04-18 12:00:55下载
- 积分:1
-
LDPCGF_q
non binary LDPC Codes:
creation des matrice génératrice et de parité
- 2011-05-04 17:41:08下载
- 积分:1
-
zPeakiness
Voice activity detection using peakiness criterion.
- 2014-08-08 15:28:33下载
- 积分:1
-
initializega
matlab软件中的遗传算法的工具箱中的m文件 (m files in the genetic algorithm toolbox matlab software)
- 2013-03-23 20:32:11下载
- 积分:1
-
Scaramuzza_OCamCalib
全向的标定算法,matlab写的,文件比较多。(The calibration of omni-directional algorithm, matlab written)
- 2009-05-17 15:42:43下载
- 积分:1
-
serial_decode5
by Usman Haider
This blockreceives serial data from an instrument or processor and decode it to apply on a plant model. You can see how serial receive block works and other blocks like ASCII Decode and Data type conversion . After receiving the data and decoding, it is applied to the plant model (transfer function of the plant). You can see the realtime plant response on oscilloscope block. Out put of various stages is recorded in workspace which can be examined after the simulation. The reader can learn interfacing hardware to the simulink by going through settings of serial configuration block and serial receive block. God knows the best.
- 2013-04-06 13:29:48下载
- 积分:1