Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.168.695 Times

UDFactor 1.0

  Date Added: June 26, 2013  |  Visits: 537

UDFactor

Report Broken Link
Printer Friendly Version


Product Homepage
Download (49 downloads)



[U D] = UDFactor(P) returns matrices U and D such that U.'*D*U = P[U D] = UDFactor(P,uflag) returns matrices U and D such that U*D*U.' = Pwhen uflag is set to TRUE. Setting uflag to FALSE is equivalent torunning UDFactor with only one argument.The alogrithm of UDFactor is similar to the Cholesky decomposition exceptthat the matrix is factored into a unitary upper triangular matrix (U)and diagonal matrix (D) such that P = U*D*U.' (or U.'*D*U). Note thatwhile this is equivalent to P = (U*D^0.5)*(U*D^0.5).' = S*S.' where S isthe upper triangular square root of P, no square roots are taken in thecalculations of U and D. This makes this factorization ideal for asquare-root implementation of a Kalman filter (a U-D filter). For moredetails, see Bierman, G. J., Factorization methods for discretesequential estimation, 1977.Note: This factorization is only guaranteed to work for symmetricmatrices.Examples: %create symmetric matrix P = rand(5)*10;, P = triu(P)+triu(P).'; %factor [U1,D1] = UDFactor(P); [U2,D2] = UDFactor(P,true); %check factorization P - U1.'*D1*U1 P - U2*D2*U2.'

Requirements: No special requirements
Platforms: Matlab
Keyword: Bierman Calculations Details Factorization Filter Implementation Kalman Methods Squareroot
Users rating: 0/10

License: Shareware Size: 10 KB
USER REVIEWS
More Reviews or Write Review


UDFACTOR RELATED
Development Tools  -  Learning Kalman Filter Implementation in Simulink(R) 1.0
The models included shows three different ways to implement a kalman filter in Simulink(R). The first uses the kalman function in control system toolbox to design a steady state kalman filter. The second is an embedded MATLAB(R) block...
30.72 KB  
Libraries  -  Bloom::Filter 0.03
Bloom::Filter is a sample Perl Bloom filter implementation. A Bloom filter is a probabilistic algorithm for doing existence tests in less memory than a full list of keys would require. The tradeoff to using Bloom filters is a certain...
4.1 KB  
Development Tools  -  Kuwahara Filter Implementation 1.0
The pseudo-code/java applet referred to for the implementation can be found here:http://www.cse.ust.hk/learning_objects/ima...a/kuwahara.htmlCode example:I = imread('peppers.png');I_f = kuwahara_filter(I);imshow(I_f);
10 KB  
Communication  -  Digital implementation of RC low pass filter 1.0
Derives the transfer function for digital implementation of a first order RC low pass filter and plots the step and frequency response.For details, refer to the post:http://www.dsplog.com/2007/12/02/digital-i...ow-pass-filter/
10 KB  
Communication  -  Kalman filter(fixed point version) 1.0
In this implementation of tracking a ball, we will track a live ball using Kalman filter. The tracking will switch to autorun mode when the sight of the ball is lost and Kalman will estimate the motion based on it's previous statesThere are two...
307.2 KB  
Mathematics  -  Visual Kalman Filter 3.0
"Visual Kalman Filter " is a visual math tool to simulate Kalman filter for linear or nonlinear system. Only three steps you need do,and you'll get the curve and the estimated results. Function: The Kalman filter is a set of mathematical...
810.09 KB  
Development Tools  -  DTMF Encoder/Decoder with GUI using FFT,goertzel,Filter Banks 1.0
A phone-like DTMF tool with GUI using several methods, FFT,goertzel and filter banks.Just run the gui.
163.84 KB  
Image Galleries  -  Easy Filter Applet Script 1.0
Easy Filter Applet is a generic filter that allows people like students, scientists, engineers, ... in "image processing" to show their work in a web interface. It's not a static GUI !! -Users can interact with filter's parameters in real time...
307.2 KB  
Modules  -  Existing Nodes Filter 5.x-1.0-beta1
This module provides a Views filter. It allows the exclusion of the nodes already displayed by another view within the same page.It uses the Views API to deliver proper functionality.The filter implementation arose from the need of having a...
10 KB  
Libraries  -  Class::Inner 0.1
Class::Inner is a perlish implementation of Java like inner classes. SYNOPSIS use Class::Inner; my $object = Class::Inner->new( parent => ParentClass, methods => { method => sub { ... } }, }, constructor => new, args =>...
3.07 KB  
NEW DOWNLOADS IN SCRIPTS, DEVELOPMENT TOOLS
Scripts  -  Freelancer Script 5.05
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Post projects. Featured projects. Private projects. Sealed projects. Edit/delete projects. Select freelancers....
5.49 MB  
Scripts  -  B2B Script 4.20
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Sign-up Account (Registration of account). Lead generation tools (for the sellers). Email verification to...
5.49 MB  
Scripts  -  B2C Script 5.06
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). The script comes with totally editable site colors, icons and graphics Multilevel categories allows extensive browsing Admin can change Category ordering or...
5.49 MB  
Scripts  -  Social Networking Script 2.86
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Registration with name, email, password, date of birth etc. User can add multiple school, college, university with start...
5.49 MB  
Scripts  -  Business Networking Script 8.04
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Ajax based interface. Profile creation. Different types of profile. Profile for jobseekers, employers and employed...
5.49 MB  
Development Tools  -  Aml2CHM 3.50
Those who use the popular Aml Pages text editor might be looking out for a way of generating help files from their text and notes. Aml2CHM is a plug-in that was developed to offer people a quick and efficient way of converting Aml Pages documents...
549.99 KB  
Development Tools  -  VMP Viewer 1.0
This is a very rudimentary tool to visualize the VMP files generated by BrainVoyager. Useful to share files with people who do not have BV.
10 KB  
Development Tools  -  Sending reports and timestamped file by emailing 1.0
main executing reference usage:[1] usage_send_mail.mIllustrates email sending with multiple separate files or single timestamped tar file. Attachment failure is properly handled, with continuation of report emailing without the attachment.[2]...
768 KB  
Development Tools  -  IrisMVC 2.0 rc1
IrisMVC is an OOP PHP framework that developers can use as a strong and secure foundation to build on various web applications following the Model-View-Controller (MVC) pattern. It provides the basic functionality developers need, without...
51.2 KB  
Development Tools  -  7-Zip for Script 4.42
7-Zip is a file archiver with a high compression ratio.Features:- High compression ratio in new 7z format with LZMA compression- Supported formats:- Packing / unpacking: 7z, ZIP, GZIP, BZIP2 and TAR- Unpacking only: RAR, CAB, ISO, ARJ, LZH, CHM,...
624.64 KB