-
seg
matlab图像分割识别算法。读入车牌可识别出车牌号码并输出。(matlab image segment algorithm. read in a car license plate can output the number in the plate.)
- 2009-11-24 13:21:24下载
- 积分:1
-
BCI-Competition-2008
说明: BCI2008竞赛的数据集说明,对下过该数据集的研究者帮助甚大,这也是国际最新的BCI竞赛数据(BCI2008 competition data set shows the data for the next set of researchers have contributed greatly, and this is the latest international BCI competition data)
- 2011-02-24 11:28:34下载
- 积分:1
-
FIND-MORSE-CODE
将背景音乐(交响乐)中的摩斯电码找出并分离出来(morse_code_sound.wav is a mono (1-channel) 11,025 samples per sec, 16-bits per sample, WAV file. There is a morse code signal within the audio file, you should be able to hear it in the background, but it is not very audible (able to be heard). Write a Matlab program to analyze the wav file and determine the narrow range of frequencies occupied by the morse code sound. Then separate the morse code sound into a separate file and the music into a separate file. Write out the separated morse code and the separated music to separate wav files titled your_name_morse.wav and your_name_music.wav)
- 2013-05-09 06:48:34下载
- 积分:1
-
gabormain
修改过的比较实用易于理解的gabor滤波,附有主函数调用部分,便于使用(Modified more practical easy to understand gabor filtering, with the main part of the function call, easy to use)
- 2013-10-07 11:02:37下载
- 积分:1
-
gaijinhoulengshuijizuxineng
自己在毕业论文中所编写的源程序蒸发式冷水机组编程,希望大家共同学习(Evaporative chillers programming )
- 2011-11-25 12:31:43下载
- 积分:1
-
untitled
说明: 预测控制例子代码,可以实现预测控制,有注释,可以根据需要修改(Predictive control example code, which can realize predictive contro)
- 2020-10-20 12:57:25下载
- 积分:1
-
twolegpw
This is simlink model for single phase full bridge inverter
- 2012-03-25 17:03:27下载
- 积分:1
-
Steganalysis
steganalysis characteristic
- 2013-11-05 05:32:34下载
- 积分:1
-
tyt
单相H桥多电平逆变器控制电路,基于matlab2014b环境下编写(Single-phase H-bridge multi-level inverter control circuit, based on the following written matlab2014b environment)
- 2015-06-11 00:36:46下载
- 积分: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