Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

simin block in simulink

Status
Not open for further replies.

locchamp

Member level 2
Joined
Nov 8, 2005
Messages
53
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,288
Activity points
1,668
simin simulink

Hey guys I have a matlab file below that uses mp3read to take a file and save it to mt then I am trying to use simin to take the audio file and use it in simulink as a file for modulation m(t), but I am having problems, can someone please help? In simulink for the simin parameters I tried al lof them, which one should I use, thanks guys

clear;clc;
[Y,fs,NBITS,OPTS] = mp3read('jem.mp3');
mt=Y(1:20000);
t = 0:1/fs:(length(mt)-1)/fs;
simin=[mt t];
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top