-
rspcafnni
创建人脸识别库的matlab函数,分为学习集和测试集(Create a face recognition matlab function library is divided into learning set and test set)
- 2009-06-03 10:41:09下载
- 积分:1
-
grd_test
xwch_test.m是主测试文件;biaoji.mat存放滤波器系数;xiangweicha.m用FFT计算相位差。
仿真框架为:
1.标记信号和双音信号续接作为发送信号;
2.对双音中一个频率分量的相位做偏移,再经过一个低通滤波器(引入线性相位,模拟收发不能同步测量现象)后,作为收到的信号;
3.用一个检测信号对收发信号进行相关运算;
4.画出收发信号以及相关处理后的信号。找出相关信号的那个尖点,从而推算出收发双音信号0相位点;
5. 输入0相位点位置,计算相对相位差。(xwch_test.m is the main test file biaoji.mat store filter coefficients xiangweicha.m calculated using FFT phase difference. Simulation framework: 1. Mark signals and then as a two-tone signal continued to send signals 2. On a two-tone frequency components of the phase shift to do, and then through a low pass filter (the introduction of linear phase, simulation can not simultaneously send and receive measuring the phenomenon), the as received signal 3. using a detection signal of the transceiver signal correlation operation 4. draw send and receive signals and related processed signal. Correlated signal of the cusp, which calculate the two-tone signal transceiver 0 phase point 5. Enter 0 phase point position, calculate the relative phase difference.)
- 2010-06-12 17:31:00下载
- 积分: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
-
1
说明: 用matalab实现共轭梯度法求函数最小值(With matable realize conjugate gradient method for the minimum function)
- 2012-12-29 18:24:29下载
- 积分:1
-
la-modulation-AM-P
AM-P Modulation (informatif signal, modulation, signal power, demodulation)
- 2013-05-13 22:26:59下载
- 积分:1
-
iris-encode-and-recognition
encoding of iris and its recognition using matlab
- 2013-09-12 17:43:36下载
- 积分:1
-
Ch_RTT_TWT_UTD
功能:该程序用于仿真时间同步算法双向不等时间同步方法与无时漂往返校时方法(RTT)。输入:节点间距离、钟漂。输出:两幅同步误差比对图。(Features: The program for the simulation of two-way time synchronization algorithm for time synchronization methods ranging from no time when the drift from school method (RTT). Input: the distance between nodes, clock drift. Output: two synchronization errors of the map.)
- 2010-08-16 10:51:22下载
- 积分:1
-
mp3_toolbox_v2.0
ncludes 2 functions to write and read MP3 files. It works like the commands WAVWRITE and WAVREAD.
1.- Just unpack in the toolbox folder under the MATLAB directory.
2.- Set the MATLAB search path to include that folder.
This version was made in MATLAB for WINDOWS only.
- 2014-09-25 07:49:43下载
- 积分:1
-
jpeg
说明: matlab实现的jpeg解码,是一个不错的程序,希望能帮到你(matlab implementation of the jpeg decoder is a good program, wish to help to you)
- 2009-08-29 19:08:18下载
- 积分:1
-
nb-ldpcDECODE-16QAM
非二进制软译码很实用要学非二进制LDPC的同学可以参考一下(NB-LDPC decode)
- 2013-11-14 21:18:52下载
- 积分:1