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.

How to divide the discrete time signal into segment according to its period?

Status
Not open for further replies.

aswathymohan

Member level 4
Joined
Nov 11, 2012
Messages
68
Helped
5
Reputation
10
Reaction score
5
Trophy points
1,288
Activity points
1,727
here is the sampled signal v(n)=a*sin(2*pi*f1/fs)*(1+M*0.5*sign(sin(2*pi*n*fm/fs))) n=0,1,...N-1 Where, fs is the sampling frequency.

how to do segmentation using FIX function,for the N section of sample data??
 

here is the sampled signal v(n)=a*sin(2*pi*f1/fs)*(1+M*0.5*sign(sin(2*pi*n*fm/fs))) n=0,1,...N-1 Where, fs is the sampling frequency.

how to do segmentation using FIX function,for the N section of sample data??

pl rpl soon...my objective is to use p=FIX(f1/fs) for N samples .After carrying out the segmentation,q=FIX(N/N') section ofdata will be available..
therby obtaining v(0)...................v(p-1)
v(1)....................v(2p-1)



upto v(N-p)..............v(N-1)

pl write the necessary code in matlab
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top