Feeds
提问
HOW TO DESIGN AN IIR Low PASS FILTER WITH MATLAB
I have asked this type of questions many times but can you give me the matlab code for designing a lowpass IIR filter. thanky...
12 years 前 | 2 个回答 | 0
2
个回答提问
HOW CAN I CALCULATE THE SIGNAL TO NOISE RATIO(SNR) OF A CHIRP SIGNAL
I have a signal which is comprised of 4 chirp signals and an additive noise with the same sampling frequency and size is generat...
12 years 前 | 2 个回答 | 0
2
个回答提问
PROBLEM IN GENERATING A REFERENCE SIGNAL
K discrete time real-valued random reference signals are stationary, but possibly correlated, and are described by the vector ...
12 years 前 | 1 个回答 | 0
1
个回答已回答
HOW CAN I BROADEN MY SIN SIGNAL
sin broadening can be taken as a chirp signal or even considering two sin signals which are very close in there frequencies that...
HOW CAN I BROADEN MY SIN SIGNAL
sin broadening can be taken as a chirp signal or even considering two sin signals which are very close in there frequencies that...
12 years 前 | 0
已回答
HOW CAN I BROADEN MY SIN SIGNAL
sin broadening can be taken as a chirp signal or even considering two sin signals which are very close in there frequencies that...
HOW CAN I BROADEN MY SIN SIGNAL
sin broadening can be taken as a chirp signal or even considering two sin signals which are very close in there frequencies that...
12 years 前 | 0
| 已接受
提问
HOW CAN I BROADEN MY SIN SIGNAL
I need to plot a sin signal and analyse it using a spectrum analzer (periodogram) but i want to broaden the sin signal how is it...
12 years 前 | 6 个回答 | 0
6
个回答提问
PROBLEM IN DESIGNING A LOW PASS FILTER
I have to design a lowpass filter with passband of 0-1000Hz and sampling rate of 10kHz when i implement using fdatool it works b...
12 years 前 | 1 个回答 | 0
1
个回答提问
HOW TO DESIGN A BANDPASS FILTER
I need to design a bandpass filter with sampling rate of 10kHz and bandpass of 0 to 1kHz and then insert a signal my signal in t...
12 years 前 | 1 个回答 | 0
1
个回答提问
??? Index exceeds matrix dimensions.
Actually I am trying to plot the local maxima on a data which is a matrix but i get this error '??? Index exceeds matrix dimens...
12 years 前 | 0 个回答 | 0
0
个回答提问
2D PEAK FINDER
Hello , I have a very large matrix of 900x500 which i gained from applying a spectrogram. what i want is to find the local maxi...
12 years 前 | 1 个回答 | 0
1
个回答提问
HOW TO FIND THE LOCAL MAXIMA FOR EVERY ROW IN A MATRIX
Hii, Hallo suppose if i have a 3x3 matrix like [0 -1.2 -0.6; -0.9 -5 -6; 0 -1.8 -2.5] and also I have a threshold value ...
12 years 前 | 1 个回答 | 0
1
个回答提问
HOW CAN I PLOT A CURVE OVER THE SPECTROGRAM OF A LOGARITHMIC CHIRP
I want to represent the true frequency of a logarithmic chirp. So I want to plot a curve over the spectrogram plane can you help...
12 years 前 | 1 个回答 | 0
1
个回答提问
HOW TO PLOT A CHIRP SIGNAL WITH BIDIRECTIONAL SWEEP
in matlab only linear chirp with uni directional sweep is present but i want a chirp with bidirectional sweep how is possible to...
12 years 前 | 1 个回答 | 0
1
个回答提问
Can WE PLOT A TRANSPARENT LINE OVER A SPECTROGRAM IN MATLAB????
Actually i have to plot the true frequencies of a chirp signal over the chirp signals but when i plot the true frequencies over ...
12 years 前 | 3 个回答 | 0
3
个回答已回答
CALCULATION OF MAXIMUM VALUE IN EVERY ROW
even the imregionalmax function works well
CALCULATION OF MAXIMUM VALUE IN EVERY ROW
even the imregionalmax function works well
12 years 前 | 0
提问
CALCULATION OF MAXIMUM VALUE IN EVERY ROW
suppose there is a matrix of 3x3 size i want to calculate the maximum value in every row. ex: 3 4 5 6 9 0 1 2 3 ...
12 years 前 | 4 个回答 | 0
4
个回答提问
How to calculate the slope of a linear chirp signal
I know that calculating the 1st derivative gives the slope of the chirp signal but the chirp signal varies with time. so I get m...
12 years 前 | 0 个回答 | 0
0
个回答提问
problem with my results
I am plotting a spectrogram using STFT algorithm generated by me everything works fine but my results are not what i expected p...
13 years 前 | 0 个回答 | 0
0
个回答已回答
vertcat CAT arguments dimensions are not consistent.
hallo Jan Simon this is my code may be it will help u in understanding better Fs = 5e3; t = 0:1/Fs:(10*1/Fs)-1/F...
vertcat CAT arguments dimensions are not consistent.
hallo Jan Simon this is my code may be it will help u in understanding better Fs = 5e3; t = 0:1/Fs:(10*1/Fs)-1/F...
13 years 前 | 0
提问
vertcat CAT arguments dimensions are not consistent.
I am implementing a code and exactly at the last loop after running for two iterations I have this error. I know this error is d...
13 years 前 | 2 个回答 | 0
2
个回答提问
A doubt in ZERO PADDING IMPLEMENTATION
actually i am applying short time fourier transform and i am implementing zero's to the end of the signal to match with the wind...
13 years 前 | 2 个回答 | 0
2
个回答已回答
how to change the window length???
One last question what are the effects of increasing the FFT length I tried it on the code you gave it to me and i couldnt even ...
how to change the window length???
One last question what are the effects of increasing the FFT length I tried it on the code you gave it to me and i couldnt even ...
13 years 前 | 0
已回答
how to change the window length???
clear all close all clc f1 = 2000; f2 = 1700; T = 1/f1; tmin = 0; tmax = 5*T; % Plot 5 cycles dt1 = 1/30...
how to change the window length???
clear all close all clc f1 = 2000; f2 = 1700; T = 1/f1; tmin = 0; tmax = 5*T; % Plot 5 cycles dt1 = 1/30...
13 years 前 | 0
提问
how to change the window length???
I am implementing an FFT over 2 sin signals which are placed at frequencies 300Hz and 380 Hz as the frequency components are ver...
13 years 前 | 6 个回答 | 0
6
个回答提问
How do I add a column to a matrix?
I created a 30x30 matrix and now I want to delete the 1st column of data and add another column replacing the deleted column (wh...
13 years 前 | 2 个回答 | 1
2
个回答提问
I need to plot a line over my imagesc
I have checked matlabcentral but not found the write one i need to plot a line which starts from a point on the y-axis to the co...
13 years 前 | 1 个回答 | 0
1
个回答提问
Error in ==> thestest at 2 if(nargin == 2), ??? Output argument "y" (and maybe others) not assigned during call to "C:\Users\ raj\Documents\MATLAB\thestest.m>thestest".
This is the error message generated while running my function please tell me the reason for this error
13 years 前 | 1 个回答 | 0
1
个回答提问
I have a problem with my solution
i am trying to implement STFT manually but I am not getting the correct solution in my code i am using a linear chirp but the pr...
13 years 前 | 0 个回答 | 0
0
个回答提问
How to find the cost for implementing an fft
I wantto find the cost involved in implementing an fft that is the number of multiplications and additions as i have a task to c...
13 years 前 | 2 个回答 | 0