-
MATLAB6.5.1
matlab的教学文件 是帮助你学习MATLAB的好文件(matlab teaching file is to help you learn a good document MATLAB)
- 2007-11-22 18:26:10下载
- 积分:1
-
direction_of_arrival_by_music_and_signal_simulate
程序第一部分为模拟信号源,可以设置参数来仿真用来MUSIC谱估计的信号源,第二部分为MUSIC估计代码,对上一部分所设置的模拟信号源谱峰搜索,验证MUSIC算法(The first part of the procedure for the analog signal source, you can set parameters for the MUSIC spectral estimation simulation of signal source, the second part is estimated MUSIC code, part of the analog signal by setting the source of the spectral peak searching, validation MUSIC algorithm)
- 2009-05-07 11:15:07下载
- 积分:1
-
migong
这是C语言编写的迷宫程序,有详细的中文解析(This is the C language maze procedure, a detailed analysis of the Chinese)
- 2008-01-20 22:28:35下载
- 积分:1
-
fastICA,盲分离
做盲源分离的FASTICA算法clc;clear all;close all;function y=ICA(M1,M2)MixedS = [M1;M2];% 将混合声音显示subplot(3,2,3),plot(data3),title("混合声音1"),subplot(3,2,4),plot(data4),title("混合声音2"),% wavwrite(MixedS(1,:),Fs1,"MixedS1.wav");% wavwrite(MixedS(2,:),Fs1,"MixedS2.wav");MixedS_bak=MixedS; % 将混合后的数据备份,以便在恢复时直接调用%%%%%%%%%%%%%%%%%%%%%%%%%% 中心化 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%MixedS_mean=zeros(2,1);MixedS_mean=mean(MixedS,2);MixedS = MixedS-repmat(MixedS_mean,1,size(MixedS,2));%%%%%%%%%%%%%%%%%%%%%%%%%%% 白化 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%MixedS_cov=cov(MixedS"); % cov为求协方差的函数[E,D]=eig(MixedS_cov); % 对图片矩阵的协方差函数进行特征值分解
- 2023-05-18 10:10:03下载
- 积分:1
-
WIMAX_ldpc_minioffset
这是wimax标准的ldpc码的译码程序
编码程序在文件夹ldpc_minioffset/matlab中,为matlab的源程序(This is the standard ldpc wimax decoding program code program in the folder ldpc_minioffset/matlab in the source code for the matlab)
- 2010-09-16 22:00:37下载
- 积分:1
-
cd
说明: This document explains how to read the RADARSAT data CD provided with the book
"Digital Processing of Synthetic Aperture Data" by Ian Cumming and Frank Wong,
Artech House, 2005.
On this web site, programs are provided in MATLAB to read the data and parameters
from the CD. The structure of the programs is outlined in Figure 1.
There are two main programs and one function that are used to extract
- 2009-04-15 23:29:47下载
- 积分:1
-
123
VUEL学习重要程序,非常好的程序VUEL学习重要程序,非常好的程序VUEL学习重要程序,非常好的程序(VUEL learning important program, a very good program VUEL learn important program, a very good program VUEL learn important program, a very good program)
- 2015-05-01 15:31:26下载
- 积分:1
-
STM32参考程序
说明: 基于STM32F103利用SPI协议,RC522多功能读取,修改,删除卡片(Based on STM32F103 and SPI protocol, RC522 can read, modify and delete cards with multiple functions.)
- 2020-06-20 13:40:01下载
- 积分:1
-
载体坐标系和地理坐标系的转换
本程序可将导航系统中的载体坐标系转化为地理坐标系
- 2022-05-23 04:30:24下载
- 积分:1
-
matlab_error
matlab常见错误的提示和原因以及解决方法(matlab tips for the causes of common errors and solutions)
- 2010-05-22 17:23:30下载
- 积分:1