6.367 Ergebnisse

This repository will host Simulink reference application examples using Embedded Coder TI C2000 Support Package.

Simulink® Reference Application Examples for Embedded Coder® Texas Instruments (TI) C2000™ Support Package This repository will host Simulink reference application examples using Embedded Coder TI

Permanent Magnet Synchronous Motor Field-Oriented Control with TI LaunchPad and BOOSTXL-DRV8301

example on this page: https://www.mathworks.com/help/ti-c2000/ug/sensorless-foc-example.htmlRequired Hardware:- TI F28027 LaunchPad- BOOSTXL-DRV8301 with a 3-phase brushless motor and a 12-24V power

Generate code optimized for C2000 MCU.

™ Microcontrollers with Connected IO Capabilities. Embedded Coder® Support Package for Texas Instruments C2000™ Processors enables you to run Simulink® models on TI C2000 MCUs. Embedded Coder automatically generates C

Spectral and Autocorrelation Analysis with automatic selection from AR, MA and ARMA models

Field-Oriented Control with TI LAUNCHXL-F28069M, BOOSTXL-DRV8301 inverters and 2 PMS motors

of this example on this page: https://www.mathworks.com/help/ti-c2000/ug/dual-motor-dyno-example.htmlRequired Hardware: - TI LAUNCHXL-F28069M LaunchPad (http://www.ti.com/tool/LAUNCHXL-F28069M)- 2

Thsi target support package allows you to deploy your algorithms on TI LaunchPad.

Simulink (Embedded Coder) Target for TI LaunchPadSummary:TI LaunchPad (http://ti.com/launchpad) is an easy-to-use, affordable (< 5 USD),and scalable introduction to the world of microcontrollers

Beats MATLAB 300% - 400% in some cases ... really!

, and Conjugate pre-operations- Supports singleton expansion- Utilizes BLAS calls, custom C loop code, or OpenMP multi-threaded C loop code- Can match MATLAB results exactly or approximately as desired

IRI 2012

Version 1.4.0.0

von Kip Knight

International Reference Ionosphere 2012 model

Convert a numeric value to SI-prefixed text (aka engineering / metric prefix). Bonus: binary prefixes!

', num2bip(pow2(200,20),[],true))ans = 'Memory: 200 mebibyte'>> sprintf('Data saved in %sB.', num2bip(1234567890,3))ans = 'Data saved in 1.15 GiB.'>> num2bip(bip2num('9 Ti')) % 9 tebi == pow2(9,40) == 9*1024^4ans = '9 Ti

Embedded Coder Processor In Loop (PIL) Target for Hercules RM48 MCUs

MathWorks and Texas Instruments engineers demonstrate a new workflow for generating TI Hercules MCU optimized code from Simulink.This target includes Texas Instruments of Processor-in-the-Loop (PIL

Simulink (Embedded Coder) Target for TI Stellaris LaunchPad

Simulink (Embedded Coder) Target for TI Stellaris LaunchPadSummary:TI Stellaris LaunchPad (http://www.ti.com/stellaris-launchpad-b) is a low-cost development board based on ARM Cortex-M4F.Simulink

solstislab

Version 1.0.0.0

von Todd

Matlab driver to communicate with a SolsTiS M Squared CW Ti-saphire laser using TCP/IP.

Description This package can be used to communicate a SolsTiS M Squared CW Ti-saphire laser using TCP/IP. The functions can be used to send a general command, or use the built in

Convert SI-prefixed text (aka engineering / metric prefix) into numeric values. Bonus: binary prefixes!

| kibi 1024^2 | Mi | mebi 1024^3 | Gi | gibi 1024^4 | Ti | tebi 1024^5 | Pi | pebi 1024^6 | Ei | exbi 1024^7 | Zi | zebi 1024^8 | Yi |

These model files move from a system level GPS receiver channel to actual operating hardware.

design. Ultimatly, the design is elaborated to the point of being deployed on a Xilinx FPGA and TI DSP. NOTE: You do not have to have the tools to do this to use most of the models.

Beam2Beam

Version 1.21.0.0

von Hamid Reza Motamedian

Analyzes contact between beams with large deformations in 3D space, using Finite Element method

MatLab object for segmenting sequences of real-valued data with noise, outliers and missing values.

HandsOn-SEA is a low cost robotic device enabling the students to interact with virtual environments

Generate code optimized for TI Concerto.

NOTE: This support package is no longer supported by MathWorks. It is recommended that you use C2000 Microcontroller Blockset which includes the support for Texas Instruments™ C2000™ F28M3x Concerto

Functions to analytically price CMS Spread Caps in a Local-Stochastic Vol Libor Market Model.

This series of labs show how to synthesize music with Simulink and then target a TI 'C6000 DSK

.• Implement the music synthesis in Simulink.Lab 4b:In this lab you will learn:• How to install the software to target a TIC6713 DSK.• How to convert the music synthesis program from Lab 04a to run on the

A Simplified 2D Image Reconstruction Solution using TI IWR1443 mmWave sensors

Software Defined Radio

Version 1.0.0.0

von Luke V

A software defined radio is constructed to design and test an OFDM SDR on a TI DSP board.

A small collection of utilities for stripping MATLAB comments from strings and files.

Medical software for Processing multi-Parametric images Pipelines

Automatic spectral analysis for irregular sampling/missing data, analysis of spectral subband.

Designing IIR filters using the Bilinear Transform (BLT) and by placing

Laboratory 7 of 12 for the Texas Instruments TMS320C5416 DSK.A self-teach application or college laboratory to allow the student to find out by practical experiment the answer to the following

ScaleTime

Version 2.0.0.0

von Jan

Fast linear interpolation of equally spaced data (C-MEX and M)

defined by uniform steps: T = linspace(Ti, Tf, Tn) this is faster: Yi = ScaleTime(Y, Ti, Tf, Tn)For nun-uniform input use the 2nd function: Yi = ScaleTimeNU(X, Y, Xi)I have recorded timeseries of e.g

Alphanumeric sort of a cell/string/categorical array, with customizable number format.

. charactersrelative order of numbers vs NaNsExamples%% Multiple integers (e.g. release version numbers):>> A = {'v10.6', 'v9.10', 'v9.5', 'v10.10', 'v9.10.20', 'v9.10.8'};>> sort(A) % for comparison.ans =

Alphanumeric row sort of a cell/string/categorical/table array, with customizable number format.

{'B','2','X';'A','100','X';'B','10','X';'A','2','Y';'A','20','X'};>> sortrows(A) % SORTROWS for comparison.ans = 'A' '100' 'X' 'A' '2' 'Y' 'A' '20' 'X' 'B' '10' 'X' 'B' '2' 'X'>> natsortrows(A)ans = 'A' '2' 'Y' 'A' '20' 'X

MatLab object for clustering real-valued data with noise, outliers and missing values

An application written in C for the Texas Instruments C5000 ...

Laboratory 6 of 12 for the Texas Instruments TMS320C5416 DSK.A self-teach application or college laboratory to allow the student to find out by practical experiment the answer to the following

Designing IIR bandpass filters using the bilinear transform (BLT) ...

Laboratory 8 of 12 for the Texas Instruments TMS320C5416 DSK.A self-teach application or college laboratory to allow the student to find out by practical experiment the answer to the following

Double Fourier series plots and effects of the number of terms and oscillation smoothing are shown.

Alphanumeric sort of filenames or filepaths, with customizable number format.

filepaths are split at each file-separator character, and each level of the file hierarchy is sorted separately.Example with DIR()P = 'C:\SomeDir\SubDir';S = dir(fullfile(P,'*.txt'));S = natsortfiles(S);for k

It generates SIFT key-points and descriptors for an input image.

The first code 'vijay_ti_1' will extract the SIFT key-points and descriptor vector of each key-point in an image. For this code just one input image is required, and after performing complete SIFT

The function generate a file in TI format. The TI file is a typical file used for Texas Instruments

The function generate a file in TI format. The TI file is a typical file used for Texas Instruments debug operation and for Code Composer Studio.A TI file contains a header made by 5 fields:Magic

Set of functions that can be used for interpolation and and approximation of scattered data of any d

interp1(x,f,xi); % RBF interpolationrbf=rbfcreate(x, f);fi = rbfinterp(xi, rbf);%2D examplex = rand(50,1)*4-2; y = rand(50,1)*4-2; z = x.*exp(-x.^2-y.^2);ti = -2:.05:2; [XI,YI] = meshgrid(ti,ti

This example shows how to design a DC/DC Buck Converter controller

This example shows how to design a DC/DC Buck Converter controller with the Embedded Coder Support Package for TI® C2000 Processors and run it on the TI® F28377S Launchpad (LAUNCHXL-F28377S

HMM for isolated words data applying EM algorithm

database can be obtained from this link: http://www.ece.ucsb.edu/Faculty/Rabiner/ece259/speech%20recognition%20course.html with the title of "isolated TI digits training files, 8 kHz sampled, endpointed

The purpose of this code is to compute a specific Dose metric given a DVH with relative dose and relative volume.

to be in relative form but given the prescribed dose and the volume of the structure, D3cc and V20Gy can be calculated.User needs to follow one of the given example in the description. Start by the

notBoxPlot

Version 1.31.0.0

von Rob Campbell

This function visualizes raw (grouped) data along with the mean, 95% confidence interval, and 1 SD.

Strangeworks

Version 1.0.13

von Steve

SDK to allow Matlab to communicate with the strangeworks platform

動力分割機構のハイブリッド自動車を想定した燃費性能、電力性能シミュレーション用車両全体モデル

Adaptive Lagrangian Digital Volume Correlation - volumetric displacement and strain measurement based on a hybrid local-global approach

).% =================================== Reference paper:For full details, and to use this code, please cite our paper:Yang, J., Hazlett, L., Landauer, A., Franck, C. Augmented Lagrangian Digital Volume Correlation. Experimental Mechanics

Finite-element-based global DVC method (guarantee global kinematic compatibility and decrease noise by adding regularization penalties).

., Landauer, A., Franck, C. Augmented Lagrangian Digital Volume Correlation. Experimental Mechanics, 2020 (https://link.springer.com/article/10.1007/s11340-020-00607-3).Or request full text

RunLength

Version 1.2.0.0

von Jan

RunLength coding as fast MEX and M-code

FileExchange already. This C-Mex isabout 5 times faster than good vectorized M-versions.The M-file RunLength_M contains vectorized and loop M-code for education.EXAMPLES:Encode and decode: [b, n] = RunLength([8

Get fundamental plasma physics length scales, time scales, velocities, etc. using functions defined in the plasma physics formulary

Magnetic field, Gaussn = SI2cgs(1e20, 'Density'); % Electron density [cm^-3]F = FundamentalPlasma(); % create objectF.getElectronGyroFreq(B); % Electron gyro frequency

Creates an N-dimensional sparse array object, for arbitrary N.

be permuted, summed, concatentated, and so forth e.g., >> B=sum( permute([A,A+10], [3,2,1]) ,2) B(:,:,1) = (1,1) 120 (2,1) 20 B(:,:,2) = (1,1) 140

Modelo no lineal en s-function del proceso y linealizacion

Bayesian algorithm for segmenting real-valued input-output data into non-overlapping segments

wilsonSolver()

Version 1.0.0.0

von Scott Rowe

Finds the Wilson parameters of binary system(s) from isothermal pressure data.

DynaSim simplifies the process of building and simulating models of dynamical systems.

Implementation of SFSK modulation type on Piccolo F28027 MCU

Matlab implementation of an MMSE based noise PSD tracking algorithm for speech enhancement.

GMM-HMM (multiple Gaussian) for isolated digits recognition applying EM algorithm

this link: http://www.ece.ucsb.edu/Faculty/Rabiner/ece259/speech%20recognition%20course.htmlwith the title of "isolated TI digits training files, 8 kHz sampled, endpointed

DateConvert

Version 1.1.0.0

von Jan

Simple but fast date conversion: 1.3% of DATESTR time, 20% of DATEVEC/ DATENUM time

This can be used for code generation(TI C2000 DSP2833x)

Analysis of electrical signals, single phase 220V, with Matlab!

Instruments Hércules RM46, que es programada utilizando HalCoGen y el Code Composer Studio v6, se requiere de una tarjeta extra para el analizáis de la señal alterna.Hardaware requerido:- TI Hercules RM46

Mehr laden