Forums Search for: Sampling
Quantization and Stationarity
hi everybody i would appreciate if someone could suggest any solution to the following problems: 1)Find the number of bits...
hi everybody i would appreciate if someone could suggest any solution to the following problems: 1)Find the number of bits needed to achieve a signal-to-quantization noise ratio of at least 80dB for a sampling device calibrated so that the sampled intensitie
RE: [speechcoding] DTMF Detection
Hi Shehryar, The choice of N is mainly driven by the frequency resolution needed, which sets a lower boundary. N also is...
Hi Shehryar, The choice of N is mainly driven by the frequency resolution needed, which sets a lower boundary. N also is chosen so that (k/N)fs most accurately coincides with the actual DTMF frequencies assuming k are integer values and fs is a sampling frequency of 8 ks
Multi-rate Fir Filter Design
I am designing an audio equalizer in Matlab, and I want to do it with a multirate setup, but I do not want to sample the input wave...
I am designing an audio equalizer in Matlab, and I want to do it with a multirate setup, but I do not want to sample the input wave more than once, so if I have a sampling of say 50khz, I was wondering what the best way to decimate the signal would be in order to make it work. I plan on implementing th
6th order bessel filter
Hello, I'm a beginner in Matlab. I would like to program a 6th order bessel Low pass filter using matlab. My specifications...
Hello, I'm a beginner in Matlab. I would like to program a 6th order bessel Low pass filter using matlab. My specifications are as follow : Cutott frequency 8.2MHz and my sampling rate is 52.32 MHz (for DVD purposes). My Code is the following clear all
problem in 8psk demodulation-decision region
Hi everyone, I am trying to simulate 8PSK modulation-demodulation scheme in matlab. The problem arises in the decision making...
Hi everyone, I am trying to simulate 8PSK modulation-demodulation scheme in matlab. The problem arises in the decision making after matched filtering and re-sampling. I am comparing the angles of received signal and taking decision accordingly as shown in the code below
comb filter and distortion
Hi, I am designing a 3 stages decimation filter for a second order 1 bit delta sigma modulator. The sampling rate of DSM is...
Hi, I am designing a 3 stages decimation filter for a second order 1 bit delta sigma modulator. The sampling rate of DSM is 1.536Mhz. The bandwidth for the input signal is 4Khz. For the first stage I used matlab's function cicdecimate with the following parameters:
Ways to discretize continuous systems
Hi to all, matlab people I'm searching for a function or a way to discretize continuous systems with Euler's method, that is:...
Hi to all, matlab people I'm searching for a function or a way to discretize continuous systems with Euler's method, that is: the constinuous variable is substituted with (1 - z^-1 ) / Ts ,where Ts is the sampling period and z^-1 is the discrete variable corrisponding to one s
dynamic time warping
hi, i'm doing aproject on voice recognition.java module is used for sound capturing and sampling and all are done by matlab.let...
hi, i'm doing aproject on voice recognition.java module is used for sound capturing and sampling and all are done by matlab.let me know how the sound written on the disk is taken to matlab as input(both matlaba nd java are running simultaniously).also can any of u contribute s
fft problem
Hi, i generate 2 signals in matlab and when i see there spectrum ,the closely space signals mixed up here what i have done Fs...
Hi, i generate 2 signals in matlab and when i see there spectrum ,the closely space signals mixed up here what i have done Fs = 400 ; % sampling rate Nres = 0.1 ; %spectral resolution of fft Nfft = fs/Nres ; % number of points in fft i.e 4000 t = (1:64)/fs ; %lengt
framing audio file
i have read a .wav file using waveread. it is a 16-bit dual channel with sampling frequency of 22.1KHz. i want to frame it into...
i have read a .wav file using waveread. it is a 16-bit dual channel with sampling frequency of 22.1KHz. i want to frame it into frames of 90ms duration.i have already put it in 1-d array. can anyone help me with the framing code....i tried using matlab help...but couldnt find anythin
FFT PLOT
hi, i want to get fft and plot it when i know the sampling frequency fs, frame duration, no. of samples per frame.I also want to...
hi, i want to get fft and plot it when i know the sampling frequency fs, frame duration, no. of samples per frame.I also want to know the code to plot normal audio signal in time domain and frequency domain w/o using dsp blockset smruts
notch filter-doubt
hi all, i'm doing preprocessing of ecg signals. i have an ecg signal with sampling frequency 1000hz. i have lowpass filtered &...
hi all, i'm doing preprocessing of ecg signals. i have an ecg signal with sampling frequency 1000hz. i have lowpass filtered & then highpass filtered the signal.now that i want to use a notch filter or comb filter to remove the powerline interference at 60hz( ,180,300,420,5
How to set SamplingRate of parallel port
Hi, I am trying to acquire data using parallel port in matlab. I am using EPP mode. But i can't set the sampling rate of the...
Hi, I am trying to acquire data using parallel port in matlab. I am using EPP mode. But i can't set the sampling rate of the parallel port. The data at the parallel port is comming at the rate of 10KBytes/sec. How can i set the parallel port to be in sync with the hardware.
cut off frequency
hi all, i'm doing a project in preprocesing biosignals. if i'm given with a signal,how will i find out the cut off...
hi all, i'm doing a project in preprocesing biosignals. if i'm given with a signal,how will i find out the cut off frequency? is it possible only by looking into the power spectrum.is there any formula(given only the sampling frequency)? kindly help.
Help..Sampling continuous time signals
we have the following signals x2 = sin(18*t + 180) 9 hz x3 = sin(22*t) 11 hz How do you sample each signal at a freq of...
we have the following signals x2 = sin(18*t + 180) 9 hz x3 = sin(22*t) 11 hz How do you sample each signal at a freq of 1 hz and plot the result on top original signal plot? Any ideas would be appreciated!! Thanks in advance!
image rectification help
Hi all I am in urgent need of matlab code to perform image rectification (for computer vision). If you know of some sources...
Hi all I am in urgent need of matlab code to perform image rectification (for computer vision). If you know of some sources where I can get some code or if you want to exchange with me some code (I have developed image processing code including fft transforms, image sampling an
interpolation function
HI, I?m having a problem with some things I'm doing in matlab. I have a function whose sample frequency is not constant, I have to ...
HI, I?m having a problem with some things I'm doing in matlab. I have a function whose sample frequency is not constant, I have to interpolate it so as to obtain a constant sampling freq. I'm trying to use the interp1, but I'm not having good results. Is there anybody who can help me
help
hii can ny 1 gimme the coding of this following simple program in MATLAB.......... write a MATLAB program to generate unit...
hii can ny 1 gimme the coding of this following simple program in MATLAB.......... write a MATLAB program to generate unit step sequence and a ramp sequence nu[n] which asks the user to enter the desired length of the sequence L and also the sampling frequency F in hertz
sigma- delta A/D converter in matlab simulink.....
hello, i am a B.TECH 3rd year student in Electrical and electronics and i am learning matlab and planning to do project in...
hello, i am a B.TECH 3rd year student in Electrical and electronics and i am learning matlab and planning to do project in Matlab. can u please explain me the following i have a doubt in it the Over sampling Sigma-Delta A/D converter in Matlab Simulink
Min. sampling rate required to resolve 0.1ms delay using cross correlation techniques
Hi all, I have a question for those who are familar with the 'cross correlation' function in Matlab. If I wanted to resolve a...
Hi all, I have a question for those who are familar with the 'cross correlation' function in Matlab. If I wanted to resolve a 0.1ms delay between two sampled audio signals using the cross correlation function in Matlab, and if I were to use 20kHz speech signals sampled at rate of say 50KHz (to






