CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - matlab flags
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - matlab flags - List
[
matlab
]
1DFDTD_waveguide
DL : 0
Demonstrates 1-D FDTD initial state formation. Please edit the FLAGS for demonstration of different cases. BASED ON "1-D Digital Waveguide Modeling for Improved Sound Synthesis".-Demonstrates 1-D FDTD initial state forma tion. Please edit the FLAGS for demonstration o f different cases. BASED ON "1-D Digital Wavegu ide Modeling for Improved Sound Synthesis. "
Update
: 2025-02-19
Size
: 1kb
Publisher
:
chunfenglay
[
matlab
]
b911a3340926
DL : 0
Matlab video anlaysis A packet is the basic unit of data in a transport stream. It consists of a sync byte, whose value is 0x47, followed by three one-bit flags and a 13-bit Packet Identifier (PID). This is followed by a 4-bit continuity counter. -Matlab video anlaysis A packet is the basic unit of data in a transport stream. It consists of a sync byte, whose value is 0x47, followed by three one-bit flags and a 13-bit Packet Identifier (PID). This is followed by a 4-bit continuity counter.
Update
: 2025-02-19
Size
: 27kb
Publisher
:
sakthivel
[
matlab
]
Version_1p1_Final
DL : 0
Reads TDMS files into Matlab. See TDMS_exampleFunctionCalls.m to get started. Advantages: - supports reading v2 files - doesn t require the NI DLL, thus it doesn t require 32bit windows - supports interleaved data - allows only reading names & properties to get a quick feel for what is in the file - Since streaming files can get large (many GB), allows only retrieving subsets of data via keep or ignore flags Doesn t yet support: - big endian files Doesn t support: - files with DAQmx data - files with unsupported Matlab data types (extended float, etc) I haven t written very many wrappers to change the output data into more traditional formats. I d appreciate any submissions of wrappers that people make (like my TDMS_dataToGroupChanStruct_v1 & v2). Thanks! If the function doesn t work for you please let me know.-Reads TDMS files into Matlab. See TDMS_exampleFunctionCalls.m to get started. Advantages: - supports reading v2 files - doesn t require the NI DLL, thus it doesn t require 32bit windows - supports interleaved data - allows only reading names & properties to get a quick feel for what is in the file - Since streaming files can get large (many GB), allows only retrieving subsets of data via keep or ignore flags Doesn t yet support: - big endian files Doesn t support: - files with DAQmx data - files with unsupported Matlab data types (extended float, etc) I haven t written very many wrappers to change the output data into more traditional formats. I d appreciate any submissions of wrappers that people make (like my TDMS_dataToGroupChanStruct_v1 & v2). Thanks! If the function doesn t work for you please let me know.
Update
: 2025-02-19
Size
: 42kb
Publisher
:
Hamlin DSouza
[
matlab
]
1234435
DL : 0
用matlab 7.0编写的滑模变结构仿真的例子。-S-function for continuous state equation function [sys,x0,str,ts]=s_function(t,x,u,flag) switch flag, Initialization case 0, [sys,x0,str,ts]=mdlInitializeSizes Outputs case 3, sys=mdlOutputs(t,x,u) Unhandled flags case {2, 4, 9 } sys = [] Unexpected flags otherwise error([ Unhandled flag = ,num2str(flag)]) end mdlInitializeSizes function [sys,x0,str,ts]=mdlInitializeSizes sizes = simsizes sizes.NumContStates = 0 sizes.NumDiscStates = 0 sizes.NumOutputs = 3 sizes.NumInputs = 1 sizes.DirFeedthrough = 1 sizes.NumSampleTimes = 0 sys=simsizes(sizes) x0=[] str=[] ts=[] function sys=mdlOutputs(t,x,u) x11d=sin(pi*t/2) x21d=cos(pi*t) x31d=1 sys(1)=x11d sys(2)=x21d sys(3)=x31d
Update
: 2025-02-19
Size
: 27kb
Publisher
:
吴丽
[
Windows Develop
]
0405
DL : 0
This Objects(oclMat &gimg, CvMemStorage *storage, double scaleFactor, int minNeighbors, int flags, CvSize minSize = cvSize(0, 0), CvSize maxSize = cvSize(0, 0)); void detectMultiScale(oclMat &image, CV_OUT std::vector<cv::Rect>& faces, double scaleFactor = 1.1, int minNeighbors = 3, int flags = 0, Size minSize = Size(), Size maxSize = Size());
Update
: 2025-02-19
Size
: 2.51mb
Publisher
:
mugisha.karl
[
GPS develop
]
RaimSt
DL : 0
该MATLAB程序确定用于非精确接近飞行阶段的接收机自主完整性监测(RAIM)基线标准算法(恒速率算法)和指定的输入数据集的可用性和故障标志(故障检测)。(This MATLAB program determines availability and failure flags (fault detection) for the Receiver Autonomous Integrity Monitoring (RAIM) baseline standard algorithm (constant alarm rate algorithm) for non-precision approach phase-of-flight and a specified set of input data.)
Update
: 2025-02-19
Size
: 3kb
Publisher
:
Cersei
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.