DSPRelated.com

MATLAB/SIMULINK book for beginners

Started by nomi in comp.dsp19 years ago 2 replies

Hi, can anyone please recommend a good MATLAB/SIMULINK book for beginners (especially for Telecommunications engineers), I mean just basic...

Hi, can anyone please recommend a good MATLAB/SIMULINK book for beginners (especially for Telecommunications engineers), I mean just basic stuff? PLease do help out since the newbie gets lost in the hundreds of titles available, Thanks Nauman


need Bpsk and qpsk modulation

Started by Muizz83 in comp.dsp13 years ago

I need matlab or simulink programer who can write a code, person must know about signal processieng , BPSK, QPSK in matlab, how to generate...

I need matlab or simulink programer who can write a code, person must know about signal processieng , BPSK, QPSK in matlab, how to generate and modulate signal. Kindly contact with me.


MATLAB FIR1 function

Started by Abhishek Agrawal in comp.dsp20 years ago 1 reply

Hi, why Does MATLAB FIR1 function use -6 dB cutoff frequency instead of -3 dB ? I am using MATLAB 6.5 version. I am trying to design a...

Hi, why Does MATLAB FIR1 function use -6 dB cutoff frequency instead of -3 dB ? I am using MATLAB 6.5 version. I am trying to design a LPF with the help of FIR1 function. n = 51; % order of the filter wn = 0.4 % cutoff frequency fir1(n,wn); freqz(b); Now my cutoff frequency should come on the -3 dB level but it is on -6 dB level. Regards Abhishek


Audio jamming using white noise (Matlab code)

Started by shruti in comp.dsp18 years ago 2 replies

Hi anybdy have any idea how can a baseband audio sound can be supressed or jammed using a white gaussian noise and how the result can be shown...

Hi anybdy have any idea how can a baseband audio sound can be supressed or jammed using a white gaussian noise and how the result can be shown in Matlab. any help will be appreciated. -Shruti


Audio jamming using white noise (Matlab code)

Started by shruti in comp.dsp18 years ago

Hi anybdy have any idea how can a baseband audio sound can be supressed or jammed using a white gaussian noise and how the result can be shown...

Hi anybdy have any idea how can a baseband audio sound can be supressed or jammed using a white gaussian noise and how the result can be shown in Matlab. any help will be appreciated. -Shruti


how to simulate NONLINEAR echo in matlab

Started by RUMMY in comp.dsp19 years ago 14 replies

Hi, I was wondering if anyone knows how to simulate a nonlinear echo using matlab. Any information would help Thanks in advance This...

Hi, I was wondering if anyone knows how to simulate a nonlinear echo using matlab. Any information would help Thanks in advance This message was sent using the Comp.DSP web interface on www.DSPRelated.com


SSB modulator

Started by sekhar in comp.dsp18 years ago 2 replies

Hi all, I am a newcomer to DSP and MATLAB. Can anyone help me with matlab code for SSB modulator( IQ modulator). I want to am simulate BPSK and...

Hi all, I am a newcomer to DSP and MATLAB. Can anyone help me with matlab code for SSB modulator( IQ modulator). I want to am simulate BPSK and AM modulation. Thanks Sekhar


Anyone know how to interpret Matlab Wavelet info?

Started by clutchfft in comp.dsp11 years ago 4 replies

I am learning how to use the GUI Wavelet program in Matlab (newbie). I am working out an example and notice the following graphs labeled : S,...

I am learning how to use the GUI Wavelet program in Matlab (newbie). I am working out an example and notice the following graphs labeled : S, A1, A2, A3, A4, A5 and D1, D2, D3, D4, and D5. I am performing a level 5 decomposition. I am sure S = original signal but what does A1 to A5 and D1 to D5 mean? I assume its 1 to 5 because its a level 5 decomposition but I am not sure what A and D st...


Octave Smoothing

Started by mikem in comp.dsp18 years ago 3 replies

In Matlab, I have a room impulse response. I need to plot a frequency response from 20 to 20k Hz, smoothed to 1/3 and 1/6 octave. I can calculate...

In Matlab, I have a room impulse response. I need to plot a frequency response from 20 to 20k Hz, smoothed to 1/3 and 1/6 octave. I can calculate the ISO octave center frequencies. I see lots of RTA software that does this real-time. Anyone have the Matlab code that does this, or provide the algorithm? Thanks.


Rayleighchan function in matlab

Started by Dani Camps in comp.dsp16 years ago 2 replies

Dear all, I am trying to model a multipath in matlab but I do not have the communications toolbox and so neither the raileighchan function. ...

Dear all, I am trying to model a multipath in matlab but I do not have the communications toolbox and so neither the raileighchan function. I would appreciate your help on assessing if my approach to generate the FIR discrete channel is correct. I have two vectors containing the complex gain and the delay of each path in my channel, taps_gain and taps_delay and a variable, Ts, containi...


MATLAB GMSK simulation

Started by ik303 in comp.dsp17 years ago

Hello all, I am an EE university student and want to simulate the physical layer of a GSM communications system in MATLAB. I have studied...

Hello all, I am an EE university student and want to simulate the physical layer of a GSM communications system in MATLAB. I have studied several papers and resources on the web,but I think that I am missing something. Below, I will try to illustrate my approach, which tries to follow the quadrature baseband method presented in http://www.emc.york.ac.uk/reports/linkpcp/appD.pdf, pages 6-11. Co...


Jack Kurzweil's Intro to Digital Comms book

Started by in comp.dsp18 years ago 2 replies

Hello, I recently bought that book. It says the Matlab scripts and C code listings are in www.wiley.com/college/kurzweil However, when I...

Hello, I recently bought that book. It says the Matlab scripts and C code listings are in www.wiley.com/college/kurzweil However, when I try to go to that site, it fails, nothing comes out. Does somebody have those programs (Matlab and C code), and is willing to share, or could tell me how to get it? Thanks, JaaC


convolution in matlab

Started by robert_dn in comp.dsp15 years ago 4 replies

Hi all, I am writing a user defined convolution program in matlab. I have some indexing problems ...please correct and help me with my...

Hi all, I am writing a user defined convolution program in matlab. I have some indexing problems ...please correct and help me with my code: function Out = userconv(a,b) L =length(a);%input M=length(b); %filter t=0; c=zeros(1,L+M-1); % initialize the output data buffer w=zeros(1,M); for i=1 : L+M-1 c(i)=0; for j=1 :M if (i> j) && if ( i-j)


GPS/IMU matlab simulation

Started by praveen in comp.dsp21 years ago 1 reply

Hello, I am trying to integrate GPS and IMU using kalman filter. As the first step in the path i am trying to simulate the GPS/IMU using...

Hello, I am trying to integrate GPS and IMU using kalman filter. As the first step in the path i am trying to simulate the GPS/IMU using matlab.If anyone as worked in this field please give me suggestion or reference. waiting for reply praveen


Report sheet (Matlab) in A4 with many plots

Started by Carlos.br in comp.dsp18 years ago 1 reply

Hello, I would like to make a report in Matlab with 1 sheet(A4) with many plots(4 or five) with a organized manner, including some...

Hello, I would like to make a report in Matlab with 1 sheet(A4) with many plots(4 or five) with a organized manner, including some tables. any body know how to do ? Best Regards Carlos estombelo


COM functions questions

Started by romm...@gmail.com in comp.dsp18 years ago 1 reply

Hello, I am using the MATLAB 'actxserver' function to establish a connection to RTDX(for real-time data exchance between MATLAB and a DSP board)...

Hello, I am using the MATLAB 'actxserver' function to establish a connection to RTDX(for real-time data exchance between MATLAB and a DSP board) and if say 'h' is my activex object, I use invoke(h) to get a list of functions I can use in that interface. There are some functions that have "pointer(variant)" or something similiar as the argument to the function. Anybody know what these are an...


Matlab FFT function

Started by ALIMAR in comp.dsp19 years ago 4 replies

As you Know Matlab FFT function is built in. Anybody knows what algorithm has been implemented in it? I mean with details.

As you Know Matlab FFT function is built in. Anybody knows what algorithm has been implemented in it? I mean with details.


Loudspeaker Equalization using FIR (newbie)

Started by jogu in comp.dsp18 years ago 5 replies

Hi! I am a newbie on DSP working on a project which involves using a few different kinds of loudspekers so I have to be able to equlize them....

Hi! I am a newbie on DSP working on a project which involves using a few different kinds of loudspekers so I have to be able to equlize them. The plan is to do that using a FIR filter. All implementation is done in MATLAB. I have not been able to find any good matlab examples on this matter. I have got this far: 1. Got a nice 128 samples impulse response. 2. I use the rceps function to get...


Power Spectral density

Started by khmaies in comp.dsp18 years ago 14 replies

Dear All, I am strugling writing a matlab code to present the PSD of a random sequence of data. I am not getting a smooth curve like I see it...

Dear All, I am strugling writing a matlab code to present the PSD of a random sequence of data. I am not getting a smooth curve like I see it in some textbooks. Could anyone help me with Matlab code where I can get the PSD graph which look like a continues curve. Thans a lot Regards khmaies


Help Coherence in matlab

Started by bluenoble4u in comp.dsp15 years ago 2 replies

Can anyone help me do scaling for matlab's mscohere? I have two time series x and Y of the same length (1x220) which I want to know the...

Can anyone help me do scaling for matlab's mscohere? I have two time series x and Y of the same length (1x220) which I want to know the relationships spectrally. mscohere gives me the coherence (cxy) with a vector (1 x 146) which is lower than the length of x or y. I can't explain it, so is there anyway I can make a better plot where I can derive any meaning? The peaks are ok ranging from 0-1. ...