-
gold-sequence
m序列产生子函数
gold序列产生子函数
自相关函数和互相关函数计算子函数
调用子函数[s,k,pn]=m(c,b0)产生第二条m序列(function [Rm]=Rm(golda,goldb) 自相关函数和互相关函数计算子函数
N=11
n=2^N-1
Rm(1)=sum(golda.*goldb)/n
for k=1:n-1
Rm(k+1)=sum(golda.*circshift(goldb,[0,k]))/n
end
Rm )
- 2011-04-30 17:53:27下载
- 积分:1
-
matlab-examples
matlab实用程序百例,包括图形应用,界面设计,数值处理等(matlab examples)
- 2014-10-05 14:48:55下载
- 积分:1
-
DXdt-SIR
关于传染病的蔓延模型,包含潜伏期和隔离的完整模型(Model on the spread of infectious diseases, including incubation and isolation of the complete model)
- 2010-06-28 21:44:14下载
- 积分:1
-
Contour
等值线的生成,等值线的生成,等值线的生成,等值线的生成,(Contour generation, contour generation, contour generation, contour generation,)
- 2011-05-04 18:50:40下载
- 积分:1
-
wangluoserver
用于网络服务的matlab源程序,没有解压密码,可直接打开使用(network services for the Matlab source, without extracting passwords, can be directly used to open)
- 2006-06-22 09:55:14下载
- 积分:1
-
GenerateCAcode3.m
基于MATLAB环境下的关于GPS接收的一部分(GPS receive signal)
- 2010-05-17 17:56:23下载
- 积分:1
-
mmwrite
功能列表= mmwrite(文件名,选择... ...)
mmwrite是能写的AVI,WMV,的WMA,ASF文件。对于AVI文件,您可以选择从现有的编解码器压缩的音频和视频流。
对于WMV,WMA和ASF的编码默认为16位的Windows Media 9率为44100Hz立体声为98%质量的音频和Windows媒体视频9 98
质量。质量可以指定音频和视频。
环绕声,似乎只与AVI和多通道编码不支持。编写任何其他文件类型不支持。本使用Windows的DirectX基础设施,以便其他操作系统是出于运气。
输入:
    文件名:这一定是第一个参数,并指定文件名写。
    影片结构:视频结构相匹配的mmread输出。在最低限度,必须有4个领域的“框架”,“时代”,“高度”和“宽度”。该“框架”字段必须是一个结构与一个字段数组“的CDATA”的原始框架,它包含由彩色编码的数据宽度高度(3)UINT8s。钍(function list = mmwrite(filename,...options...)
mmwrite is able to write AVI,WMV,WMA,ASF files. For AVI files you can choose from the available codecs to compress the audio and video streams.
For WMV,WMA and ASF the encoding defaults to Windows Media 9 44100Hz 16bit stereo 98 quality for the audio and Windows Media 9 Video with 98
quality. The quality can be specified for both audio and video.
Surround sound only seems to work with AVI and multi-pass encoding is not supported. Writing any other file type is not supported. This uses Windows DirectX infrastructure, so other OSs are out of luck.
INPUT:
filename: This must be the first parameter and specifies the filename to write.
video structure: The video structure matches the output of mmread. At a minimum it must have 4 fields "frames", "times", "height" and "width". The "frames" field must be a struct array with a field "cdata" that contains the raw frame data encoded as height by width by color(3) as UINT8s. Th)
- 2010-05-20 22:31:36下载
- 积分:1
-
UKF
针对分布式驱动电动汽车的质心侧偏角估计编写了UKF估计代码(A UKF estimation code is developed for the estimation of the center-of-mass slip angle of the distributed drive electric vehicle)
- 2016-12-28 09:22:48下载
- 积分:1
-
minDFP
单纯型算法和最速下降法的综合算法,能很快的搜索到最小值。(Simplex algorithm and steepest descent method of synthesis algorithms to quickly search the minimum.)
- 2009-10-27 20:11:34下载
- 积分:1
-
MATLAB
matlab的简单例子 可以用来入门学习(matlab simple example can be used to study entry)
- 2014-01-14 16:33:13下载
- 积分:1