Community Profile

photo

Neo


Active since 2012

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


Please help me! HW in DSP asap
1. (30 points) A differentiator takes the derivative of a signal. An ideal differentiator has a frequency response that is lin...

11 years ago | 0 answers | 0

0

answers

Question


Graph in MATLAB (time domain, frequency domain, freqz, zplane, impulse) GUI
When i graph the signal in time domain, frequency domain, the graph display correctly in my assigned axes. But when i use the co...

11 years ago | 0 answers | 0

0

answers

Question


axes problem in MATLAB gui
Error using ==> axes Invalid object handle Error in ==> final>pushbutton14_Callback at 1030 axes(handles.axes1); WHen i...

11 years ago | 1 answer | 0

1

answer

Question


About Wavrecord, please help!! My program requires the user to input the length(r) and choose the sampling frequency(g). But in here, it does not detect the value of g. Program can be found below
My program requires the user to input the length(r) and choose the sampling frequency(g). But in here, it does not detect the va...

11 years ago | 0 answers | 0

0

answers

Question


How can i solve this?
Error using ==> fir1 at 77 Frequencies must fall in range between 0 and 1. Error in ==> lalal>pushbutton81_Callback at 181 ...

11 years ago | 2 answers | 0

2

answers

Question


fir1 at 77 Frequencies must fall in range between 0 and 1. How to solve this problem? My program requires user to input filter order, cut off frequency. The sampling frequencies to be used are 8000 11025 22050 4410/
here's my program Fs = (get(handles.SAMPLING,'Value')); Fc1 = str2double(get(handles.CUTOFF,'String')); N = str2double(get(ha...

11 years ago | 0 answers | 0

0

answers